Skip to content

Commit

Permalink
Merge branch 'main' into renovate/eslint-compat-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Dec 6, 2024
2 parents 0c62701 + ab0d6ea commit a990d83
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 78 deletions.
8 changes: 8 additions & 0 deletions .changeset/renovate-96e6b32.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.13`.
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.1",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@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 @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@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.1",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.1",
"@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.13.5",
"@emotion/styled": "11.13.5",
"@types/final-form-focus": "1.1.7",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@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 @@ -120,7 +120,7 @@
"@babel/core": "7.26.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@utils/test": "workspace:*",
"react": "18.3.1",
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.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@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.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.1",
"@utils/test": "workspace:*",
Expand Down
Loading

0 comments on commit a990d83

Please sign in to comment.