Skip to content

Commit a512b60

Browse files
committed
chore: update deps
1 parent 5b9db49 commit a512b60

File tree

5 files changed

+864
-1137
lines changed

5 files changed

+864
-1137
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// Auto fix
1414
"editor.codeActionsOnSave": {
15-
"source.fixAll": "explicit",
15+
"source.fixAll.eslint": "explicit",
1616
"source.organizeImports": "never"
1717
},
1818

auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ declare global {
288288
// for type re-export
289289
declare global {
290290
// @ts-ignore
291-
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
291+
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
292292
}
293293
// for vue template auto import
294294
import { UnwrapRef } from 'vue'

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@8.9.2",
4+
"packageManager": "pnpm@8.10.2",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -18,31 +18,31 @@
1818
"vue-router": "^4.2.5"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^1.0.0-beta.28",
21+
"@antfu/eslint-config": "^1.1.0",
2222
"@iconify-json/carbon": "^1.1.21",
23-
"@types/node": "^20.8.8",
23+
"@types/node": "^20.8.10",
2424
"@unocss/eslint-config": "^0.57.1",
2525
"@unocss/eslint-plugin": "^0.57.1",
2626
"@unocss/reset": "^0.57.1",
2727
"@vitejs/plugin-vue": "^4.4.0",
28-
"@vue-macros/volar": "^0.17.1",
28+
"@vue-macros/volar": "^0.17.2",
2929
"@vue/test-utils": "^2.4.1",
3030
"eslint": "^8.52.0",
3131
"eslint-define-config": "^1.24.1",
3232
"jsdom": "^22.1.0",
3333
"lint-staged": "^15.0.2",
34-
"pnpm": "^8.9.2",
34+
"pnpm": "^8.10.2",
3535
"simple-git-hooks": "^2.9.0",
36-
"taze": "^0.11.4",
36+
"taze": "^0.12.0",
3737
"typescript": "^5.2.2",
3838
"unocss": "^0.57.1",
39-
"unplugin-auto-import": "^0.16.6",
39+
"unplugin-auto-import": "^0.16.7",
4040
"unplugin-vue-components": "^0.25.2",
41-
"unplugin-vue-macros": "^2.6.1",
41+
"unplugin-vue-macros": "^2.6.2",
4242
"vite": "^4.5.0",
4343
"vite-plugin-pages": "^0.31.0",
4444
"vitest": "^0.34.6",
45-
"vue-tsc": "^1.8.20"
45+
"vue-tsc": "^1.8.22"
4646
},
4747
"simple-git-hooks": {
4848
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)