-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update react monorepo to v19 (major) (#2364)
* 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
1 parent
1e77335
commit 463f5bc
Showing
12 changed files
with
148 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,6 @@ | |
"react": "18.x || 19.x" | ||
}, | ||
"devDependencies": { | ||
"react": "18.3.1" | ||
"react": "19.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,6 @@ | |
"react": ">=18.0" | ||
}, | ||
"devDependencies": { | ||
"react": "18.3.1" | ||
"react": "19.0.0" | ||
} | ||
} |
Oops, something went wrong.