Skip to content

Commit

Permalink
Bump react and material UI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
csutorasa committed Nov 7, 2023
1 parent 804ca11 commit b502911
Show file tree
Hide file tree
Showing 15 changed files with 219 additions and 563 deletions.
10 changes: 5 additions & 5 deletions @xoutput/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@mui/styled-engine": "^5.14.17",
"@mui/styles": "^5.14.17",
"@mui/system": "^5.14.17",
"@xoutput/api": "workspace:../api",
"@xoutput/client": "workspace:../client",
"moment": "^2.29.4",
"qrcode": "^1.5.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"typeface-roboto": "1.1.13"
},
"devDependencies": {
"@types/qrcode": "^1.5.4",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand Down
Loading

0 comments on commit b502911

Please sign in to comment.