Skip to content

Commit 888c3bb

Browse files
committed
chore: update deps
1 parent 81b28f6 commit 888c3bb

File tree

3 files changed

+800
-725
lines changed

3 files changed

+800
-725
lines changed

auto-imports.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ declare global {
5858
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
5959
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
6060
const onDeactivated: typeof import('vue')['onDeactivated']
61+
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
6162
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
6263
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
6364
const onLongPress: typeof import('@vueuse/core')['onLongPress']
@@ -357,6 +358,7 @@ declare module 'vue' {
357358
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
358359
readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
359360
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
361+
readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
360362
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
361363
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
362364
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].3",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -13,40 +13,40 @@
1313
"postinstall": "npx simple-git-hooks"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^12.2.0",
16+
"@vueuse/core": "^12.3.0",
1717
"vue": "^3.5.13",
1818
"vue-router": "^4.5.0"
1919
},
2020
"devDependencies": {
21-
"@antfu/eslint-config": "^3.12.1",
21+
"@antfu/eslint-config": "^3.12.2",
2222
"@iconify-json/carbon": "^1.2.5",
23-
"@types/node": "^22.10.2",
24-
"@unocss/eslint-config": "^0.65.2",
25-
"@unocss/eslint-plugin": "^0.65.2",
26-
"@unocss/reset": "^0.65.2",
23+
"@types/node": "^22.10.5",
24+
"@unocss/eslint-config": "^0.65.4",
25+
"@unocss/eslint-plugin": "^0.65.4",
26+
"@unocss/reset": "^0.65.4",
2727
"@vitejs/plugin-vue": "^5.2.1",
28-
"@vue-macros/volar": "^0.30.8",
28+
"@vue-macros/volar": "^0.30.9",
2929
"@vue/test-utils": "^2.4.6",
3030
"eslint": "^9.17.0",
31-
"eslint-plugin-format": "^0.1.3",
32-
"jsdom": "^25.0.1",
33-
"lint-staged": "^15.2.11",
34-
"pnpm": "^9.15.1",
31+
"eslint-plugin-format": "^1.0.1",
32+
"jsdom": "^26.0.0",
33+
"lint-staged": "^15.3.0",
34+
"pnpm": "^9.15.3",
3535
"simple-git-hooks": "^2.11.1",
36-
"taze": "^0.18.0",
37-
"typescript": "^5.7.2",
38-
"unocss": "^0.65.2",
39-
"unplugin-auto-import": "^0.19.0",
40-
"unplugin-vue-components": "^0.28.0",
41-
"unplugin-vue-macros": "^2.13.6",
36+
"taze": "^18.1.0",
37+
"typescript": "^5.7.3",
38+
"unocss": "^0.65.4",
39+
"unplugin-auto-import": "^19.0.0",
40+
"unplugin-vue-components": "^28.0.0",
41+
"unplugin-vue-macros": "^2.13.7",
4242
"unplugin-vue-router": "^0.10.9",
43-
"vite": "^6.0.5",
43+
"vite": "^6.0.7",
4444
"vitest": "^2.1.8",
4545
"vue-tsc": "^2.2.0"
4646
},
4747
"resolutions": {
48-
"unplugin": "^2.1.0",
49-
"vite": "^6.0.5"
48+
"unplugin": "^2.1.2",
49+
"vite": "^6.0.7"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)