Skip to content

Commit 92ea656

Browse files
committed
fix(deps): align workspace dependency versions
1 parent 3f3f3b3 commit 92ea656

22 files changed

Lines changed: 4150 additions & 4246 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@weapp-tailwindcss/react-native': patch
3+
---
4+
5+
同步 React Native 包开发环境与工作区 React 版本,避免依赖升级后 Expo 示例解析到不同 peer 上下文而丢失 `className` 类型增强。

benchmark/tailwindcss4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@weapp-tailwindcss/variants": "workspace:*",
1616
"class-variance-authority": "catalog:classVarianceAuthority",
1717
"tailwind-merge": "catalog:tailwindMerge",
18-
"tailwind-variants": "^3.2.2",
18+
"tailwind-variants": "^3.3.0",
1919
"tailwindcss": "catalog:tailwindcss4"
2020
},
2121
"devDependencies": {

demo/mpx-tailwindcss-v4/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"prebuild:debug-loader": "node ../../scripts/ensure-weapp-tailwindcss-built.mjs"
2020
},
2121
"dependencies": {
22-
"@mpxjs/api-proxy": "^2.11.0",
23-
"@mpxjs/core": "^2.11.0",
24-
"@mpxjs/fetch": "^2.11.0",
22+
"@mpxjs/api-proxy": "^2.11.1",
23+
"@mpxjs/core": "^2.11.1",
24+
"@mpxjs/fetch": "^2.11.1",
2525
"@mpxjs/pinia": "^2.11.0",
2626
"@mpxjs/store": "^2.11.0",
2727
"@mpxjs/utils": "^2.11.0",
@@ -46,7 +46,7 @@
4646
"@mpxjs/size-report": "^2.11.0",
4747
"@mpxjs/vue-cli-plugin-mpx": "^2.2.30",
4848
"@mpxjs/vue-cli-plugin-mpx-typescript": "^2.2.30",
49-
"@mpxjs/webpack-plugin": "^2.11.0",
49+
"@mpxjs/webpack-plugin": "^2.11.1",
5050
"@tailwindcss/postcss": "catalog:tailwindcss4",
5151
"@vue/cli-service": "~5.0.0",
5252
"@weapp-tailwindcss/merge": "workspace:*",

demo/style-injector-mpx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dev": "cross-env WEAPP_TW_HMR_TIMING=1 mpx-cli-service serve"
88
},
99
"dependencies": {
10-
"@mpxjs/api-proxy": "^2.11.0",
11-
"@mpxjs/core": "^2.11.0",
12-
"@mpxjs/fetch": "^2.11.0",
10+
"@mpxjs/api-proxy": "^2.11.1",
11+
"@mpxjs/core": "^2.11.1",
12+
"@mpxjs/fetch": "^2.11.1",
1313
"@mpxjs/pinia": "^2.11.0",
1414
"@mpxjs/store": "^2.11.0",
1515
"@mpxjs/utils": "^2.11.0",
@@ -33,7 +33,7 @@
3333
"@mpxjs/mpx-cli-service": "^2.2.30",
3434
"@mpxjs/vue-cli-plugin-mpx": "^2.2.30",
3535
"@mpxjs/vue-cli-plugin-mpx-typescript": "^2.2.30",
36-
"@mpxjs/webpack-plugin": "^2.11.0",
36+
"@mpxjs/webpack-plugin": "^2.11.1",
3737
"@vue/cli-service": "~5.0.0",
3838
"@weapp-tailwindcss/postcss-calc": "workspace:^",
3939
"autoprefixer": "catalog:autoprefixer10",

demo/uni-app-vite-vue3-hbuilderx-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"vite": "^5.4.21",
5353
"weapp-tailwindcss": "workspace:*"
5454
},
55-
"packageManager": "pnpm@11.5.3"
55+
"packageManager": "pnpm@11.17.0"
5656
}

