Skip to content

Commit

Permalink
fix(deps): update dependency tailwindcss to v4
Browse files Browse the repository at this point in the history
[skip netlify]
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 0af7cbe commit 3ebfbed
Show file tree
Hide file tree
Showing 40 changed files with 199 additions and 2,771 deletions.
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 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.4.17",
"tailwindcss": "^4.0.0",
"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.4.17",
"tailwindcss": "^4.0.0",
"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.4.17",
"tailwindcss": "^4.0.0",
"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.4.17",
"tailwindcss": "^4.0.0",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"weapp-ide-cli": "^2.0.9",
Expand Down
190 changes: 11 additions & 179 deletions demo/native-ts/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.4.17",
"tailwindcss": "^4.0.0",
"tailwindcss-patch": "^5.0.2",
"tailwindcss-rem2px-preset": "^1.0.3",
"weapp-ide-cli": "^2.0.9",
Expand Down
Loading

0 comments on commit 3ebfbed

Please sign in to comment.