Skip to content

Commit f82b30f

Browse files
committed
feat!: migrate to vite 8
1 parent 6d3ffef commit f82b30f

File tree

9 files changed

+775
-1095
lines changed

9 files changed

+775
-1095
lines changed

package.json

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -97,26 +97,26 @@
9797
"dependencies": {
9898
"@docsearch/css": "^4.3.2",
9999
"@docsearch/js": "^4.3.2",
100-
"@iconify-json/simple-icons": "^1.2.59",
101-
"@shikijs/core": "^3.15.0",
102-
"@shikijs/transformers": "^3.15.0",
103-
"@shikijs/types": "^3.15.0",
100+
"@iconify-json/simple-icons": "^1.2.61",
101+
"@shikijs/core": "^3.19.0",
102+
"@shikijs/transformers": "^3.19.0",
103+
"@shikijs/types": "^3.19.0",
104104
"@types/markdown-it": "^14.1.2",
105-
"@vitejs/plugin-vue": "^6.0.1",
105+
"@vitejs/plugin-vue": "^6.0.2",
106106
"@vue/devtools-api": "^8.0.5",
107-
"@vue/shared": "^3.5.24",
108-
"@vueuse/core": "^14.0.0",
109-
"@vueuse/integrations": "^14.0.0",
107+
"@vue/shared": "^3.5.25",
108+
"@vueuse/core": "^14.1.0",
109+
"@vueuse/integrations": "^14.1.0",
110110
"focus-trap": "^7.6.6",
111111
"mark.js": "8.11.1",
112112
"minisearch": "^7.2.0",
113-
"shiki": "^3.15.0",
114-
"vite": "^7.2.2",
115-
"vue": "^3.5.24"
113+
"shiki": "^3.19.0",
114+
"vite": "^8.0.0-0",
115+
"vue": "^3.5.25"
116116
},
117117
"devDependencies": {
118-
"@clack/prompts": "^1.0.0-alpha.6",
119-
"@iconify/utils": "^3.0.2",
118+
"@clack/prompts": "^1.0.0-alpha.7",
119+
"@iconify/utils": "^3.1.0",
120120
"@mdit-vue/plugin-component": "^3.0.2",
121121
"@mdit-vue/plugin-frontmatter": "^3.0.2",
122122
"@mdit-vue/plugin-headers": "^3.0.2",
@@ -145,14 +145,14 @@
145145
"conventional-changelog": "^7.1.1",
146146
"conventional-changelog-angular": "^8.1.0",
147147
"cross-spawn": "^7.0.6",
148-
"esbuild": "^0.25.12",
149-
"execa": "^9.6.0",
148+
"esbuild": "^0.27.1",
149+
"execa": "^9.6.1",
150150
"fs-extra": "^11.3.2",
151151
"get-port": "^7.1.0",
152152
"gray-matter": "^4.0.3",
153-
"lint-staged": "^16.2.6",
153+
"lint-staged": "^16.2.7",
154154
"lodash.template": "^4.5.0",
155-
"lru-cache": "^11.2.2",
155+
"lru-cache": "^11.2.4",
156156
"markdown-it": "^14.1.0",
157157
"markdown-it-anchor": "^9.2.0",
158158
"markdown-it-async": "^2.2.0",
@@ -163,23 +163,22 @@
163163
"markdown-it-mathjax3": "^4.3.2",
164164
"minimist": "^1.2.8",
165165
"nanoid": "^5.1.6",
166-
"obug": "^2.0.0",
166+
"obug": "^2.1.1",
167167
"ora": "^9.0.0",
168-
"oxc-minify": "^0.98.0",
169168
"p-map": "^7.0.4",
170169
"package-directory": "^8.1.0",
171170
"path-to-regexp": "^6.3.0",
172171
"picocolors": "^1.1.1",
173172
"picomatch": "^4.0.3",
174-
"playwright-chromium": "^1.56.1",
173+
"playwright-chromium": "^1.57.0",
175174
"polka": "^1.0.0-next.28",
176175
"postcss": "^8.5.6",
177-
"postcss-selector-parser": "^7.1.0",
178-
"prettier": "^3.6.2",
176+
"postcss-selector-parser": "^7.1.1",
177+
"prettier": "^3.7.4",
179178
"prompts": "^2.4.2",
180179
"punycode": "^2.3.1",
181-
"rimraf": "^6.1.0",
182-
"rollup": "^4.53.2",
180+
"rimraf": "^6.1.2",
181+
"rollup": "^4.53.3",
183182
"rollup-plugin-dts": "6.1.1",
184183
"rollup-plugin-esbuild": "^6.2.1",
185184
"semver": "^7.7.3",
@@ -189,12 +188,11 @@
189188
"tinyglobby": "^0.2.15",
190189
"typescript": "^5.9.3",
191190
"vitest": "4.0.0-beta.4",
192-
"vue-tsc": "^3.1.4",
191+
"vue-tsc": "^3.1.5",
193192
"wait-on": "^9.0.3"
194193
},
195194
"peerDependencies": {
196195
"markdown-it-mathjax3": "^4",
197-
"oxc-minify": "*",
198196
"postcss": "^8"
199197
},
200198
"peerDependenciesMeta": {
@@ -203,10 +201,7 @@
203201
},
204202
"postcss": {
205203
"optional": true
206-
},
207-
"oxc-minify": {
208-
"optional": true
209204
}
210205
},
211-
"packageManager": "pnpm@10.22.0"
206+
"packageManager": "pnpm@10.24.0"
212207
}

0 commit comments

Comments
 (0)