Skip to content

Commit

Permalink
chore(devdeps): update dependency @types/react to v18.3.3 (#3803)
Browse files Browse the repository at this point in the history
* chore(devdeps): update dependency @types/react to v18.3.3

* chore: add changeset renovate-2205973

* fix: add utils package in main package json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <github@scaleway.com>
Co-authored-by: Matthias <mprost@scaleway.com>
  • Loading branch information
3 people authored Jun 17, 2024
1 parent 7247592 commit 74973df
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 412 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-2205973.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@ultraviolet/form': patch
'@ultraviolet/icons': patch
'@ultraviolet/plus': patch
'@ultraviolet/ui': patch
---

Updated dependency `@types/react` to `18.3.3`.
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.24.7",
"@types/node": "18.19.34",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"next-transpile-modules": "10.0.1",
"@types/react-syntax-highlighter": "15.5.13"
}
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 @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@types/node": "18.19.34",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@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 @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@types/node": "18.19.34",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"next-transpile-modules": "10.0.1",
"@types/react-syntax-highlighter": "15.5.13"
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"private": true,
"workspaces": [
"packages/*",
"examples/*"
"examples/*",
"utils/*"
],
"packageManager": "pnpm@9.3.0",
"engines": {
Expand Down Expand Up @@ -129,7 +130,7 @@
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/node": "18.19.34",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.0",
"@types/seedrandom": "3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@types/final-form-focus": "1.1.7",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@utils/test": "workspace:*",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@babel/core": "7.24.7",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@utils/test": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/core": "7.24.7",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@ultraviolet/icons": "workspace:*",
"@ultraviolet/illustrations": "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 @@ -75,7 +75,7 @@
"@babel/core": "7.24.7",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@types/react": "18.3.1",
"@types/react": "18.3.3",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.0",
"@ultraviolet/icons": "workspace:*",
Expand Down
Loading

0 comments on commit 74973df

Please sign in to comment.