Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Nov 18, 2023
1 parent a34e5de commit 76b64e6
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 178 deletions.
31 changes: 16 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@eslint/js": "^8.53.0",
"@mui/base": "5.0.0-beta.23",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.14.17",
"@mui/system": "^5.14.17",
"@mui/utils": "^5.14.17",
"@eslint/js": "^8.54.0",
"@mui/base": "5.0.0-beta.24",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/system": "^5.14.18",
"@mui/utils": "^5.14.18",
"@mui/x-charts": "^6.18.1",
"@mui/x-date-pickers": "^6.18.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -54,22 +54,23 @@
"@types/leaflet": "^1.9.8",
"@types/lodash-es": "^4.17.11",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/steamid": "^2.0.3",
"@types/video-react": "^0.15.4",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"base64-js": "^1.5.1",
"chai": "^4.3.10",
"cidr-js": "^2.3.1",
"copy-webpack-plugin": "^11.0.0",
"core-js": "3.33.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"date-fns": "^2.30.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-no-loops": "^0.3.0",
Expand All @@ -93,22 +94,22 @@
"minimatch": "^9.0.3",
"moment": "^2.29.4",
"node-sass": "^9.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0",
"react-timer-hook": "^3.0.7",
"react-use-websocket": "^4.5.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"steamid": "^2.0.0",
"string-to-color": "^2.2.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
Expand Down
Loading

0 comments on commit 76b64e6

Please sign in to comment.