Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Dec 5, 2023
1 parent f3d0895 commit fff8c91
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 177 deletions.
32 changes: 16 additions & 16 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@eslint/js": "^8.54.0",
"@eslint/js": "^8.55.0",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.154",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/utils": "^5.14.19",
"@mui/x-charts": "^6.18.2",
"@mui/x-date-pickers": "^6.18.2",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.20",
"@mui/system": "^5.14.20",
"@mui/utils": "^5.14.20",
"@mui/x-charts": "^6.18.3",
"@mui/x-date-pickers": "^6.18.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chai": "^4.3.11",
"@types/eslint__js": "^8.42.3",
Expand All @@ -53,14 +53,14 @@
"@types/leaflet": "^1.9.8",
"@types/lodash-es": "^4.17.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/steamid": "^2.0.3",
"@types/video-react": "^0.15.4",
"@types/video-react": "^0.15.5",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"base64-js": "^1.5.1",
"chai": "^4.3.10",
"cidr-js": "^2.3.1",
Expand All @@ -69,8 +69,8 @@
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"date-fns": "^2.30.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down Expand Up @@ -98,8 +98,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-timer-hook": "^3.0.7",
"react-use-websocket": "^4.5.0",
"sass": "^1.69.5",
Expand Down
Loading

0 comments on commit fff8c91

Please sign in to comment.