Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Aug 6, 2024
1 parent 415b80e commit 5d6164b
Show file tree
Hide file tree
Showing 4 changed files with 1,055 additions and 894 deletions.
52 changes: 26 additions & 26 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"devDependencies": {
"@date-io/date-fns": "^2.17.0",
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^8.57.0",
"@fontsource/roboto": "^5.0.13",
"@mdxeditor/editor": "^3.4.2",
"@mui/icons-material": "^5.15.20",
"@fontsource/roboto": "^5.0.14",
"@mdxeditor/editor": "^3.10.1",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/utils": "^5.15.20",
"@mui/material": "^5.16.6",
"@mui/system": "^5.16.6",
"@mui/utils": "^5.16.6",
"@mui/x-charts": "^6.19.8",
"@mui/x-date-pickers": "^6.20.1",
"@sentry/react": "^7.117.0",
"@mui/x-date-pickers": "^6.20.2",
"@sentry/react": "^7.118.0",
"@tanstack/react-form": "^0.19.5",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@tanstack/react-router": "^1.38.1",
"@tanstack/react-table": "^8.17.3",
"@tanstack/router-devtools": "^1.38.1",
"@tanstack/router-vite-plugin": "^1.38.0",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.46.6",
"@tanstack/react-table": "^8.20.1",
"@tanstack/router-devtools": "^1.46.6",
"@tanstack/router-vite-plugin": "^1.46.6",
"@tanstack/zod-form-adapter": "^0.19.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
Expand All @@ -60,7 +60,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimatch": "^5.1.2",
"@types/mui-image": "^1.0.5",
"@types/node": "^20.14.2",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/steamid": "^2.0.3",
Expand All @@ -75,22 +75,22 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-react-refresh": "^0.4.9",
"file-type": "^18.7.0",
"ip-cidr": "^4.0.0",
"ip-cidr": "^4.0.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"markdown-to-jsx": "^7.4.7",
"material-ui-popup-state": "^5.1.2",
"minimatch": "^9.0.4",
"minimatch": "^9.0.5",
"mui-image": "^1.0.7",
"mui-markdown": "^1.1.13",
"mui-markdown": "^1.1.14",
"mui-nested-menu": "^3.4.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.8.1",
Expand All @@ -99,9 +99,9 @@
"react-leaflet": "^4.2.1",
"react-timer-hook": "^3.0.7",
"steamid": "^2.0.0",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"video-react": "^0.16.0",
"vite": "^5.3.1",
"vite": "^5.3.5",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.6.0",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 5d6164b

Please sign in to comment.