We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7758d commit 93d770eCopy full SHA for 93d770e
example/package.json
@@ -8,9 +8,9 @@
8
"build": "parcel build ./src/index.html"
9
},
10
"dependencies": {
11
- "@emotion/react": "^11.10.0",
12
- "@emotion/styled": "^11.10.0",
13
- "@mui/material": "^5.9.3",
+ "@emotion/react": "^11.10.5",
+ "@emotion/styled": "^11.10.5",
+ "@mui/material": "^5.10.14",
14
"react-app-polyfill": "^3.0.0"
15
16
"alias": {
@@ -20,9 +20,9 @@
20
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
21
22
"devDependencies": {
23
- "@types/react": "^18.0.15",
24
- "@types/react-dom": "^18.0.6",
25
- "parcel": "^2.7.0",
26
- "typescript": "^4.7.4"
+ "@types/react": "^18.0.25",
+ "@types/react-dom": "^18.0.9",
+ "parcel": "^2.8.0",
+ "typescript": "^4.9.3"
27
}
28
0 commit comments