Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to v19.0.8 (#4713)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @types/react to v19.0.8

* chore: add changeset renovate-e0f1003

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <[email protected]>
Co-authored-by: philibeaux <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent 2ae1ca3 commit 9de3560
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 81 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-e0f1003.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@ultraviolet/icons': patch
'@ultraviolet/plus': patch
'@ultraviolet/form': patch
'@ultraviolet/ui': patch
---

Updated dependency `@types/react` to `19.0.8`.
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.10",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@emotion/babel-plugin": "11.13.5",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@types/node": "22.10.10",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.3",
"@types/zxcvbn": "4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/final-form-focus": "1.1.7",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@utils/test": "workspace:*",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@utils/test": "workspace:*",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@ultraviolet/illustrations": "workspace:*",
"@utils/test": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.3",
"@utils/test": "workspace:*",
Expand Down
Loading

0 comments on commit 9de3560

Please sign in to comment.