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

chore(deps): update dependency vite to ^5.3.2 #10673

Merged
merged 1 commit into from
Jun 27, 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/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"vite": "^5.3.1"
"vite": "^5.3.2"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8288,7 +8288,7 @@ __metadata:
react-dom: "npm:^18.3.1"
react-router: "npm:^5.3.4"
react-router-dom: "npm:^5.3.4"
vite: "npm:^5.3.1"
vite: "npm:^5.3.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20985,9 +20985,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.3.1":
version: 5.3.1
resolution: "vite@npm:5.3.1"
"vite@npm:^5.3.2":
version: 5.3.2
resolution: "vite@npm:5.3.2"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -21021,7 +21021,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/9317262c02ea2dc324dfdbc20c3c450cd89cc9a16399a41a4bf820a3a1f31cf400878c015135e355ee034853cc2399b5499899d5b1bc462d57642d71083e74b6
checksum: 10c0/3ed576d18c6c008ae92be68f9c79bf7556dae10978a3e8b4c4b42199424755e5c99836e6d4f81fb8b533b957d7f4e351abc60b8a93f4c4b5eb9890b5b6450926
languageName: node
linkType: hard

Expand Down
Loading