demo/uni-app-x-hbuilderx-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"vite": "^5.4.21",
4040
"weapp-tailwindcss": "workspace:*"
4141
},
42-
"packageManager": "pnpm@11.5.3"
42+
"packageManager": "pnpm@11.17.0"
4343
}

demo/web/react-webpack-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"babel-loader": "^10.1.1",
3535
"cross-env": "catalog:crossEnv",
3636
"css-loader": "^7.1.4",
37-
"html-webpack-plugin": "^5.6.7",
37+
"html-webpack-plugin": "^5.6.8",
3838
"mini-css-extract-plugin": "^2.10.2",
3939
"tailwindcss": "catalog:tailwindcss4",
4040
"typescript": "catalog:typescript59",

demo/web/vue-webpack-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-loader": "^10.1.1",
3232
"cross-env": "catalog:crossEnv",
3333
"css-loader": "^7.1.4",
34-
"html-webpack-plugin": "^5.6.7",
34+
"html-webpack-plugin": "^5.6.8",
3535
"mini-css-extract-plugin": "^2.10.2",
3636
"tailwindcss": "catalog:tailwindcss4",
3737
"typescript": "catalog:typescript59",

examples/react-native-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@weapp-tailwindcss/react-native": "workspace:*",
1515
"expo": "^54.0.0",
16-
"react": "^19.1.0",
16+
"react": "^19.2.8",
1717
"react-native": "^0.81.0"
1818
},
1919
"devDependencies": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@11.16.0",
6+
"packageManager": "pnpm@11.17.0",
77
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
88
"author": "ice breaker <1324318532@qq.com>",
99
"license": "MIT",
@@ -326,7 +326,7 @@
326326
"diff": "^9.0.0",
327327
"dlv": "^1.1.3",
328328
"domhandler": "^6.0.1",
329-
"es-toolkit": "^1.49.0",
329+
"es-toolkit": "^1.50.0",
330330
"esbuild": "^0.28.1",
331331
"eslint": "catalog:eslint10",
332332
"execa": "^9.6.1",
@@ -350,15 +350,15 @@
350350
"md5": "2.3.0",
351351
"micromatch": "^4.0.8",
352352
"mini-css-extract-plugin": "^2.10.2",
353-
"minimatch": "^10.2.5",
353+
"minimatch": "^10.2.6",
354354
"normalize-newline": "^5.0.0",
355355
"npm-registry-fetch": "^20.0.1",
356356
"only-allow": "^1.2.2",
357357
"pathe": "^2.0.3",
358358
"picocolors": "^1.1.1",
359359
"pixelmatch": "^7.2.0",
360360
"pkg-types": "^2.3.1",
361-
"playwright": "^1.61.1",
361+
"playwright": "^1.62.0",
362362
"pngjs": "^7.0.0",
363363
"postcss": "catalog:postcss85",
364364
"postcss-js": "^5.1.0",
@@ -371,7 +371,7 @@
371371
"promisify-loader-runner": "^1.0.1",
372372
"repoctl": "^5.0.2",
373373
"rimraf": "^6.1.3",
374-
"rollup": "^4.62.2",
374+
"rollup": "^4.62.3",
375375
"sass": "catalog:sass195",
376376
"sass-embedded": "^1.100.0",
377377
"sass-true": "^10.1.0",
@@ -388,10 +388,10 @@
388388
"tsdown": "0.22.12",
389389
"tslib": "^2.8.1",
390390
"tsx": "catalog:tsx",
391-
"turbo": "^2.10.6",
391+
"turbo": "^2.10.7",
392392
"type-fest": "^5.8.0",
393393
"typescript": "catalog:typescript59",
394-
"undici": "^8.8.0",
394+
"undici": "^8.9.0",
395395
"uuid": "^14.0.1",
396396
"vinyl": "^3.0.1",
397397
"vinyl-fs": "^4.0.2",

0 commit comments

Comments
 (0)