Skip to content

Commit

Permalink
Bump and remove some unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Feb 22, 2024
1 parent 714d705 commit e22902d
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 331 deletions.
18 changes: 9 additions & 9 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@
"@types/jest": "^29.5.12",
"@types/loadable__component": "^5.13.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/steamid": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"browserslist": "^4.22.3",
"browserslist": "^4.23.0",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"i18next": "^23.8.2",
"i18next": "^23.9.0",
"i18next-browser-languagedetector": "^7.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -84,13 +84,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-router-dom": "^6.22.0",
"react-router-dom": "^6.22.1",
"steamid": "^2.0.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^4.3.1"
},
Expand Down
Loading

0 comments on commit e22902d

Please sign in to comment.