|
64 | 64 | "vue": "^3.2.0"
|
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 |
| - "@antfu/eslint-config": "^3.12.1", |
| 67 | + "@antfu/eslint-config": "^4.12.0", |
68 | 68 | "@types/jsdom": "^21.1.7",
|
69 | 69 | "@types/markdown-it": "^14.1.2",
|
70 |
| - "@types/node": "^22.10.2", |
71 |
| - "@vitejs/plugin-vue": "^5.2.1", |
72 |
| - "@vitejs/plugin-vue-jsx": "^4.1.1", |
| 70 | + "@types/node": "^22.14.0", |
| 71 | + "@vitejs/plugin-vue": "^5.2.3", |
| 72 | + "@vitejs/plugin-vue-jsx": "^4.1.2", |
73 | 73 | "@vue/test-utils": "^2.4.6",
|
74 |
| - "@vueuse/core": "^12.2.0", |
75 |
| - "bumpp": "^9.9.2", |
76 |
| - "eslint": "^9.17.0", |
77 |
| - "jsdom": "^24.1.3", |
78 |
| - "lint-staged": "^15.2.11", |
| 74 | + "@vueuse/core": "^13.1.0", |
| 75 | + "bumpp": "^10.1.0", |
| 76 | + "eslint": "^9.24.0", |
| 77 | + "jsdom": "^26.0.0", |
| 78 | + "lint-staged": "^15.5.0", |
79 | 79 | "markdown-it": "^14.1.0",
|
80 | 80 | "markdown-it-container": "^4.0.0",
|
81 | 81 | "rimraf": "^6.0.1",
|
82 |
| - "rollup-plugin-copy": "^3.5.0", |
83 |
| - "shiki": "^1.24.4", |
84 |
| - "simple-git-hooks": "^2.11.1", |
85 |
| - "typescript": "^5.7.2", |
86 |
| - "unplugin-vue-components": "^0.28.0", |
87 |
| - "vite": "^6.0.6", |
88 |
| - "vite-plugin-dts": "^4.4.0", |
89 |
| - "vitepress": "^1.5.0", |
90 |
| - "vitest": "^2.1.8", |
| 82 | + "shiki": "^3.2.2", |
| 83 | + "simple-git-hooks": "^2.12.1", |
| 84 | + "typescript": "^5.8.3", |
| 85 | + "unplugin-vue-components": "^28.4.1", |
| 86 | + "vite": "^6.2.6", |
| 87 | + "vite-plugin-dts": "^4.5.3", |
| 88 | + "vite-plugin-static-copy": "^2.3.1", |
| 89 | + "vitepress": "^1.6.3", |
| 90 | + "vitest": "^3.1.1", |
91 | 91 | "vue": "^3.5.13",
|
92 |
| - "vue-tsc": "^2.2.0" |
| 92 | + "vue-tsc": "^2.2.8" |
93 | 93 | },
|
94 | 94 | "simple-git-hooks": {
|
95 | 95 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments