Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"tailwindcss-injector": "workspace:*",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.1",
"unplugin-vue-router": "^0.11.1",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/gulp-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"prettier": "^3.4.2",
"sass": "^1.83.4",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "3",
"tailwindcss": "4",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"ts-node": "^10.9.2",
Expand Down
213 changes: 8 additions & 205 deletions demo/gulp-app/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/mpx-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"stylus": "^0.64.0",
"stylus-loader": "^8.1.0",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "3",
"tailwindcss": "4",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"ts-jest": "^29.2.5",
Expand Down
165 changes: 9 additions & 156 deletions demo/mpx-app/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/native-mina/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "3",
"tailwindcss": "4",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"typescript": "^5.7.3",
Expand Down
231 changes: 21 additions & 210 deletions demo/native-mina/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss-rem-to-responsive-pixel": "^6.0.2",
"postcss-rpx-transform": "^1.0.1",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "3",
"tailwindcss": "4",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"weapp-ide-cli": "^2.0.9",
Expand Down
Loading
Loading