Skip to content

Commit 64bfac6

Browse files
fix(deps): update dependency tailwindcss to v4
[skip netlify]
1 parent ec50752 commit 64bfac6

File tree

40 files changed

+199
-2771
lines changed

40 files changed

+199
-2771
lines changed

apps/vite-native-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"autoprefixer": "^10.4.20",
2929
"miniprogram-api-typings": "^4.0.4",
3030
"postcss": "^8.5.1",
31-
"tailwindcss": "^3.4.17",
31+
"tailwindcss": "^4.0.0",
3232
"typescript": "^5.7.3",
3333
"weapp-tailwindcss": "workspace:*",
3434
"weapp-vite": "^2.1.1"

apps/vite-native-ts-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoprefixer": "^10.4.20",
2828
"miniprogram-api-typings": "^4.0.4",
2929
"postcss": "^8.5.1",
30-
"tailwindcss": "^3.4.17",
30+
"tailwindcss": "^4.0.0",
3131
"typescript": "^5.7.3",
3232
"weapp-tailwindcss": "workspace:*",
3333
"weapp-vite": "^2.1.1"

apps/vite-native-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"autoprefixer": "^10.4.20",
3232
"miniprogram-api-typings": "^4.0.4",
3333
"postcss": "^8.5.1",
34-
"tailwindcss": "^3.4.17",
34+
"tailwindcss": "^4.0.0",
3535
"typescript": "^5.7.3",
3636
"weapp-tailwindcss": "workspace:*",
3737
"weapp-vite": "^2.1.1"

apps/vite-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"autoprefixer": "^10.4.20",
3434
"postcss": "^8.5.1",
35-
"tailwindcss": "^3.4.17",
35+
"tailwindcss": "^4.0.0",
3636
"tailwindcss-injector": "workspace:*",
3737
"weapp-tailwindcss": "workspace:*",
3838
"weapp-vite": "^2.1.1"

demo/gulp-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"prettier": "^3.4.2",
8383
"sass": "^1.83.4",
8484
"tailwind-css-variables-theme-generator": "^0.4.0",
85-
"tailwindcss": "^3.4.17",
85+
"tailwindcss": "^4.0.0",
8686
"tailwindcss-patch": "^5.0.2",
8787
"tailwindcss-rem2px-preset": "^1.0.3",
8888
"ts-node": "^10.9.2",

demo/gulp-app/yarn.lock

Lines changed: 8 additions & 205 deletions
Large diffs are not rendered by default.

demo/mpx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"stylus": "^0.64.0",
7272
"stylus-loader": "^8.1.0",
7373
"tailwind-css-variables-theme-generator": "^0.4.0",
74-
"tailwindcss": "^3.4.17",
74+
"tailwindcss": "^4.0.0",
7575
"tailwindcss-patch": "^5.0.2",
7676
"tailwindcss-rem2px-preset": "^1.0.3",
7777
"ts-jest": "^29.2.5",

demo/mpx-app/yarn.lock

Lines changed: 9 additions & 156 deletions
Large diffs are not rendered by default.

demo/native-mina/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sass": "^1.83.1",
6161
"sass-loader": "^16.0.4",
6262
"tailwind-css-variables-theme-generator": "^0.4.0",
63-
"tailwindcss": "^3.4.17",
63+
"tailwindcss": "^4.0.0",
6464
"tailwindcss-patch": "^5.0.2",
6565
"tailwindcss-rem2px-preset": "^1.0.3",
6666
"typescript": "^5.7.3",

demo/native-mina/yarn.lock

Lines changed: 21 additions & 210 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)