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 v5.1.6 #10200

Merged
merged 2 commits into from
Mar 11, 2024
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 @@ -83,7 +83,7 @@
"isbot": "3.7.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-server-dom-webpack": "0.0.0-experimental-e5205658f-20230913",
"vite": "5.1.5",
"vite": "5.1.6",
"vite-plugin-cjs-interop": "2.1.0",
"yargs-parser": "21.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8805,7 +8805,7 @@ __metadata:
rollup: "npm:4.12.1"
tsx: "npm:4.6.2"
typescript: "npm:5.3.3"
vite: "npm:5.1.5"
vite: "npm:5.1.6"
vite-plugin-cjs-interop: "npm:2.1.0"
vitest: "npm:1.3.1"
yargs-parser: "npm:21.1.1"
Expand Down Expand Up @@ -33305,9 +33305,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.1.5, vite@npm:^5.0.0":
version: 5.1.5
resolution: "vite@npm:5.1.5"
"vite@npm:5.1.6, vite@npm:^5.0.0":
version: 5.1.6
resolution: "vite@npm:5.1.6"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -33341,7 +33341,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/29be99ba0bec5e3ad50290510ba764b6c1016979a1ba70cf2071be9f1338f27e582a120836222e1fad6efb01c886a8fb57cb33471fadd0fceaa922bfc92bbbf7
checksum: 10c0/b935527544741d9313143a77f811d97b8b094757e42f9c02b7aca6294a4912674dbad5379e4759629b6ba895c93b5020cc7594f74b37846715336837fdce850a
languageName: node
linkType: hard

Expand Down
Loading