Skip to content

Commit ac81a72

Browse files
committed
chore(deps): upgrade
1 parent c6645b3 commit ac81a72

18 files changed

Lines changed: 1367 additions & 1146 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: pnpm/action-setup@v4
3535

3636
- name: Setup Node.js environment
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/action-setup@v4
2828

2929
- name: Setup Node.js environment
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version: 22
3333
cache: pnpm

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"source.fixAll.eslint": "explicit",
88
"source.organizeImports": "never"
99
},
10+
"eslint.options": {
11+
"flags": ["v10_config_lookup_from_file"]
12+
},
1013
// https://github.com/tailwindlabs/tailwindcss/discussions/5258
1114
"css.customData": [
1215
".vscode/tailwind.json"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
]
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "^7.28.3",
49+
"@babel/runtime": "^7.28.4",
5050
"@tarojs/components": "4.1.6",
5151
"@tarojs/helper": "4.1.6",
5252
"@tarojs/plugin-framework-react": "4.1.6",
@@ -67,10 +67,10 @@
6767
"react-dom": "^18.3.1"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "^7.28.3",
70+
"@babel/core": "^7.28.4",
7171
"@babel/preset-react": "^7.27.1",
7272
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
73-
"@tailwindcss/postcss": "^4.1.12",
73+
"@tailwindcss/postcss": "^4.1.13",
7474
"@tarojs/cli": "4.1.6",
7575
"@tarojs/taro-loader": "4.1.6",
7676
"@tarojs/webpack5-runner": "4.1.6",

apps/vite-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@egoist/tailwindcss-icons": "^1.9.0",
3535
"@iconify-json/lucide": "^1.2.66",
3636
"@iconify-json/mdi": "^1.2.3",
37-
"@tailwindcss/postcss": "^4.1.12",
38-
"@tailwindcss/vite": "^4.1.12",
37+
"@tailwindcss/postcss": "^4.1.13",
38+
"@tailwindcss/vite": "^4.1.13",
3939
"autoprefixer": "^10.4.21",
4040
"postcss": "^8.5.6",
4141
"tailwindcss": "catalog:tailwindcss4",

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.5.21"
1313
},
1414
"devDependencies": {
15-
"@tailwindcss/postcss": "^4.1.12",
15+
"@tailwindcss/postcss": "^4.1.13",
1616
"@vitejs/plugin-vue": "^6.0.1",
1717
"@vue/tsconfig": "^0.8.1",
1818
"postcss": "^8.5.6",

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {
27-
"@tailwindcss/postcss": "^4.1.12",
28-
"@tailwindcss/vite": "4.1.12",
27+
"@tailwindcss/postcss": "^4.1.13",
28+
"@tailwindcss/vite": "4.1.13",
2929
"@vitejs/plugin-vue": "^6.0.1",
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "catalog:tailwindcss4",

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@10.15.0",
6+
"packageManager": "pnpm@10.15.1",
77
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
88
"author": "ice breaker <1324318532@qq.com>",
99
"license": "MIT",
@@ -100,7 +100,7 @@
100100
"registry": "https://registry.npmjs.org"
101101
},
102102
"devDependencies": {
103-
"@babel/core": "^7.28.3",
103+
"@babel/core": "^7.28.4",
104104
"@babel/generator": "~7.28.3",
105105
"@changesets/changelog-github": "^0.5.1",
106106
"@changesets/cli": "^2.29.6",
@@ -112,11 +112,11 @@
112112
"@csstools/css-parser-algorithms": "^3.0.5",
113113
"@csstools/css-tokenizer": "^3.0.4",
114114
"@eslint/config-inspector": "^1.2.0",
115-
"@icebreakers/eslint-config": "^1.3.6",
116-
"@icebreakers/monorepo": "^1.1.2",
115+
"@icebreakers/eslint-config": "^1.4.0",
116+
"@icebreakers/monorepo": "^1.1.4",
117117
"@icebreakers/stylelint-config": "^1.1.2",
118-
"@tailwindcss/postcss": "^4.1.12",
119-
"@tailwindcss/vite": "^4.1.12",
118+
"@tailwindcss/postcss": "^4.1.13",
119+
"@tailwindcss/vite": "^4.1.13",
120120
"@tsconfig/recommended": "^1.0.10",
121121
"@types/babel__core": "^7.20.5",
122122
"@types/babel__generator": "^7.27.0",
@@ -180,7 +180,7 @@
180180
"domhandler": "^5.0.3",
181181
"es-toolkit": "^1.39.10",
182182
"esbuild": "^0.25.9",
183-
"eslint": "^9.34.0",
183+
"eslint": "^9.35.0",
184184
"execa": "^9.6.0",
185185
"express": "^5.1.0",
186186
"fast-glob": "^3.3.3",

packages/babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"lint:fix": "eslint . --fix"
3232
},
3333
"dependencies": {
34-
"@babel/parser": "~7.28.3",
35-
"@babel/traverse": "~7.28.3",
36-
"@babel/types": "~7.28.2"
34+
"@babel/parser": "~7.28.4",
35+
"@babel/traverse": "~7.28.4",
36+
"@babel/types": "~7.28.4"
3737
},
3838
"publishConfig": {
3939
"exports": {

packages/weapp-tailwindcss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@
180180
},
181181
"dependencies": {
182182
"@ast-core/escape": "~1.0.1",
183-
"@babel/parser": "~7.28.3",
184-
"@babel/traverse": "~7.28.3",
185-
"@babel/types": "~7.28.2",
183+
"@babel/parser": "~7.28.4",
184+
"@babel/traverse": "~7.28.4",
185+
"@babel/types": "~7.28.4",
186186
"@vue/compiler-dom": "^3.5.21",
187187
"@weapp-core/escape": "~4.0.1",
188188
"@weapp-core/regex": "~1.0.1",

0 commit comments

Comments
 (0)