Skip to content

Commit 0971e57

Browse files
committed
chore: upgrade deps
1 parent 59df1b7 commit 0971e57

File tree

6 files changed

+1800
-1785
lines changed

6 files changed

+1800
-1785
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"serve": "vite preview"
1111
},
1212
"dependencies": {
13-
"valaxy": "^0.21.1",
13+
"valaxy": "^0.22.10",
1414
"valaxy-theme-gitlink": "link:../valaxy-theme-yun"
1515
},
1616
"devDependencies": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.15.0",
4+
"packageManager": "pnpm@10.4.1",
55
"homepage": "https://valaxy.site",
66
"scripts": {
77
"build": "npm run build:demo",
@@ -14,13 +14,13 @@
1414
"typecheck": "vue-tsc --noEmit --skipLibCheck"
1515
},
1616
"devDependencies": {
17-
"@antfu/eslint-config": "^3.12.0",
18-
"@unocss/eslint-plugin": "^0.65.1",
19-
"bumpp": "^9.9.1",
20-
"eslint": "^9.17.0",
21-
"typescript": "^5.6.2",
22-
"valaxy": "^0.21.1",
17+
"@antfu/eslint-config": "^4.3.0",
18+
"@unocss/eslint-plugin": "^66.0.0",
19+
"bumpp": "^10.0.3",
20+
"eslint": "^9.20.1",
21+
"typescript": "^5.7.3",
22+
"valaxy": "^0.22.10",
2323
"valaxy-theme-gitlink": "workspace:*",
24-
"vue-tsc": "^2.1.10"
24+
"vue-tsc": "^2.2.2"
2525
}
2626
}

0 commit comments

Comments
 (0)