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-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group #1099

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 example-overlay-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@types/react-dom": "18.3.5",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.7"
"vite": "6.0.9"
}
}
2 changes: 1 addition & 1 deletion example-player-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"styled-components": "5.3.11",
"vite": "6.0.7"
"vite": "6.0.9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"styled-components": "5.3.11",
"typescript": "5.7.3",
"uvu": "0.5.6",
"vite": "6.0.7",
"vite": "6.0.9",
"ws": "8.18.0"
},
"packageManager": "yarn@3.8.1"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
styled-components: 5.3.11
vite: 6.0.7
vite: 6.0.9
languageName: unknown
linkType: soft

Expand All @@ -1924,7 +1924,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
styled-components: 5.3.11
vite: 6.0.7
vite: 6.0.9
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2792,7 +2792,7 @@ __metadata:
ts-md5: ^1.3.1
typescript: 5.7.3
uvu: 0.5.6
vite: 6.0.7
vite: 6.0.9
ws: 8.18.0
peerDependencies:
"@juggle/resize-observer": ^3.4.0
Expand Down Expand Up @@ -4047,9 +4047,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:6.0.7":
version: 6.0.7
resolution: "vite@npm:6.0.7"
"vite@npm:6.0.9":
version: 6.0.9
resolution: "vite@npm:6.0.9"
dependencies:
esbuild: ^0.24.2
fsevents: ~2.3.3
Expand Down Expand Up @@ -4095,7 +4095,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 0a948bcd33cf1891a1079ccea6d7e2d1e030ed5d1ad86c9de41a5cb2935da50f77ef699a57ea12fa4a332d9def5494e80d75ea6504758d9d1d9a139f3c1c7fbe
checksum: f29c654116192228b2a6024e1cce4aaefe74a0561b7dc5ac8072261f6fcb8f602b555ffd7052774754ad88c9af2eec0aa8c71584e3efda41506addc7674c3462
languageName: node
linkType: hard

Expand Down
Loading