Skip to content

Commit b442fee

Browse files
committed
build: update dependencies and fix new linting errors
1 parent ae75e79 commit b442fee

16 files changed

+3922
-3558
lines changed

auto-imports.d.ts

Lines changed: 20 additions & 288 deletions
Large diffs are not rendered by default.

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* eslint-disable */
2-
/* prettier-ignore */
32
// @ts-nocheck
43
// Generated by unplugin-vue-components
54
// Read more: https://github.com/vuejs/core/pull/3399
65
export {}
76

7+
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
1010
RouterLink: typeof import('vue-router')['RouterLink']

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.0.6",
4+
"packageManager": "pnpm@9.15.4",
55
"scripts": {
66
"build": "vite build",
77
"dev": "vite --port 3333 --open",
@@ -12,46 +12,46 @@
1212
"up": "taze major -I"
1313
},
1414
"dependencies": {
15-
"@vueuse/core": "^10.9.0",
15+
"@vueuse/core": "^12.5.0",
1616
"file-saver": "^2.0.5",
1717
"fuse.js": "^7.0.0",
1818
"iso-639-3": "^3.0.1",
1919
"lodash": "^4.17.21",
20-
"pinia": "^2.1.7",
21-
"pinia-plugin-persistedstate": "^3.2.1",
22-
"uuid": "^9.0.1",
20+
"pinia": "^2.3.1",
21+
"pinia-plugin-persistedstate": "^4.2.0",
22+
"uuid": "^11.0.5",
2323
"v-object-inspector": "^0.1.3",
24-
"vue": "^3.4.25",
25-
"vue-router": "^4.3.2"
24+
"vue": "^3.5.13",
25+
"vue-router": "^4.5.0"
2626
},
2727
"devDependencies": {
28-
"@antfu/eslint-config": "^2.16.0",
29-
"@iconify-json/fa6-brands": "^1.1.19",
30-
"@iconify-json/fa6-regular": "^1.1.19",
31-
"@iconify-json/fa6-solid": "^1.1.21",
28+
"@antfu/eslint-config": "^4.1.0",
29+
"@iconify-json/fa6-brands": "^1.2.5",
30+
"@iconify-json/fa6-regular": "^1.2.3",
31+
"@iconify-json/fa6-solid": "^1.2.3",
3232
"@types/file-saver": "^2.0.7",
33-
"@types/lodash": "^4.17.0",
34-
"@types/node": "^20.12.7",
35-
"@types/uuid": "^9.0.8",
36-
"@unocss/eslint-config": "^0.59.4",
37-
"@unocss/reset": "^0.59.4",
38-
"@vitejs/plugin-vue": "^5.0.4",
39-
"@vue-macros/volar": "^0.18.18",
40-
"@vue/test-utils": "^2.4.5",
41-
"eslint": "^9.1.1",
42-
"jsdom": "^24.0.0",
43-
"pnpm": "^9.0.6",
44-
"sass": "^1.75.0",
45-
"taze": "^0.13.7",
46-
"typescript": "^5.4.5",
47-
"unocss": "^0.59.4",
48-
"unplugin-auto-import": "^0.17.5",
49-
"unplugin-vue-components": "^0.26.0",
50-
"unplugin-vue-macros": "^2.9.1",
51-
"vite": "^5.2.10",
52-
"vite-plugin-pages": "^0.32.1",
53-
"vitest": "^1.5.2",
54-
"vue-tsc": "^2.0.14"
33+
"@types/lodash": "^4.17.15",
34+
"@types/node": "^22.12.0",
35+
"@types/uuid": "^10.0.0",
36+
"@unocss/eslint-config": "^65.4.3",
37+
"@unocss/reset": "^65.4.3",
38+
"@vitejs/plugin-vue": "^5.2.1",
39+
"@vue-macros/volar": "^0.30.13",
40+
"@vue/test-utils": "^2.4.6",
41+
"eslint": "^9.19.0",
42+
"jsdom": "^26.0.0",
43+
"pnpm": "^9.15.4",
44+
"sass": "^1.83.4",
45+
"taze": "^18.3.0",
46+
"typescript": "^5.7.3",
47+
"unocss": "^65.4.3",
48+
"unplugin-auto-import": "^19.0.0",
49+
"unplugin-vue-components": "^28.0.0",
50+
"unplugin-vue-macros": "^2.13.11",
51+
"vite": "^5.4.14",
52+
"vite-plugin-pages": "^0.32.4",
53+
"vitest": "^3.0.4",
54+
"vue-tsc": "^2.2.0"
5555
},
5656
"eslintConfig": {
5757
"extends": [

0 commit comments

Comments
 (0)