Skip to content

Commit

Permalink
Bump React to 18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 26, 2024
1 parent 5363b48 commit f2caa4f
Show file tree
Hide file tree
Showing 7 changed files with 429 additions and 429 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"postcss": "8.4.38",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react": "18.3.1",
"react-docgen": "7.0.3",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-hook-form": "7.51.4",
"react-is": "18.2.0",
"react-is": "18.3.1",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"react-runner": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "18.3.1",
"react": "18.2.0"
"react": "18.3.1"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"nanoid": "5.0.7",
"quickjs-emscripten": "0.29.1",
"react-error-boundary": "4.0.13",
"react-is": "18.2.0"
"react-is": "18.3.1"
},
"devDependencies": {
"@types/cookie": "0.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
"piscina": "4.5.1",
"prettier": "3.2.5",
"pretty-bytes": "6.1.1",
"react": "18.2.0",
"react": "18.3.1",
"react-dev-utils": "12.0.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.5",
"react-inspector": "6.0.2",
"react-is": "18.2.0",
"react-is": "18.3.1",
"react-resizable-panels": "2.0.19",
"react-router-dom": "6.23.1",
"recharts": "2.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"invariant": "2.2.4",
"prettier": "3.2.5",
"react-is": "18.2.0",
"react-is": "18.3.1",
"title": "3.5.3",
"yaml": "2.4.2",
"yaml-diff-patch": "2.0.0"
Expand Down
Loading

0 comments on commit f2caa4f

Please sign in to comment.