diff options
author | morpheus65535 <[email protected]> | 2024-03-03 12:15:23 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-03 12:15:23 -0500 |
commit | 03afeb347075381bcb7fd6036295c9fa4a90d2dc (patch) | |
tree | 7c5d72c973d2c8e4ade57391a1c9ad5e94903a46 /frontend/package.json | |
parent | 9ae684240b5bdd40a870d8122f0e380f8d03a187 (diff) | |
download | bazarr-03afeb347075381bcb7fd6036295c9fa4a90d2dc.tar.gz bazarr-03afeb347075381bcb7fd6036295c9fa4a90d2dc.zip |
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 83 |
1 files changed, 42 insertions, 41 deletions
diff --git a/frontend/package.json b/frontend/package.json index 2f5089f01..73edda3f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,56 +14,57 @@ "private": true, "dependencies": { "@mantine/core": "^6.0.0", - "@mantine/dropzone": "^6.0.0", - "@mantine/form": "^6.0.0", + "@mantine/dropzone": "^6.0.21", + "@mantine/form": "^6.0.21", "@mantine/hooks": "^6.0.0", - "@mantine/modals": "^6.0.0", - "@mantine/notifications": "^6.0.0", - "axios": "^0.27.2", + "@mantine/modals": "^6.0.21", + "@mantine/notifications": "^6.0.21", + "axios": "^1.6.7", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-query": "^3.39.2", - "react-router-dom": "~6.10.0", - "socket.io-client": "^4.5.3" + "react-query": "^3.39.3", + "react-router-dom": "^6.21.3", + "socket.io-client": "^4.7.4" }, "devDependencies": { - "@fontsource/roboto": "^4.5.0", - "@fortawesome/fontawesome-svg-core": "^6.2.0", - "@fortawesome/free-brands-svg-icons": "^6.2.0", - "@fortawesome/free-regular-svg-icons": "^6.2.0", - "@fortawesome/free-solid-svg-icons": "^6.2.0", + "@fontsource/roboto": "^5.0.8", + "@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": "^5.16.5", - "@testing-library/react": "^14.0.0", - "@testing-library/user-event": "^14.4.3", - "@types/lodash": "^4.14.0", - "@types/node": "^18.16.0", - "@types/react": "^18.2.0", - "@types/react-dom": "^18.2.0", - "@types/react-table": "^7.7.0", - "@vitejs/plugin-react": "^4.0.0", - "@vitest/coverage-c8": "^0.30.0", - "@vitest/ui": "^0.30.0", - "clsx": "^1.2.0", - "eslint": "^8.39.0", + "@testing-library/jest-dom": "^6.3.0", + "@testing-library/react": "^14.1.2", + "@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/react-dom": "^18.2.18", + "@types/react-table": "^7.7.19", + "@vitejs/plugin-react": "^4.2.1", + "@vitest/coverage-v8": "^1.2.2", + "@vitest/ui": "^1.2.2", + "clsx": "^2.1.0", + "eslint": "^8.56.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.9.0", - "husky": "^8.0.2", - "jsdom": "^21.0.0", - "lodash": "^4.17.0", - "moment": "^2.29", - "prettier": "^2.8.0", - "prettier-plugin-organize-imports": "^3.1.0", - "pretty-quick": "^3.1.0", + "eslint-plugin-testing-library": "^6.2.0", + "husky": "^9.0.6", + "jsdom": "^24.0.0", + "lodash": "^4.17.21", + "moment": "^2.30.1", + "prettier": "^3.2.4", + "prettier-plugin-organize-imports": "^3.2.4", + "pretty-quick": "^4.0.0", "react-table": "^7.8.0", - "recharts": "~2.5.0", - "sass": "^1.62.0", - "typescript": "^5", - "vite": "^4.3.0", - "vite-plugin-checker": "^0.5.5", - "vitest": "^0.30.1", - "yaml": "^2.3.1" + "recharts": "^2.10.4", + "sass": "^1.70.0", + "typescript": "^5.3.3", + "vite": "^5.0.12", + "vite-plugin-checker": "^0.6.2", + "vitest": "^1.2.2", + "yaml": "^2.3.4" }, "scripts": { "start": "vite", |