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, 2024
1 parent 740e48d commit 789e51a
Show file tree
Hide file tree
Showing 9 changed files with 1,521 additions and 1,344 deletions.
70 changes: 35 additions & 35 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,80 +31,80 @@
"devDependencies": {
"@date-io/date-fns": "^2.17.0",
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^8.57.0",
"@fontsource/roboto": "^5.0.14",
"@mdxeditor/editor": "^3.11.3",
"@mui/icons-material": "^5.16.7",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@eslint/js": "^8.57.1",
"@fontsource/roboto": "^5.1.0",
"@mdxeditor/editor": "^3.19.3",
"@mui/icons-material": "^5.16.9",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/material": "^5.16.9",
"@mui/system": "^5.16.8",
"@mui/utils": "^5.16.8",
"@mui/x-charts": "^6.19.8",
"@mui/x-date-pickers": "^6.20.2",
"@sentry/react": "^7.119.0",
"@sentry/react": "^7.120.0",
"@tanstack/react-form": "^0.19.5",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@tanstack/react-router": "^1.53.1",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query-devtools": "^5.62.2",
"@tanstack/react-router": "^1.85.5",
"@tanstack/react-table": "^8.20.5",
"@tanstack/router-devtools": "^1.53.1",
"@tanstack/router-vite-plugin": "^1.54.0",
"@tanstack/router-devtools": "^1.85.5",
"@tanstack/router-vite-plugin": "^1.85.3",
"@tanstack/zod-form-adapter": "^0.19.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "^3.5.30",
"@types/leaflet": "^1.9.12",
"@types/jquery": "^3.5.32",
"@types/leaflet": "^1.9.15",
"@types/loadable__component": "^5.13.9",
"@types/lodash-es": "^4.17.12",
"@types/minimatch": "^5.1.2",
"@types/mui-image": "^1.0.5",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/node": "^20.17.9",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react-modal-image": "^2.6.3",
"@types/steamid": "^2.0.3",
"@types/video-react": "^0.15.8",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/utils": "^8.4.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"base64-js": "^1.5.1",
"core-js": "3.35.1",
"date-fns": "2.30.0",
"eslint": "^9.10.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.16",
"file-type": "^18.7.0",
"ip-cidr": "^4.0.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"markdown-to-jsx": "^7.5.0",
"markdown-to-jsx": "^7.7.1",
"material-ui-popup-state": "^5.3.1",
"minimatch": "^9.0.5",
"mui-image": "^1.0.7",
"mui-markdown": "^1.2.2",
"mui-markdown": "^1.2.3",
"mui-nested-menu": "^3.4.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"pretty-bytes": "^6.1.1",
"prism-react-renderer": "^2.4.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-modal-image": "^2.6.0",
"react-timer-hook": "^3.0.7",
"react-timer-hook": "^3.0.8",
"steamid": "^2.1.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"video-react": "^0.16.0",
"vite": "^5.4.3",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
"vitest": "^1.6.0",
"zod": "^3.23.8"
Expand Down
2,454 changes: 1,305 additions & 1,149 deletions frontend/pnpm-lock.yaml

Large diffs are not rendered by default.

99 changes: 51 additions & 48 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 789e51a

Please sign in to comment.