Skip to content

Commit bc65d77

Browse files
authored
Housekeeping (#510)
misc: update dependencies Signed-off-by: qua <[email protected]>
1 parent f9d2b58 commit bc65d77

File tree

2 files changed

+4741
-3353
lines changed

2 files changed

+4741
-3353
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@8.7.5",
3+
"packageManager": "pnpm@9.12.1",
44
"scripts": {
55
"postinstall": "pnpm get-snippets",
66
"dev": "vitepress dev",
@@ -23,15 +23,15 @@
2323
"@types/markdown-it": "^13.0.1",
2424
"@types/node": "^20.6.0",
2525
"@types/yargs": "^17.0.24",
26-
"@typescript-eslint/eslint-plugin": "^6.21.0",
27-
"@typescript-eslint/parser": "^6.21.0",
26+
"@typescript-eslint/eslint-plugin": "^8.13.0",
27+
"@typescript-eslint/parser": "^8.13.0",
2828
"@unocss/transformer-directives": "^0.58.5",
2929
"case": "^1.6.3",
3030
"chalk": "^4",
3131
"css-select": "^5.1.0",
3232
"del": "^7.0.0",
3333
"eslint": "^8.56.0",
34-
"eslint-plugin-vue": "^9.21.1",
34+
"eslint-plugin-vue": "^9.30.0",
3535
"fast-diff": "^1.3.0",
3636
"globby": "^13.2.2",
3737
"hasha": "^5.2.2",
@@ -42,27 +42,27 @@
4242
"markdown-it-footnote": "^3.0.3",
4343
"mermaid": "^10.4.0",
4444
"node-fetch": "^3.3.0",
45-
"prettier": "^3.2.5",
45+
"prettier": "^3.3.3",
4646
"prettier-eslint": "^16.3.0",
4747
"prettier-eslint-cli": "^8.0.1",
4848
"sass": "^1.66.1",
4949
"ts-pattern": "^5.0.6",
5050
"tsx": "^4.7.1",
51-
"typescript": "5.3.3",
51+
"typescript": "5.6.3",
5252
"unocss": "^0.58.5",
53-
"vite": "^5.1.1",
53+
"vite": "^5.4.10",
5454
"vite-svg-loader": "^5.1.0",
55-
"vitepress": "1.0.0-rc.42",
56-
"vitest": "^1.2.2",
55+
"vitepress": "1.5.0",
56+
"vitest": "^2.1.4",
5757
"yargs": "^17.6.2"
5858
},
5959
"dependencies": {
6060
"@headlessui/vue": "^1.7.19",
6161
"@vue-kakuyaku/core": "^0.4.3",
62-
"@vueuse/core": "^10.7.2",
63-
"@vueuse/math": "^10.7.2",
62+
"@vueuse/core": "^11.2.0",
63+
"@vueuse/math": "^11.2.0",
6464
"mande": "^2.0.8",
6565
"tiny-invariant": "^1.3.1",
66-
"vue": "^3.4.18"
66+
"vue": "^3.5.12"
6767
}
6868
}

0 commit comments

Comments
 (0)