Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vite to v4.3.2 #8103

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "3.1.0",
"buffer": "6.0.3",
"core-js": "3.30.1",
"vite": "4.2.1",
"vite": "4.3.2",
"vite-plugin-commonjs": "0.6.2",
"vite-plugin-environment": "1.1.3",
"vite-plugin-html": "3.2.0"
Expand Down
21 changes: 10 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7348,7 +7348,7 @@ __metadata:
buffer: 6.0.3
core-js: 3.30.1
typescript: 5.0.4
vite: 4.2.1
vite: 4.3.2
vite-plugin-commonjs: 0.6.2
vite-plugin-environment: 1.1.3
vite-plugin-html: 3.2.0
Expand Down Expand Up @@ -27964,17 +27964,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.18.0":
version: 3.19.1
resolution: "rollup@npm:3.19.1"
"rollup@npm:^3.21.0":
version: 3.21.0
resolution: "rollup@npm:3.21.0"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 1bfb191c2d0d84263f9de9ff7c73d41c65cf74920f3222be4324c88fe11a5a2c87b286cd1791b4977758265ac174d6ba94a0eab3c32ca05a7320ee043a1bc3e9
checksum: d88fdc7ea41e1db44b903575782bd7075886e158b31d9869505a06f7afa72ff17f9c6030973736c93142904ad1a9ee730724063a2df227740e587ec62aa4cde3
languageName: node
linkType: hard

Expand Down Expand Up @@ -31567,15 +31567,14 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.2.1":
version: 4.2.1
resolution: "vite@npm:4.2.1"
"vite@npm:4.3.2":
version: 4.3.2
resolution: "vite@npm:4.3.2"
dependencies:
esbuild: ^0.17.5
fsevents: ~2.3.2
postcss: ^8.4.21
resolve: ^1.22.1
rollup: ^3.18.0
rollup: ^3.21.0
peerDependencies:
"@types/node": ">= 14"
less: "*"
Expand All @@ -31601,7 +31600,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: a64e3a1563b9584d1fd1ca45e06ee3c9fa4956320e6d4e9d83bf09fc8e64bb9d3ef62f664b6f740141eee16643690e8a41ffdb3030f4f2e170c57894df1f9a5d
checksum: efcc6238864b3e1998ca1bed3f352edc1c8f658ab0de7ab472ad3d2322f7de9a4934d233f4c3427b49a5fafaef96df301de4acca4bc15f137d77cb6ae52aab7f
languageName: node
linkType: hard

Expand Down