Skip to content

chore(deps): update react monorepo #4719

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

Merged
merged 1 commit into from
Apr 6, 2025
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
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@eslint/js": "9.22.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@vitejs/plugin-react-swc": "3.8.1",
"eslint": "9.22.0",
"eslint-plugin-react-hooks": "5.2.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2166,21 +2166,21 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:19.0.4":
version: 19.0.4
resolution: "@types/react-dom@npm:19.0.4"
"@types/react-dom@npm:19.1.1":
version: 19.1.1
resolution: "@types/react-dom@npm:19.1.1"
peerDependencies:
"@types/react": ^19.0.0
checksum: 10/f15d470242f0b7cca57dd7e991a2852525ac93b2cb92f7e6c104d7bd6a978c3b1d0ba9b8698f23bc19c16b5cd98a6d160007be52c61196952f57cf019f204254
checksum: 10/39dd8fc080559a8d9f7f9afc8868e0885eac0abe5816ef46050866e8c84b466641edf4b62221430d07070d903a2824e81002a7bbc5bde51adb682fcb830e7839
languageName: node
linkType: hard

"@types/react@npm:19.0.12":
version: 19.0.12
resolution: "@types/react@npm:19.0.12"
"@types/react@npm:19.1.0":
version: 19.1.0
resolution: "@types/react@npm:19.1.0"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10/2476295f27371ea67f0ba3ca8fae3c683fc8d086b8b387e0519e67ff5731072c6ff0372fbd5a4c6d760895b1e7dc8997ac518f07bf6b6a8d1e40aeb5d2068b9e
checksum: 10/bfa3bb7e2efe929bdf41bf36461f2598611a29647852b8b7ecde510e83f797caf7f290388d13e2b71055df10587b3c41fc4345c1d9cbc38b4e897b03ad11c02f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5473,8 +5473,8 @@ __metadata:
resolution: "javascript-playground-browser@workspace:playground/javascript/browser"
dependencies:
"@eslint/js": "npm:9.22.0"
"@types/react": "npm:19.0.12"
"@types/react-dom": "npm:19.0.4"
"@types/react": "npm:19.1.0"
"@types/react-dom": "npm:19.1.1"
"@vitejs/plugin-react-swc": "npm:3.8.1"
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
eslint: "npm:9.22.0"
Expand Down
Loading