Skip to content

Commit 60207ea

Browse files
committed
chore(deps): upgrade
1 parent eccc5f8 commit 60207ea

File tree

9 files changed

+561
-351
lines changed

9 files changed

+561
-351
lines changed

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"class-variance-authority": "^0.7.1",
1313
"clsx": "^2.1.1",
1414
"lucide-vue-next": "catalog:lucideVueNext0555",
15-
"reka-ui": "^2.6.0",
15+
"reka-ui": "^2.6.1",
1616
"tailwind-merge": "^3.4.0",
1717
"vue": "catalog:vue3"
1818
},

demo/gulp-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"tailwindcss": "catalog:tailwindcss3",
8181
"tailwindcss-patch": "catalog:tailwindcssPatch",
8282
"tailwindcss-rem2px-preset": "catalog:tailwindcssRem",
83-
"tsx": "^4.19.2",
83+
"tsx": "^4.21.0",
8484
"typescript": "catalog:typescript59",
8585
"weapp-ide-cli": "catalog:weappIdeCli",
8686
"weapp-tailwindcss": "workspace:*",

demo/mpx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"tailwindcss": "catalog:tailwindcss3",
7070
"tailwindcss-patch": "catalog:tailwindcssPatch",
7171
"tailwindcss-rem2px-preset": "catalog:tailwindcssRem",
72-
"ts-jest": "^29.2.5",
72+
"ts-jest": "^29.4.6",
7373
"typescript": "catalog:typescript59",
7474
"vue-template-compiler": "^2.7.16",
7575
"weapp-ide-cli": "catalog:weappIdeCli",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "weapp-tailwindcss/index.css";
2+
@source "../src";

demo/mpx-tailwindcss-v4/src/app.mpx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
createApp({})
77
</script>
88

9-
<style>
10-
@import 'weapp-tailwindcss/index.css';
11-
@source "../src";
12-
</style>
9+
<style src="./app.css" />
1310

1411
<script type="application/json">
1512
{

demo/taro-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@tarojs/webpack5-runner": "catalog:taro4",
6363
"@types/react": "^19.1.13",
6464
"@types/webpack-env": "^1.18.8",
65-
"@typescript-eslint/eslint-plugin": "^8.48.0",
66-
"@typescript-eslint/parser": "^8.48.0",
65+
"@typescript-eslint/eslint-plugin": "^8.48.1",
66+
"@typescript-eslint/parser": "^8.48.1",
6767
"@weapp-tailwindcss/merge": "catalog:weappMerge",
6868
"autoprefixer": "catalog:autoprefixer10",
6969
"babel-plugin-import": "^1.13.8",

demo/taro-vue3-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"@tarojs/plugin-platform-weapp": "catalog:taro4",
7171
"@tarojs/webpack5-runner": "catalog:taro4",
7272
"@types/webpack-env": "^1.18.8",
73-
"@typescript-eslint/eslint-plugin": "^8.48.0",
74-
"@typescript-eslint/parser": "^8.48.0",
73+
"@typescript-eslint/eslint-plugin": "^8.48.1",
74+
"@typescript-eslint/parser": "^8.48.1",
7575
"@vue/babel-plugin-jsx": "^2.0.1",
7676
"@vue/compiler-sfc": "catalog:vue3",
7777
"@weapp-tailwindcss/merge": "catalog:weappMerge",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@types/babel__traverse": "^7.28.0",
131131
"@types/debug": "^4.1.12",
132132
"@types/dlv": "^1.1.5",
133-
"@types/express": "^5.0.5",
133+
"@types/express": "^5.0.6",
134134
"@types/fs-extra": "^11.0.4",
135135
"@types/get-value": "^3.0.5",
136136
"@types/gulp": "^4.0.18",
@@ -189,7 +189,7 @@
189189
"esbuild": "^0.27.0",
190190
"eslint": "^9.39.1",
191191
"execa": "^9.6.1",
192-
"express": "^5.1.0",
192+
"express": "^5.2.1",
193193
"fast-glob": "^3.3.3",
194194
"fs-extra": "^11.3.2",
195195
"get-value": "^4.0.1",
@@ -243,9 +243,9 @@
243243
"tsdown": "^0.16.8",
244244
"tslib": "^2.8.1",
245245
"tsup": "^8.5.1",
246-
"tsx": "^4.20.6",
246+
"tsx": "^4.21.0",
247247
"turbo": "^2.6.1",
248-
"type-fest": "^5.2.0",
248+
"type-fest": "^5.3.0",
249249
"typescript": "catalog:typescript59",
250250
"unbuild": "^3.6.1",
251251
"undici": "^7.16.0",

pnpm-lock.yaml

Lines changed: 547 additions & 336 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)