Skip to content

Commit 6fcfc6a

Browse files
fix(deps): update all non-major dependencies
1 parent 87f044d commit 6fcfc6a

File tree

6 files changed

+198
-198
lines changed

6 files changed

+198
-198
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@nutui/prettier-plugin": "workspace:*",
8888
"@nutui/vite-plugins": "workspace:*",
8989
"@tarojs/taro": "3.6.24",
90-
"@types/node": "^20.12.11",
90+
"@types/node": "^20.12.12",
9191
"@vitejs/plugin-vue": "^5.0.4",
9292
"@vitejs/plugin-vue-jsx": "^3.1.0",
9393
"@vitest/coverage-istanbul": "^1.6.0",
@@ -99,9 +99,9 @@
9999
"eslint": "^9.2.0",
100100
"eslint-config-flat-gitignore": "^0.1.5",
101101
"fs-extra": "^11.2.0",
102-
"happy-dom": "^14.10.1",
102+
"happy-dom": "^14.11.0",
103103
"husky": "^9.0.11",
104-
"inquirer": "^9.2.20",
104+
"inquirer": "^9.2.21",
105105
"lzutf8": "^0.6.3",
106106
"markdown-it": "^14.1.0",
107107
"nano-staged": "^0.8.0",
@@ -110,7 +110,7 @@
110110
"typescript": "^5.4.5",
111111
"unplugin-vue-components": "^0.27.0",
112112
"vite": "^5.2.11",
113-
"vite-plugin-vue-devtools": "^7.1.3",
113+
"vite-plugin-vue-devtools": "^7.2.0",
114114
"vitest": "^1.6.0",
115115
"vitest-canvas-mock": "^0.3.3",
116116
"vue": "^3.4.27",
@@ -129,6 +129,6 @@
129129
"url": "https://github.com/jdf2e/nutui.git"
130130
},
131131
"resolutions": {
132-
"@typescript-eslint/utils": "^8.0.0-alpha.10"
132+
"@typescript-eslint/utils": "^8.0.0-alpha.12"
133133
}
134134
}

packages/nutui-eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"dependencies": {
2828
"@stylistic/eslint-plugin": "^2.1.0",
29-
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
30-
"@typescript-eslint/parser": "^8.0.0-alpha.10",
29+
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.12",
30+
"@typescript-eslint/parser": "^8.0.0-alpha.12",
3131
"eslint-plugin-vue": "^9.26.0",
32-
"typescript-eslint": "^8.0.0-alpha.10",
32+
"typescript-eslint": "^8.0.0-alpha.12",
3333
"vue-eslint-parser": "^9.4.2",
3434
"@eslint/js": "^9.2.0"
3535
},

packages/nutui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"serve": "vite preview"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.12.11",
18+
"@types/node": "^20.12.12",
1919
"@vitejs/plugin-vue": "^5.0.4",
2020
"rimraf": "^5.0.7",
2121
"vite": "^5.2.11",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"vue": "^3.4.27",
11-
"@nutui/nutui": "^4.3.7",
11+
"@nutui/nutui": "^4.3.8",
1212
"@nutui/touch-emulator": "^1.0.0"
1313
},
1414
"devDependencies": {

packages/nutui-vite-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"unplugin-vue-markdown": "^0.26.2"
3737
},
3838
"devDependencies": {
39-
"@shikijs/markdown-it": "^1.5.1",
39+
"@shikijs/markdown-it": "^1.5.2",
4040
"@types/fs-extra": "^11.0.4",
4141
"@types/markdown-it-container": "^2.0.10",
4242
"tsup": "^8.0.2",

0 commit comments

Comments
 (0)