Skip to content

Commit cfc3caa

Browse files
committed
chore: upgrade deps
1 parent 0655299 commit cfc3caa

File tree

2 files changed

+403
-511
lines changed

2 files changed

+403
-511
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@shikijs/monaco": "^3.14.0",
2121
"@typescript-eslint/parser": "^8.46.2",
22-
"@vueuse/core": "^13.9.0",
22+
"@vueuse/core": "^14.0.0",
2323
"ansi-regex": "^6.2.2",
2424
"fflate": "^0.8.2",
2525
"json-to-ast": "^2.1.0",
@@ -50,7 +50,7 @@
5050
"@vue-vapor/compiler-vapor": "latest",
5151
"@vue/compiler-dom": "^3.5.22",
5252
"@vue/compiler-sfc": "^3.5.22",
53-
"@vueuse/nuxt": "^13.9.0",
53+
"@vueuse/nuxt": "^14.0.0",
5454
"acorn": "^8.15.0",
5555
"acorn-loose": "^8.5.2",
5656
"bumpp": "^10.3.1",
@@ -74,7 +74,7 @@
7474
"prettier": "^3.6.2",
7575
"rehype": "^13.0.2",
7676
"remark": "^15.0.1",
77-
"rolldown": "^1.0.0-beta.44",
77+
"rolldown": "^1.0.0-beta.45",
7878
"serve": "^14.2.5",
7979
"simple-git": "^3.28.0",
8080
"sql-parser-cst": "^0.34.1",
@@ -84,7 +84,7 @@
8484
"unenv": "^2.0.0-rc.22",
8585
"unocss": "^66.5.4",
8686
"unplugin-replace": "^0.6.2",
87-
"vite": "npm:rolldown-vite@^7.1.19",
87+
"vite": "npm:rolldown-vite@^7.1.20",
8888
"vue-tsc": "^3.1.2",
8989
"yaml": "^2.8.1",
9090
"yaml-eslint-parser": "^1.3.0"
@@ -93,7 +93,7 @@
9393
"node": ">=20.19.0"
9494
},
9595
"resolutions": {
96-
"vite": "npm:rolldown-vite@^7.1.19"
96+
"vite": "npm:rolldown-vite@^7.1.20"
9797
},
9898
"prettier": "@sxzz/prettier-config"
9999
}

0 commit comments

Comments
 (0)