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 the dev-dependencies group across 1 directory with 2 updates #1098

Closed
Closed
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.10"
}
}
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.10"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@juggle/resize-observer": "3.4.0",
"@types/debug": "4.1.12",
"@types/luxon": "3.4.2",
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/styled-components": "5.1.34",
Expand All @@ -70,7 +70,7 @@
"styled-components": "5.3.11",
"typescript": "5.7.3",
"uvu": "0.5.6",
"vite": "6.0.7",
"vite": "6.0.10",
"ws": "8.18.0"
},
"packageManager": "[email protected]"
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.10.5":
"@types/node@npm:*":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
dependencies:
Expand All @@ -916,6 +916,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: ~6.20.0
checksum: 2dce6c75c607c6269744f1ea2b5296e8685cd71d0dd5c599c3029626f9d2dc8b037912495cf68b30d6f39f44d3fa8b025e179662ef16dc363e0658425bedfde8
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.14
resolution: "@types/prop-types@npm:15.7.14"
Expand Down Expand Up @@ -1910,7 +1919,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
styled-components: 5.3.11
vite: 6.0.7
vite: 6.0.10
languageName: unknown
linkType: soft

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

Expand Down Expand Up @@ -2768,7 +2777,7 @@ __metadata:
"@juggle/resize-observer": 3.4.0
"@types/debug": 4.1.12
"@types/luxon": 3.4.2
"@types/node": 22.10.5
"@types/node": 22.10.7
"@types/react": 18.3.18
"@types/react-dom": 18.3.5
"@types/styled-components": 5.1.34
Expand All @@ -2792,7 +2801,7 @@ __metadata:
ts-md5: ^1.3.1
typescript: 5.7.3
uvu: 0.5.6
vite: 6.0.7
vite: 6.0.10
ws: 8.18.0
peerDependencies:
"@juggle/resize-observer": ^3.4.0
Expand Down Expand Up @@ -4047,9 +4056,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.10":
version: 6.0.10
resolution: "vite@npm:6.0.10"
dependencies:
esbuild: ^0.24.2
fsevents: ~2.3.3
Expand Down Expand Up @@ -4095,7 +4104,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 0a948bcd33cf1891a1079ccea6d7e2d1e030ed5d1ad86c9de41a5cb2935da50f77ef699a57ea12fa4a332d9def5494e80d75ea6504758d9d1d9a139f3c1c7fbe
checksum: c7516a4a0be0c6beb13fbf75784d2d87d921d5d5ac10e3a7fde99e6e3315994c0f0a56b3fad573fcbad2b420cae5d0b95066f58a2777aff85cbfb2d2c0188b61
languageName: node
linkType: hard

Expand Down
Loading