Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 9, 2023
1 parent 9988be8 commit 5417028
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 717 deletions.
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5.14.2",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.139",
"@mui/material": "^5.14.4",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
"jotai": "^2.2.3",
"jotai": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-window": "^1.8.9",
"socket.io-client": "^4.7.1"
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@swc/core": "^1.3.72",
"@swc/jest": "^0.2.27",
"@swc/core": "^1.3.75",
"@swc/jest": "^0.2.28",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/node": "^20.4.9",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"cypress": "^12.17.2",
"cypress": "^12.17.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.3",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -55,7 +55,7 @@
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "5.0.4",
"vite": "^4.4.7",
"vite": "^4.4.9",
"wait-on": "^7.0.1",
"whatwg-fetch": "^3.6.17"
},
Expand Down
Loading

0 comments on commit 5417028

Please sign in to comment.