Skip to content

Commit c474001

Browse files
fix(deps): update all non-major dependencies
1 parent 45ba047 commit c474001

File tree

11 files changed

+3667
-2428
lines changed

11 files changed

+3667
-2428
lines changed

.github/workflows/sync-h5.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm copy:h5
3434

3535
- name: Sync
36-
uses: JamesIves/github-pages-deploy-action@v4.6.1
36+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3737
with:
3838
branch: new-site # action 应该部署到的分支 。
3939
folder: site_docs #操作应该部署的文件夹 。

.github/workflows/sync-pkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm build:taro
3535

3636
- name: Sync
37-
uses: JamesIves/github-pages-deploy-action@v4.6.1
37+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3838
with:
3939
branch: pkg # action 应该部署到的分支 。
4040
folder: publish #操作应该部署的文件夹 。

.github/workflows/sync-taro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm copy:taro
3434

3535
- name: Sync
36-
uses: JamesIves/github-pages-deploy-action@v4.6.1
36+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3737
with:
3838
branch: new-site # action 应该部署到的分支 。
3939
folder: site_docs #操作应该部署的文件夹 。

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,45 @@
7575
"@nutui/icons-vue": "^0.1.1",
7676
"@nutui/icons-vue-taro": "^0.0.9",
7777
"@nutui/touch-emulator": "workspace:^",
78-
"sass": "^1.77.6",
79-
"vue-router": "^4.4.0"
78+
"sass": "^1.83.0",
79+
"vue-router": "^4.5.0"
8080
},
8181
"devDependencies": {
82-
"@commitlint/cli": "^19.3.0",
83-
"@commitlint/config-conventional": "^19.2.2",
84-
"@eslint/config-inspector": "^0.5.1",
85-
"@eslint/eslintrc": "^3.1.0",
82+
"@commitlint/cli": "^19.6.1",
83+
"@commitlint/config-conventional": "^19.6.0",
84+
"@eslint/config-inspector": "^0.6.0",
85+
"@eslint/eslintrc": "^3.2.0",
8686
"@nutui/eslint-config": "workspace:*",
8787
"@nutui/vite-plugins": "workspace:*",
8888
"@tarojs/taro": "3.6.34",
89-
"@types/node": "^20.14.9",
90-
"@vitejs/plugin-vue": "^5.0.5",
91-
"@vitejs/plugin-vue-jsx": "^4.0.0",
92-
"@vitest/coverage-istanbul": "^2.0.1",
93-
"@vitest/coverage-v8": "^2.0.1",
94-
"@vitest/ui": "^2.0.1",
89+
"@types/node": "^20.17.10",
90+
"@vitejs/plugin-vue": "^5.2.1",
91+
"@vitejs/plugin-vue-jsx": "^4.1.1",
92+
"@vitest/coverage-istanbul": "^2.1.8",
93+
"@vitest/coverage-v8": "^2.1.8",
94+
"@vitest/ui": "^2.1.8",
9595
"@vue/test-utils": "^2.4.6",
96-
"autoprefixer": "^10.4.19",
96+
"autoprefixer": "^10.4.20",
9797
"codesandbox": "^2.2.3",
98-
"eslint": "^9.6.0",
99-
"eslint-config-flat-gitignore": "^0.1.5",
98+
"eslint": "^9.17.0",
99+
"eslint-config-flat-gitignore": "^0.3.0",
100100
"fs-extra": "^11.2.0",
101101
"happy-dom": "^14.12.3",
102-
"husky": "^9.0.11",
103-
"inquirer": "^10.0.1",
102+
"husky": "^9.1.7",
103+
"inquirer": "^10.2.2",
104104
"lzutf8": "^0.6.3",
105105
"markdown-it": "^14.1.0",
106106
"nano-staged": "^0.8.0",
107-
"prettier": "^3.3.2",
108-
"prettier-markdown-table": "^1.0.2",
109-
"rimraf": "^6.0.0",
107+
"prettier": "^3.4.2",
108+
"prettier-markdown-table": "^1.0.3",
109+
"rimraf": "^6.0.1",
110110
"typescript": "^5.4.5",
111-
"unplugin-vue-components": "^0.27.2",
112-
"vite": "^5.3.2",
113-
"vite-plugin-vue-devtools": "^7.2.1",
114-
"vitest": "^2.0.1",
111+
"unplugin-vue-components": "^0.27.5",
112+
"vite": "^5.4.11",
113+
"vite-plugin-vue-devtools": "^7.6.8",
114+
"vitest": "^2.1.8",
115115
"vitest-canvas-mock": "^0.3.3",
116-
"vue": "^3.5.10",
116+
"vue": "^3.5.13",
117117
"vue-tsc": "^1.8.27"
118118
},
119119
"engines": {
@@ -129,6 +129,6 @@
129129
"url": "https://github.com/jdf2e/nutui.git"
130130
},
131131
"resolutions": {
132-
"@typescript-eslint/utils": "^8.0.0-alpha.16"
132+
"@typescript-eslint/utils": "^8.18.0"
133133
}
134134
}

