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.5.1 #9627

Merged
merged 1 commit into from
Dec 5, 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/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"tailwindcss": "3.3.5",
"typescript": "5.3.2",
"use-url-search-params": "2.5.1",
"vite": "4.5.0"
"vite": "4.5.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"isbot": "3.7.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-server-dom-webpack": "0.0.0-experimental-e5205658f-20230913",
"vite": "4.5.0",
"vite": "4.5.1",
"yargs-parser": "21.1.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9223,7 +9223,7 @@ __metadata:
typescript: 5.3.2
use-url-search-params: 2.5.1
uuid: 9.0.1
vite: 4.5.0
vite: 4.5.1
yargs: 17.7.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9332,7 +9332,7 @@ __metadata:
react-server-dom-webpack: 0.0.0-experimental-e5205658f-20230913
rollup: 3.29.4
typescript: 5.3.2
vite: 4.5.0
vite: 4.5.1
yargs-parser: 21.1.1
bin:
rw-dev-fe: ./dist/devFeServer.js
Expand Down Expand Up @@ -35042,9 +35042,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.5.0":
version: 4.5.0
resolution: "vite@npm:4.5.0"
"vite@npm:4.5.1":
version: 4.5.1
resolution: "vite@npm:4.5.1"
dependencies:
esbuild: ^0.18.10
fsevents: ~2.3.2
Expand Down Expand Up @@ -35078,7 +35078,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 7e21e9e4b80656ae5ee61e8c5edb5e8f589139c2b22c43e89d054c65a0194f1c1ef066fbc770204173c7eb244c798265042f988adda5880ad74337a053b28b7f
checksum: 352a94b13f793e4bcbc424d680a32507343223eeda8917fde0f23c1fa1ba3db7c806dade8461ca5cfb270154ddb8895a219fdd4384519fe9b8e46d1cf491a890
languageName: node
linkType: hard

Expand Down
Loading