Skip to content

Commit 7fabfc5

Browse files
committed
revert: back to vite 4
1 parent a89afd4 commit 7fabfc5

File tree

2 files changed

+193
-521
lines changed

2 files changed

+193
-521
lines changed

Diff for: package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"mark.js": "8.11.1",
100100
"minisearch": "^6.1.0",
101101
"shiki": "^0.14.3",
102-
"vite": "5.0.0-beta.0",
102+
"vite": "^4.4.9",
103103
"vue": "^3.3.4"
104104
},
105105
"devDependencies": {
@@ -129,14 +129,14 @@
129129
"@types/markdown-it-emoji": "^2.0.2",
130130
"@types/micromatch": "^4.0.2",
131131
"@types/minimist": "^1.2.2",
132-
"@types/node": "^20.5.6",
132+
"@types/node": "^20.5.7",
133133
"@types/postcss-prefix-selector": "^1.16.0",
134134
"@types/prompts": "^2.4.4",
135135
"@vitejs/plugin-vue": "^4.3.3",
136136
"@vue/shared": "^3.3.4",
137137
"chokidar": "^3.5.3",
138138
"compression": "^1.7.4",
139-
"conventional-changelog-cli": "^3.0.0",
139+
"conventional-changelog-cli": "^4.0.0",
140140
"cross-spawn": "^7.0.3",
141141
"debug": "^4.3.4",
142142
"esbuild": "^0.19.2",
@@ -193,8 +193,7 @@
193193
},
194194
"pnpm": {
195195
"overrides": {
196-
"ora>string-width": "^5",
197-
"vite": "5.0.0-beta.0"
196+
"ora>string-width": "^5"
198197
}
199198
}
200199
}

0 commit comments

Comments
 (0)