Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Apr 17, 2024
1 parent a6dc1bd commit 894daa2
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 268 deletions.
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"@eslint/js": "^8.57.0",
"@fontsource/roboto": "^5.0.12",
"@loadable/component": "^5.16.3",
"@mui/icons-material": "^5.15.14",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.14",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"@mui/utils": "^5.15.14",
"@mui/x-charts": "^6.19.8",
"@mui/x-date-pickers": "^6.19.8",
"@sentry/react": "^7.109.0",
"@mui/x-date-pickers": "^6.19.9",
"@sentry/react": "^7.110.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.29",
"@types/leaflet": "^1.9.8",
"@types/leaflet": "^1.9.11",
"@types/loadable__component": "^5.13.9",
"@types/lodash-es": "^4.17.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.12.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/steamid": "^2.0.3",
"@types/video-react": "^0.15.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -77,7 +77,7 @@
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"markdown-to-jsx": "^7.4.5",
"markdown-to-jsx": "^7.4.7",
"minimatch": "^9.0.4",
"mui-markdown": "^1.1.13",
"prettier": "^3.2.5",
Expand All @@ -93,11 +93,11 @@
"rollup-plugin-visualizer": "^5.12.0",
"steamid": "^2.0.0",
"string-to-color": "^2.2.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"video-react": "^0.16.0",
"vite": "^5.2.7",
"vite": "^5.2.9",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.4.0",
"vitest": "^1.5.0",
"yup": "^1.4.0"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 894daa2

Please sign in to comment.