Skip to content

Commit 85cf841

Browse files
Bump dependencies for both material-ui themes (rjsf-team#2971)
- In `material-ui`, fixed react 16.14 in peer dependencies - In `mui`, bumped `@mui/material` to the latest - Removed `react-dom` and `@types/react` from the peer dependencies - Bumped eslint to latest release - Removed the types for jest as it was unnecessary
1 parent 228f989 commit 85cf841

File tree

3 files changed

+20289
-33407
lines changed

3 files changed

+20289
-33407
lines changed

packages/material-ui/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
"@material-ui/icons": "^4.11.2",
2929
"@rjsf/core": "^4.2.0",
3030
"@rjsf/utils": "^4.2.0",
31-
"@types/react": "^16.8.6 || ^17.0.0",
32-
"react": "^16.8.0 || ^17.0.0",
33-
"react-dom": "^16.8.0 || ^17.0.0"
31+
"react": "^16.14.0 || >=17"
3432
},
3533
"devDependencies": {
3634
"@babel/core": "^7.18.9",
@@ -44,13 +42,12 @@
4442
"@rjsf/core": "^4.2.0",
4543
"@rjsf/utils": "^4.2.0",
4644
"@rjsf/validator-ajv6": "^4.2.0",
47-
"@types/jest": "^27.5.2",
4845
"@types/material-ui": "^0.21.12",
4946
"@types/react": "^17.0.37",
5047
"@types/react-dom": "^17.0.11",
5148
"@types/react-test-renderer": "^17.0.1",
5249
"dts-cli": "^1.5.2",
53-
"eslint": "^8.19.0",
50+
"eslint": "^8.20.0",
5451
"react": "^17.0.2",
5552
"react-dom": "^17.0.2",
5653
"react-test-renderer": "^17.0.2",

0 commit comments

Comments
 (0)