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

Commit

Permalink
fix(deps): pin vite to 2.8.x
Browse files Browse the repository at this point in the history
pending for #3974
  • Loading branch information
pi0 committed Mar 30, 2022
1 parent cb55efc commit 646c2f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"jiti": "^1.13.0",
"nitropack-dev": "link:../nitropack",
"nuxt3": "workspace:./packages/nuxt3",
"vite": "^2.8.6",
"vite": "~2.8.6",
"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.8.6",
"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.8.6",
"vite-node": "^0.8.0"
},
"peerDependencies": {
Expand Down
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.8.6
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.8.6
vite-node: ^0.8.0
vue: 3.2.31
peerDependencies:
Expand Down Expand Up @@ -9880,7 +9880,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.28, esbuild@npm:^0.14.6":
"esbuild@npm:^0.14.14, esbuild@npm:^0.14.25, esbuild@npm:^0.14.27, esbuild@npm:^0.14.28, esbuild@npm:^0.14.6":
version: 0.14.29
resolution: "esbuild@npm:0.14.29"
dependencies:
Expand Down Expand Up @@ -17968,7 +17968,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.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.6, postcss@npm:^8.4.7":
version: 8.4.12
resolution: "postcss@npm:8.4.12"
dependencies:
Expand Down Expand Up @@ -21652,13 +21652,13 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 646c2f6

Please sign in to comment.