Skip to content

Commit

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

* chore: add changeset renovate-0edc424

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <github@scaleway.com>
Co-authored-by: philibeaux <aphilibeaux@scaleway.com>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent ea71409 commit e94eaad
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 97 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-0edc424.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@ultraviolet/form': patch
'@ultraviolet/icons': patch
'@ultraviolet/plus': patch
'@ultraviolet/ui': patch
---

Updated dependency `@types/react` to `19.0.1`.
Updated dependency `@types/react-dom` to `19.0.2`.
2 changes: 1 addition & 1 deletion examples/next-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/next-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/next-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.2",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.0",
"@types/react-dom": "19.0.2",
"@types/zxcvbn": "4.4.5",
"@ultraviolet/fonts": "workspace:*",
"@ultraviolet/themes": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/final-form-focus": "1.1.7",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@utils/test": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@utils/test": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@ultraviolet/illustrations": "workspace:*",
"@utils/test": "workspace:*",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.0",
"@types/react-dom": "19.0.2",
"@utils/test": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0"
Expand Down
Loading

0 comments on commit e94eaad

Please sign in to comment.