|
63 | 63 | "vue": "^3.2.0" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@antfu/eslint-config": "^4.12.0", |
| 66 | + "@antfu/eslint-config": "^4.13.0", |
67 | 67 | "@types/jsdom": "^21.1.7", |
68 | 68 | "@types/markdown-it": "^14.1.2", |
69 | | - "@types/node": "^22.14.0", |
| 69 | + "@types/node": "^22.15.14", |
70 | 70 | "@vitejs/plugin-vue": "^5.2.3", |
71 | 71 | "@vitejs/plugin-vue-jsx": "^4.1.2", |
72 | 72 | "@vue/test-utils": "^2.4.6", |
73 | 73 | "@vueuse/core": "^13.1.0", |
74 | 74 | "bumpp": "^10.1.0", |
75 | 75 | "cssnano": "^7.0.7", |
76 | | - "eslint": "^9.24.0", |
77 | | - "jsdom": "^26.0.0", |
78 | | - "lint-staged": "^15.5.0", |
| 76 | + "eslint": "^9.26.0", |
| 77 | + "jsdom": "^26.1.0", |
| 78 | + "lint-staged": "^15.5.2", |
79 | 79 | "markdown-it": "^14.1.0", |
80 | 80 | "markdown-it-container": "^4.0.0", |
81 | 81 | "postcss": "^8.5.3", |
82 | 82 | "rimraf": "^6.0.1", |
83 | | - "shiki": "^3.2.2", |
84 | | - "simple-git-hooks": "^2.12.1", |
| 83 | + "shiki": "^3.4.0", |
| 84 | + "simple-git-hooks": "^2.13.0", |
85 | 85 | "typescript": "^5.8.3", |
86 | | - "unplugin-vue-components": "^28.4.1", |
87 | | - "vite": "^6.2.6", |
| 86 | + "unplugin-vue-components": "^28.5.0", |
| 87 | + "vite": "^6.3.5", |
| 88 | + "vite-plugin-bundle-styles": "0.1.0-beta.1", |
88 | 89 | "vite-plugin-dts": "^4.5.3", |
89 | 90 | "vite-plugin-static-copy": "^2.3.1", |
90 | 91 | "vitepress": "^1.6.3", |
91 | | - "vitest": "^3.1.1", |
| 92 | + "vitest": "^3.1.3", |
92 | 93 | "vue": "^3.5.13", |
93 | | - "vue-tsc": "^2.2.8" |
| 94 | + "vue-tsc": "^2.2.10" |
94 | 95 | }, |
95 | 96 | "simple-git-hooks": { |
96 | 97 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments