diff options
author | morpheus65535 <[email protected]> | 2024-03-12 22:48:00 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2024-03-12 22:48:00 -0400 |
commit | 2b9275244bd913260c8755342f407a7b0ab95c3e (patch) | |
tree | bd6e0aca1591762315c8e325290f50389e8c3dae /frontend/package.json | |
parent | 4d94aa26752e6a6badd1cfc3ad9e9ccf56aa2197 (diff) | |
download | bazarr-2b9275244bd913260c8755342f407a7b0ab95c3e.tar.gz bazarr-2b9275244bd913260c8755342f407a7b0ab95c3e.zip |
Updated other React dependencies.
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/frontend/package.json b/frontend/package.json index 1dc2aae04..05f5e07e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,48 +23,48 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-query": "^3.39.3", - "react-router-dom": "^6.21.3", + "react-router-dom": "^6.22.3", "socket.io-client": "^4.7.4" }, "devDependencies": { - "@fontsource/roboto": "^5.0.8", + "@fontsource/roboto": "^5.0.12", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.1", "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@testing-library/jest-dom": "^6.3.0", - "@testing-library/react": "^14.1.2", + "@testing-library/jest-dom": "^6.4.2", + "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.11", - "@types/lodash": "^4.14.202", - "@types/node": "^20.11.7", - "@types/react": "^18.2.48", + "@types/jest": "^29.5.12", + "@types/lodash": "^4.17.0", + "@types/node": "^20.11.26", + "@types/react": "^18.2.65", "@types/react-dom": "^18.2.21", "@types/react-table": "^7.7.19", "@vitejs/plugin-react": "^4.2.1", - "@vitest/coverage-v8": "^1.2.2", + "@vitest/coverage-v8": "^1.3.1", "@vitest/ui": "^1.2.2", "clsx": "^2.1.0", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^6.2.0", - "husky": "^9.0.6", + "husky": "^9.0.11", "jsdom": "^24.0.0", "lodash": "^4.17.21", "moment": "^2.30.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^3.2.4", "pretty-quick": "^4.0.0", "react-table": "^7.8.0", - "recharts": "^2.10.4", - "sass": "^1.70.0", - "typescript": "^5.3.3", - "vite": "^5.0.12", - "vite-plugin-checker": "^0.6.2", + "recharts": "^2.12.2", + "sass": "^1.71.1", + "typescript": "^5.4.2", + "vite": "^5.1.6", + "vite-plugin-checker": "^0.6.4", "vitest": "^1.2.2", - "yaml": "^2.3.4" + "yaml": "^2.4.1" }, "scripts": { "start": "vite", |