Skip to content

Commit 100b064

Browse files
committed
feat: replace rollup-plugin-copy with vite-plugin-static-copy
1 parent 44a6f20 commit 100b064

File tree

3 files changed

+2224
-1994
lines changed

3 files changed

+2224
-1994
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,32 +64,32 @@
6464
"vue": "^3.2.0"
6565
},
6666
"devDependencies": {
67-
"@antfu/eslint-config": "^3.12.1",
67+
"@antfu/eslint-config": "^4.12.0",
6868
"@types/jsdom": "^21.1.7",
6969
"@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",
7373
"@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",
7979
"markdown-it": "^14.1.0",
8080
"markdown-it-container": "^4.0.0",
8181
"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",
9191
"vue": "^3.5.13",
92-
"vue-tsc": "^2.2.0"
92+
"vue-tsc": "^2.2.8"
9393
},
9494
"simple-git-hooks": {
9595
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)