|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 |
| - "packageManager": "pnpm@8.7.5", |
| 3 | + "packageManager": "pnpm@9.12.1", |
4 | 4 | "scripts": {
|
5 | 5 | "postinstall": "pnpm get-snippets",
|
6 | 6 | "dev": "vitepress dev",
|
|
23 | 23 | "@types/markdown-it": "^13.0.1",
|
24 | 24 | "@types/node": "^20.6.0",
|
25 | 25 | "@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", |
28 | 28 | "@unocss/transformer-directives": "^0.58.5",
|
29 | 29 | "case": "^1.6.3",
|
30 | 30 | "chalk": "^4",
|
31 | 31 | "css-select": "^5.1.0",
|
32 | 32 | "del": "^7.0.0",
|
33 | 33 | "eslint": "^8.56.0",
|
34 |
| - "eslint-plugin-vue": "^9.21.1", |
| 34 | + "eslint-plugin-vue": "^9.30.0", |
35 | 35 | "fast-diff": "^1.3.0",
|
36 | 36 | "globby": "^13.2.2",
|
37 | 37 | "hasha": "^5.2.2",
|
|
42 | 42 | "markdown-it-footnote": "^3.0.3",
|
43 | 43 | "mermaid": "^10.4.0",
|
44 | 44 | "node-fetch": "^3.3.0",
|
45 |
| - "prettier": "^3.2.5", |
| 45 | + "prettier": "^3.3.3", |
46 | 46 | "prettier-eslint": "^16.3.0",
|
47 | 47 | "prettier-eslint-cli": "^8.0.1",
|
48 | 48 | "sass": "^1.66.1",
|
49 | 49 | "ts-pattern": "^5.0.6",
|
50 | 50 | "tsx": "^4.7.1",
|
51 |
| - "typescript": "5.3.3", |
| 51 | + "typescript": "5.6.3", |
52 | 52 | "unocss": "^0.58.5",
|
53 |
| - "vite": "^5.1.1", |
| 53 | + "vite": "^5.4.10", |
54 | 54 | "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", |
57 | 57 | "yargs": "^17.6.2"
|
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 | 60 | "@headlessui/vue": "^1.7.19",
|
61 | 61 | "@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", |
64 | 64 | "mande": "^2.0.8",
|
65 | 65 | "tiny-invariant": "^1.3.1",
|
66 |
| - "vue": "^3.4.18" |
| 66 | + "vue": "^3.5.12" |
67 | 67 | }
|
68 | 68 | }
|
0 commit comments