mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix: upgrade vite to 2.7.12 (#2716)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
4de167e246
commit
33ebb01d7f
@ -55,7 +55,7 @@
|
||||
"ufo": "^0.7.9",
|
||||
"unplugin": "^0.3.0",
|
||||
"unplugin-vue2-script-setup": "0.9.0",
|
||||
"vite": "2.7.10",
|
||||
"vite": "^2.7.12",
|
||||
"vite-plugin-vue2": "^1.9.2",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
|
@ -37,7 +37,7 @@
|
||||
"postcss-url": "^10.1.3",
|
||||
"rollup-plugin-visualizer": "^5.5.2",
|
||||
"ufo": "^0.7.9",
|
||||
"vite": "2.7.10"
|
||||
"vite": "^2.7.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.26"
|
||||
|
@ -4,7 +4,6 @@
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"docus",
|
||||
"vite",
|
||||
"@docus/app",
|
||||
"@docus/github",
|
||||
"@docus/social-image",
|
||||
|
62
yarn.lock
62
yarn.lock
@ -2529,7 +2529,7 @@ __metadata:
|
||||
unbuild: latest
|
||||
unplugin: ^0.3.0
|
||||
unplugin-vue2-script-setup: 0.9.0
|
||||
vite: 2.7.10
|
||||
vite: ^2.7.12
|
||||
vite-plugin-vue2: ^1.9.2
|
||||
vue: ^2
|
||||
vue-router: ^3
|
||||
@ -3193,7 +3193,7 @@ __metadata:
|
||||
rollup-plugin-visualizer: ^5.5.2
|
||||
ufo: ^0.7.9
|
||||
unbuild: latest
|
||||
vite: 2.7.10
|
||||
vite: ^2.7.12
|
||||
vue: 3.2.26
|
||||
peerDependencies:
|
||||
vue: 3.2.26
|
||||
@ -21327,35 +21327,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite@npm:2.7.10":
|
||||
version: 2.7.10
|
||||
resolution: "vite@npm:2.7.10"
|
||||
dependencies:
|
||||
esbuild: ^0.13.12
|
||||
fsevents: ~2.3.2
|
||||
postcss: ^8.4.5
|
||||
resolve: ^1.20.0
|
||||
rollup: ^2.59.0
|
||||
peerDependencies:
|
||||
less: "*"
|
||||
sass: "*"
|
||||
stylus: "*"
|
||||
dependenciesMeta:
|
||||
fsevents:
|
||||
optional: true
|
||||
peerDependenciesMeta:
|
||||
less:
|
||||
optional: true
|
||||
sass:
|
||||
optional: true
|
||||
stylus:
|
||||
optional: true
|
||||
bin:
|
||||
vite: bin/vite.js
|
||||
checksum: 1757108547ca34bd01a8ee3973cb04b484492c9e5690fc75f54bbcbde5965ab6e0a5b8355c336adf0a9117aa0fdae3053af3aafa9e5eb783282fffa948cfbe11
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite@npm:>=2.7.10":
|
||||
version: 2.7.11
|
||||
resolution: "vite@npm:2.7.11"
|
||||
@ -21385,6 +21356,35 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite@npm:^2.7.12":
|
||||
version: 2.7.12
|
||||
resolution: "vite@npm:2.7.12"
|
||||
dependencies:
|
||||
esbuild: ^0.13.12
|
||||
fsevents: ~2.3.2
|
||||
postcss: ^8.4.5
|
||||
resolve: ^1.20.0
|
||||
rollup: ^2.59.0
|
||||
peerDependencies:
|
||||
less: "*"
|
||||
sass: "*"
|
||||
stylus: "*"
|
||||
dependenciesMeta:
|
||||
fsevents:
|
||||
optional: true
|
||||
peerDependenciesMeta:
|
||||
less:
|
||||
optional: true
|
||||
sass:
|
||||
optional: true
|
||||
stylus:
|
||||
optional: true
|
||||
bin:
|
||||
vite: bin/vite.js
|
||||
checksum: 56d62ae8131b02891f2dbd81f26a3ca28a02bfe390f9cb4e0c2d8dc831c2e2f8264dd3c45b14c7dd48e79d83d323a35148f92729e1f3385fae04fcd691f3f985
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vitest@npm:^0.1.12":
|
||||
version: 0.1.12
|
||||
resolution: "vitest@npm:0.1.12"
|
||||
|
Loading…
Reference in New Issue
Block a user