Skip to content

Commit 127ad8a

Browse files
authored
chore: update vite to 4.x (#13)
1 parent 6e8ded7 commit 127ad8a

File tree

2 files changed

+856
-399
lines changed

2 files changed

+856
-399
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@
4141
"release": "bumpp --commit --tag --push && npm publish"
4242
},
4343
"peerDependencies": {
44-
"vite": "^2.0.0 || ^3.0.0-0"
44+
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
4545
},
4646
"dependencies": {
47-
"@antfu/utils": "^0.5.2",
48-
"@mdit-vue/plugin-component": "^0.11.1",
47+
"@antfu/utils": "^0.7.2",
48+
"@mdit-vue/plugin-component": "^0.11.2",
4949
"@mdit-vue/plugin-frontmatter": "^0.11.1",
5050
"@mdit-vue/types": "^0.11.0",
51-
"@rollup/pluginutils": "^4.2.1",
51+
"@rollup/pluginutils": "^5.0.2",
5252
"@types/markdown-it": "^12.2.3",
5353
"markdown-it": "^13.0.1"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^0.26.3",
57-
"@antfu/ni": "^0.18.0",
58-
"@types/node": "^18.7.16",
59-
"@vue/test-utils": "^2.0.2",
60-
"@vueuse/head": "^0.7.10",
56+
"@antfu/eslint-config": "^0.34.0",
57+
"@antfu/ni": "^0.18.8",
58+
"@types/node": "^18.11.18",
59+
"@vue/test-utils": "^2.2.6",
60+
"@vueuse/head": "^1.0.22",
6161
"bumpp": "^8.2.1",
62-
"eslint": "^8.23.0",
63-
"rollup": "^2.79.0",
64-
"tsup": "^6.2.3",
65-
"typescript": "^4.8.3",
66-
"vite": "^3.1.0",
67-
"vitest": "^0.23.2",
68-
"vue": "^3.2.39"
62+
"eslint": "^8.30.0",
63+
"rollup": "^3.9.0",
64+
"tsup": "^6.5.0",
65+
"typescript": "^4.9.4",
66+
"vite": "^4.0.3",
67+
"vitest": "^0.26.2",
68+
"vue": "^3.2.45"
6969
}
7070
}

0 commit comments

Comments
 (0)