packages/nutui-auto-import-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"author": "jdf2e",
4646
"license": "MIT",
4747
"devDependencies": {
48-
"rimraf": "^6.0.0",
48+
"rimraf": "^6.0.1",
4949
"typescript": "^5.4.5",
50-
"vite": "^5.3.2"
50+
"vite": "^5.4.11"
5151
}
5252
}

packages/nutui-eslint-config/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"url": "https://github.com/jdf2e/nutui/issues"
2626
},
2727
"dependencies": {
28-
"@eslint/js": "^9.6.0",
29-
"@stylistic/eslint-plugin": "^2.3.0",
30-
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.16",
31-
"@typescript-eslint/parser": "^8.0.0-alpha.16",
32-
"eslint-plugin-vue": "^9.26.0",
33-
"typescript-eslint": "^8.0.0-alpha.16",
28+
"@eslint/js": "^9.17.0",
29+
"@stylistic/eslint-plugin": "^2.12.1",
30+
"@typescript-eslint/eslint-plugin": "^8.18.0",
31+
"@typescript-eslint/parser": "^8.18.0",
32+
"eslint-plugin-vue": "^9.32.0",
33+
"typescript-eslint": "^8.18.0",
3434
"vue-eslint-parser": "^9.4.3"
3535
},
3636
"devDependencies": {
37-
"eslint": "^9.6.0"
37+
"eslint": "^9.17.0"
3838
},
3939
"peerDependencies": {
4040
"eslint": "^8.44.0 || ^9.0.0"

packages/nutui-playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"serve": "vite preview"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.14.9",
19-
"@vitejs/plugin-vue": "^5.0.5",
20-
"rimraf": "^6.0.0",
21-
"vite": "^5.3.2",
22-
"vue": "^3.4.31"
18+
"@types/node": "^20.17.10",
19+
"@vitejs/plugin-vue": "^5.2.1",
20+
"rimraf": "^6.0.1",
21+
"vite": "^5.4.11",
22+
"vue": "^3.5.13"
2323
},
2424
"dependencies": {
2525
"@vue/repl": "^3.4.0",

packages/nutui-playground/src/download/template/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"vue": "^3.4.27",
11-
"@nutui/nutui": "^4.3.8",
10+
"vue": "^3.5.13",
11+
"@nutui/nutui": "^4.3.13",
1212
"@nutui/touch-emulator": "^1.0.0"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^5.0.4",
16-
"vite": "^5.2.11",
17-
"unplugin-vue-components": "^0.27.0"
15+
"@vitejs/plugin-vue": "^5.2.1",
16+
"vite": "^5.4.11",
17+
"unplugin-vue-components": "^0.27.5"
1818
}
1919
}

packages/nutui-taro-demo/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"author": "",
2222
"dependencies": {
23-
"@babel/runtime": "^7.24.6",
23+
"@babel/runtime": "^7.26.0",
2424
"@nutui/icons-vue-taro": "^0.0.9",
2525
"@tarojs/components": "3.6.34",
2626
"@tarojs/helper": "3.6.34",
@@ -36,22 +36,22 @@
3636
"@tarojs/runtime": "3.6.34",
3737
"@tarojs/shared": "3.6.34",
3838
"@tarojs/taro": "3.6.34",
39-
"vue": "^3.4.31"
39+
"vue": "^3.5.13"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.24.6",
42+
"@babel/core": "^7.26.0",
4343
"@tarojs/cli": "3.6.34",
4444
"@tarojs/webpack5-runner": "3.6.34",
4545
"@types/webpack-env": "^1.18.5",
46-
"babel-loader": "^9.1.3",
46+
"babel-loader": "^9.2.1",
4747
"babel-preset-taro": "3.6.34",
4848
"css-loader": "^7.1.2",
49-
"eslint": "^8.57.0",
49+
"eslint": "^8.57.1",
5050
"eslint-config-taro": "3.6.34",
5151
"style-loader": "^4.0.0",
52-
"stylelint": "^16.6.0",
52+
"stylelint": "^16.12.0",
5353
"typescript": "^5.4.5",
5454
"vue-loader": "^17.4.2",
55-
"webpack": "^5.91.0"
55+
"webpack": "^5.97.1"
5656
}
5757
}

packages/nutui-vite-plugins/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"fs-extra": "^11.2.0",
3434
"lzutf8": "^0.6.3",
3535
"markdown-it-container": "^4.0.0",
36-
"unplugin-vue-markdown": "^0.26.2"
36+
"unplugin-vue-markdown": "^0.27.1"
3737
},
3838
"devDependencies": {
39-
"@shikijs/markdown-it": "^1.6.0",
39+
"@shikijs/markdown-it": "^1.24.2",
4040
"@types/fs-extra": "^11.0.4",
4141
"@types/markdown-it-container": "^2.0.10",
42-
"tsup": "^8.0.2",
42+
"tsup": "^8.3.5",
4343
"typescript": "^5.4.5"
4444
}
4545
}

0 commit comments

Comments
 (0)