Skip to content

Commit

Permalink
fix: upgrade vite to 2.7.12 (nuxt#2716)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
pi0 and antfu authored Jan 14, 2022
1 parent 4de167e commit 33ebb01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
],
"ignoreDeps": [
"docus",
"vite",
"@docus/app",
"@docus/github",
"@docus/social-image",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -21327,9 +21327,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:2.7.10":
version: 2.7.10
resolution: "vite@npm:2.7.10"
"vite@npm:>=2.7.10":
version: 2.7.11
resolution: "vite@npm:2.7.11"
dependencies:
esbuild: ^0.13.12
fsevents: ~2.3.2
Expand All @@ -21352,13 +21352,13 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 1757108547ca34bd01a8ee3973cb04b484492c9e5690fc75f54bbcbde5965ab6e0a5b8355c336adf0a9117aa0fdae3053af3aafa9e5eb783282fffa948cfbe11
checksum: e67f34cdd460840847157d19e833eb7f19ff8160afc23ce4c88f92b34ba35f99a8eab43cd88d814d1bd13662b1784eb3d224e04c64d209d0ea920a270b09f7ea
languageName: node
linkType: hard

"vite@npm:>=2.7.10":
version: 2.7.11
resolution: "vite@npm:2.7.11"
"vite@npm:^2.7.12":
version: 2.7.12
resolution: "vite@npm:2.7.12"
dependencies:
esbuild: ^0.13.12
fsevents: ~2.3.2
Expand All @@ -21381,7 +21381,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: e67f34cdd460840847157d19e833eb7f19ff8160afc23ce4c88f92b34ba35f99a8eab43cd88d814d1bd13662b1784eb3d224e04c64d209d0ea920a270b09f7ea
checksum: 56d62ae8131b02891f2dbd81f26a3ca28a02bfe390f9cb4e0c2d8dc831c2e2f8264dd3c45b14c7dd48e79d83d323a35148f92729e1f3385fae04fcd691f3f985
languageName: node
linkType: hard

Expand Down

0 comments on commit 33ebb01

Please sign in to comment.