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 Sep 7, 2023
1 parent f871d8b commit 9a9c9a8
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 266 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.22.5",
"@types/node": "18.16.16",
"@types/react": "18.2.14",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
"@types/react-syntax-highlighter": "15.5.7"
}
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.22.5",
"@types/node": "18.16.16",
"@types/react": "18.2.14",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
"@types/react-syntax-highlighter": "15.5.7"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.14",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.14",
"@types/react": "18.2.21",
"@types/react-datepicker": "4.15.0",
"@types/react-dom": "18.2.6",
"@types/react-dom": "18.2.7",
"@types/seedrandom": "3.0.5",
"@types/zxcvbn": "4.4.2",
"@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 @@ -40,8 +40,8 @@
"devDependencies": {
"@babel/core": "7.22.15",
"@types/final-form-focus": "1.1.4",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"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 @@ -40,8 +40,8 @@
"devDependencies": {
"@babel/core": "7.22.15",
"@emotion/babel-plugin": "11.11.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6"
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7"
},
"dependencies": {
"@ultraviolet/themes": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@types/react": "18.2.14",
"@types/react": "18.2.21",
"@types/react-datepicker": "4.15.0",
"@types/react-dom": "18.2.6",
"@types/react-dom": "18.2.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
Loading

0 comments on commit 9a9c9a8

Please sign in to comment.