Skip to content

Commit

Permalink
update react@18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed May 20, 2024
1 parent 55111b3 commit ddf5241
Show file tree
Hide file tree
Showing 3 changed files with 699 additions and 147 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.33",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.0.7",
"@types/requestidlecallback": "^0.3.7",
"@types/sinon": "^10.0.20",
Expand Down Expand Up @@ -172,8 +172,8 @@
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"remark": "^13.0.0",
"serve": "^14.2.3",
"sinon": "^16.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.15.14",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
Expand Down

0 comments on commit ddf5241

Please sign in to comment.