Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19 (major) (#2364)
Browse files Browse the repository at this point in the history
* fix(deps): update react monorepo to v19

* chore: add changeset renovate-6282663

Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>

---------

Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <github@scaleway.com>
  • Loading branch information
renovate[bot] and scaleway-bot authored Dec 30, 2024
1 parent 1e77335 commit 463f5bc
Show file tree
Hide file tree
Showing 12 changed files with 148 additions and 112 deletions.
16 changes: 16 additions & 0 deletions .changeset/renovate-6282663.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@scaleway/cookie-consent': patch
'@scaleway/use-dataloader': patch
'@scaleway/use-growthbook': patch
'@scaleway/use-i18n': patch
'@scaleway/use-media': patch
'@scaleway/use-query-params': patch
'@scaleway/use-random-name': patch
'@scaleway/use-segment': patch
'@scaleway/use-storage': patch
---

Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
Updated dependency `@types/react` to `19.0.0`.
Updated dependency `@types/react-dom` to `19.0.0`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-istanbul": "2.1.8",
"browserslist": "4.24.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cookie": "1.0.2"
},
"devDependencies": {
"react": "18.3.1",
"react": "19.0.0",
"@scaleway/use-segment": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dataloader"
],
"devDependencies": {
"react": "18.3.1"
"react": "19.0.0"
},
"peerDependencies": {
"react": "18.x || 19.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-growthbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@growthbook/growthbook-react": "1.3.1"
},
"devDependencies": {
"react": "18.3.1"
"react": "19.0.0"
},
"peerDependencies": {
"react": "18.x || 19.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/use-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"intl-messageformat": "10.7.10"
},
"devDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"date-fns": "3.x || 4.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"react": "18.x || 19.x"
},
"devDependencies": {
"react": "18.3.1"
"react": "19.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/use-query-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.1"
}
}
2 changes: 1 addition & 1 deletion packages/use-random-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@scaleway/use-segment": "workspace:*",
"react": "18.3.1"
"react": "19.0.0"
},
"dependencies": {
"@scaleway/random-name": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-segment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"use-deep-compare-effect": "1.8.1"
},
"devDependencies": {
"react": "18.3.1"
"react": "19.0.0"
},
"peerDependencies": {
"react": "18.x || 19.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"react": ">=18.0"
},
"devDependencies": {
"react": "18.3.1"
"react": "19.0.0"
}
}
Loading

0 comments on commit 463f5bc

Please sign in to comment.