Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat(vite): upgrade to vite 2.9.0 (#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 31, 2022
1 parent 9c2e208 commit 5b2ed85
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"jiti": "^1.13.0",
"nitropack-dev": "link:../nitropack",
"nuxt3": "workspace:./packages/nuxt3",
"vite": "~2.8.6",
"vite": "^2.9.0",
"unbuild": "^0.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Expand Up @@ -61,7 +61,7 @@
"unplugin": "^0.6.0",
"unplugin-vue2-script-setup": "^0.10.1",
"untyped": "^0.4.3",
"vite": "~2.8.6",
"vite": "^2.9.0",
"vite-plugin-vue2": "^1.9.3",
"vue-template-compiler": "^2.6.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -43,7 +43,7 @@
"rollup-plugin-visualizer": "^5.6.0",
"ufo": "^0.8.1",
"unplugin": "^0.6.0",
"vite": "~2.8.6",
"vite": "^2.9.0",
"vite-node": "^0.8.1"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion renovate.json
Expand Up @@ -16,7 +16,6 @@
"@docus/social-image",
"@docus/theme",
"@docus/twitter",
"vite",
"h3"
]
}
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -2637,7 +2637,7 @@ __metadata:
unplugin: ^0.6.0
unplugin-vue2-script-setup: ^0.10.1
untyped: ^0.4.3
vite: ~2.8.6
vite: ^2.9.0
vite-plugin-vue2: ^1.9.3
vue: ^2
vue-router: ^3
Expand Down Expand Up @@ -3341,7 +3341,7 @@ __metadata:
ufo: ^0.8.1
unbuild: latest
unplugin: ^0.6.0
vite: ~2.8.6
vite: ^2.9.0
vite-node: ^0.8.1
vue: 3.2.31
peerDependencies:
Expand Down Expand Up @@ -9880,7 +9880,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.14.14, esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.29, esbuild@npm:^0.14.6":
"esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.29, esbuild@npm:^0.14.6":
version: 0.14.29
resolution: "esbuild@npm:0.14.29"
dependencies:
Expand Down Expand Up @@ -17967,7 +17967,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8, postcss@npm:^8.1.10, postcss@npm:^8.2.15, postcss@npm:^8.3.5, postcss@npm:^8.4.12, postcss@npm:^8.4.6, postcss@npm:^8.4.7":
"postcss@npm:^8, postcss@npm:^8.1.10, postcss@npm:^8.2.15, postcss@npm:^8.3.5, postcss@npm:^8.4.12, postcss@npm:^8.4.7":
version: 8.4.12
resolution: "postcss@npm:8.4.12"
dependencies:
Expand Down Expand Up @@ -21651,13 +21651,13 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:~2.8.6":
version: 2.8.6
resolution: "vite@npm:2.8.6"
"vite@npm:^2.9.0":
version: 2.9.0
resolution: "vite@npm:2.9.0"
dependencies:
esbuild: ^0.14.14
esbuild: ^0.14.27
fsevents: ~2.3.2
postcss: ^8.4.6
postcss: ^8.4.12
resolve: ^1.22.0
rollup: ^2.59.0
peerDependencies:
Expand All @@ -21676,7 +21676,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 4b02d133892c98362c10214b7ad518d74b59745889197a2ba0b63260ed083fcef75a447e8fb58dbd2af8747386274b36017983d93031254df6ead38701950dcc
checksum: 2355a5a7a57a86558fb2378b493c98c97218ffdf5c7555df5531147217c8ec804d66434dfed130034c920cb0913cd5f0fa1f5d7756101601558320349c0e1cee
languageName: node
linkType: hard

Expand Down

0 comments on commit 5b2ed85

Please sign in to comment.