Skip to content

Commit 39e8e57

Browse files
committed
chore: bump version
1 parent aef4127 commit 39e8e57

32 files changed

Lines changed: 1217 additions & 1622 deletions

.changeset/khaki-news-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"weapp-tailwindcss": patch
3+
---
4+
5+
feat: 添加 cssEntries 作为 tailwindcss@4 的入口 css 的位置

apps/taro-webpack-tailwindcss-v4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@tarojs/cli": "4.1.5",
7575
"@tarojs/taro-loader": "4.1.5",
7676
"@tarojs/webpack5-runner": "4.1.5",
77-
"@types/node": "^24.2.1",
77+
"@types/node": "^24.3.0",
7878
"@types/react": "^19.1.10",
7979
"@types/webpack-env": "^1.13.6",
8080
"@weapp-tailwindcss/merge": "workspace:*",
@@ -87,6 +87,6 @@
8787
"typescript": "^5.9.2",
8888
"weapp-ide-cli": "^3.0.0",
8989
"weapp-tailwindcss": "workspace:*",
90-
"webpack": "5.101.1"
90+
"webpack": "5.101.3"
9191
}
9292
}

apps/vite-native-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"tailwindcss": "catalog:tailwindcss3",
3232
"typescript": "^5.9.2",
3333
"weapp-tailwindcss": "workspace:*",
34-
"weapp-vite": "^5.0.15"
34+
"weapp-vite": "^5.0.16"
3535
}
3636
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"tailwindcss": "catalog:tailwindcss3",
3333
"typescript": "^5.9.2",
3434
"weapp-tailwindcss": "workspace:*",
35-
"weapp-vite": "^5.0.15"
35+
"weapp-vite": "^5.0.16"
3636
}
3737
}

apps/vite-native-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"tailwindcss": "catalog:tailwindcss3",
3333
"typescript": "^5.9.2",
3434
"weapp-tailwindcss": "workspace:*",
35-
"weapp-vite": "^5.0.15"
35+
"weapp-vite": "^5.0.16"
3636
}
3737
}

apps/vite-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@egoist/tailwindcss-icons": "^1.9.0",
35-
"@iconify-json/lucide": "^1.2.62",
35+
"@iconify-json/lucide": "^1.2.63",
3636
"@iconify-json/mdi": "^1.2.3",
3737
"@tailwindcss/postcss": "^4.1.12",
3838
"@tailwindcss/vite": "^4.1.12",
@@ -41,6 +41,6 @@
4141
"tailwindcss": "catalog:tailwindcss4",
4242
"tailwindcss-injector": "workspace:*",
4343
"weapp-tailwindcss": "workspace:*",
44-
"weapp-vite": "^5.0.15"
44+
"weapp-vite": "^5.0.16"
4545
}
4646
}

apps/vue-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"devDependencies": {
1515
"@tailwindcss/postcss": "^4.1.12",
1616
"@vitejs/plugin-vue": "^6.0.1",
17-
"@vue/tsconfig": "^0.7.0",
17+
"@vue/tsconfig": "^0.8.1",
1818
"postcss": "^8.5.6",
1919
"tailwindcss": "catalog:tailwindcss4",
2020
"typescript": "~5.9.2",
21-
"vite": "^7.1.2",
21+
"vite": "^7.1.3",
2222
"vue-tsc": "^3.0.5"
2323
}
2424
}

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "catalog:tailwindcss4",
3232
"unplugin-vue-router": "^0.15.0",
33-
"vite": "^7.1.2",
33+
"vite": "^7.1.3",
3434
"vite-plugin-inspect": "^11.3.2",
3535
"vue-tsc": "^3.0.5",
3636
"weapp-tailwindcss": "workspace:*"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@babel/core": "^7.28.3",
101101
"@babel/generator": "~7.28.3",
102102
"@changesets/changelog-github": "^0.5.1",
103-
"@changesets/cli": "^2.29.5",
103+
"@changesets/cli": "^2.29.6",
104104
"@commitlint/cli": "^19.8.1",
105105
"@commitlint/config-conventional": "^19.8.1",
106106
"@commitlint/prompt-cli": "^19.8.1",
@@ -139,7 +139,7 @@
139139
"@types/lodash-es": "^4.17.12",
140140
"@types/md5": "^2.3.5",
141141
"@types/micromatch": "^4.0.9",
142-
"@types/node": "^24.2.1",
142+
"@types/node": "^24.3.0",
143143
"@types/npm-registry-fetch": "^8.0.8",
144144
"@types/postcss-js": "^4.0.4",
145145
"@types/semver": "^7.7.0",
@@ -159,7 +159,7 @@
159159
"autoprefixer": "^10.4.21",
160160
"babel-loader": "^10.0.0",
161161
"boxen": "^8.0.1",
162-
"browserslist": "^4.25.2",
162+
"browserslist": "^4.25.3",
163163
"chokidar": "^4.0.3",
164164
"ci-info": "^4.3.0",
165165
"colorette": "^2.0.20",
@@ -175,7 +175,7 @@
175175
"diff": "^8.0.2",
176176
"dlv": "^1.1.3",
177177
"domhandler": "^5.0.3",
178-
"es-toolkit": "^1.39.9",
178+
"es-toolkit": "^1.39.10",
179179
"esbuild": "^0.25.9",
180180
"eslint": "^9.33.0",
181181
"execa": "^9.6.0",
@@ -228,18 +228,18 @@
228228
"tslib": "^2.8.1",
229229
"tsup": "^8.5.0",
230230
"tsx": "^4.20.4",
231-
"turbo": "^2.5.5",
231+
"turbo": "^2.5.6",
232232
"typescript": "^5.9.2",
233-
"unbuild": "^3.6.0",
233+
"unbuild": "^3.6.1",
234234
"uuid": "^11.1.0",
235235
"vinyl": "^3.0.1",
236236
"vinyl-fs": "^4.0.2",
237-
"vite": "^7.1.2",
237+
"vite": "^7.1.3",
238238
"vite-plugin-inspect": "^11.3.2",
239239
"vitest": "~3.2.4",
240240
"weapp-tailwindcss": "workspace:*",
241241
"weapp-tailwindcss-children": "^0.1.0",
242-
"webpack": "5.101.1",
242+
"webpack": "5.101.3",
243243
"webpack-build-utils": "^0.0.7",
244244
"yaml": "^2.8.1"
245245
}

packages/debug-uni-app-x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"pathe": "2.0.3"
4242
},
4343
"devDependencies": {
44-
"unbuild": "^3.6.0",
45-
"vite": "7.1.2"
44+
"unbuild": "^3.6.1",
45+
"vite": "7.1.3"
4646
},
4747
"publishConfig": {
4848
"exports": {

0 commit comments

Comments
 (0)