Skip to content

Commit

Permalink
chore(devdeps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent d05acf2 commit 7a3d59b
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 255 deletions.
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.3",
"@types/node": "18.19.26",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"next-transpile-modules": "10.0.1",
"@types/react-syntax-highlighter": "15.5.11"
}
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.3",
"@types/node": "18.19.26",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"@types/react-syntax-highlighter": "15.5.11",
"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.3",
"@types/node": "18.19.26",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"next-transpile-modules": "10.0.1",
"@types/react-syntax-highlighter": "15.5.11"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/node": "18.19.26",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"@types/react-datepicker": "4.19.6",
"@types/react-dom": "18.2.21",
"@types/react-dom": "18.2.23",
"@types/seedrandom": "3.0.8",
"@types/zxcvbn": "4.4.4",
"@ultraviolet/ui": "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 @@ -45,8 +45,8 @@
"devDependencies": {
"@babel/core": "7.24.3",
"@types/final-form-focus": "1.1.7",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"react": "18.2.0",
"react-dom": "18.2.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 @@ -44,8 +44,8 @@
"devDependencies": {
"@babel/core": "7.24.3",
"@emotion/babel-plugin": "11.11.0",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21"
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23"
},
"dependencies": {
"@ultraviolet/themes": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@ultraviolet/icons": "workspace:*",
"@ultraviolet/illustrations": "workspace:*",
"react": "18.2.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 @@ -47,9 +47,9 @@
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@types/react": "18.2.64",
"@types/react": "18.2.74",
"@types/react-datepicker": "4.19.6",
"@types/react-dom": "18.2.21",
"@types/react-dom": "18.2.23",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
Loading

0 comments on commit 7a3d59b

Please sign in to comment.