Skip to content

Commit 7d53ca3

Browse files
committed
updated react to 18 and mui to 7
1 parent c7c27a0 commit 7d53ca3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"format": "prettier src -w"
1717
},
1818
"peerDependencies": {
19-
"react": "^17.0.0",
20-
"react-dom": "^17.0.0",
19+
"react": "^18.2.0",
20+
"react-dom": "^18.2.0",
2121
"react-intl": "^5.8.1"
2222
},
2323
"devDependencies": {
@@ -38,8 +38,8 @@
3838
"@emotion/cache": "^11.14.0",
3939
"@emotion/react": "^11.14.0",
4040
"@emotion/styled": "^11.14.1",
41-
"@mui/icons-material": "^5.18.0",
42-
"@mui/material": "^5.18.0",
43-
"@mui/system": "^5.18.0"
41+
"@mui/icons-material": "^7.2.0",
42+
"@mui/material": "^7.2.0",
43+
"@mui/system": "^7.2.0"
4444
}
4545
}

0 commit comments

Comments
 (0)