Skip to content

Commit 93d770e

Browse files
committed
updated dependencies
1 parent 6b7758d commit 93d770e

File tree

2 files changed

+826
-840
lines changed

2 files changed

+826
-840
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"build": "parcel build ./src/index.html"
99
},
1010
"dependencies": {
11-
"@emotion/react": "^11.10.0",
12-
"@emotion/styled": "^11.10.0",
13-
"@mui/material": "^5.9.3",
11+
"@emotion/react": "^11.10.5",
12+
"@emotion/styled": "^11.10.5",
13+
"@mui/material": "^5.10.14",
1414
"react-app-polyfill": "^3.0.0"
1515
},
1616
"alias": {
@@ -20,9 +20,9 @@
2020
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.0.15",
24-
"@types/react-dom": "^18.0.6",
25-
"parcel": "^2.7.0",
26-
"typescript": "^4.7.4"
23+
"@types/react": "^18.0.25",
24+
"@types/react-dom": "^18.0.9",
25+
"parcel": "^2.8.0",
26+
"typescript": "^4.9.3"
2727
}
2828
}

0 commit comments

Comments
 (0)