diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/frontend/package.json b/frontend/package.json index 57a8cdd55..1e4fa0002 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,15 +13,15 @@ }, "private": true, "dependencies": { - "@mantine/core": "^7.12.2", - "@mantine/dropzone": "^7.12.2", - "@mantine/form": "^7.12.2", - "@mantine/hooks": "^7.12.2", - "@mantine/modals": "^7.12.2", - "@mantine/notifications": "^7.12.2", + "@mantine/core": "^7.14.3", + "@mantine/dropzone": "^7.14.3", + "@mantine/form": "^7.14.3", + "@mantine/hooks": "^7.14.3", + "@mantine/modals": "^7.14.3", + "@mantine/notifications": "^7.14.3", "@tanstack/react-query": "^5.40.1", "@tanstack/react-table": "^8.19.2", - "axios": "^1.6.8", + "axios": "^1.7.4", "braces": "^3.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -30,10 +30,10 @@ }, "devDependencies": { "@fontsource/roboto": "^5.0.12", - "@fortawesome/fontawesome-svg-core": "^6.6.0", - "@fortawesome/free-brands-svg-icons": "^6.6.0", - "@fortawesome/free-regular-svg-icons": "^6.6.0", - "@fortawesome/free-solid-svg-icons": "^6.6.0", + "@fortawesome/fontawesome-svg-core": "^6.7.1", + "@fortawesome/free-brands-svg-icons": "^6.7.1", + "@fortawesome/free-regular-svg-icons": "^6.7.1", + "@fortawesome/free-solid-svg-icons": "^6.7.1", "@fortawesome/react-fontawesome": "^0.2.2", "@tanstack/react-query-devtools": "^5.40.1", "@testing-library/jest-dom": "^6.4.2", @@ -42,7 +42,7 @@ "@types/jest": "^29.5.12", "@types/lodash": "^4.17.1", "@types/node": "^20.12.6", - "@types/react": "^18.3.5", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", @@ -67,7 +67,7 @@ "recharts": "^2.12.7", "sass": "^1.74.1", "typescript": "^5.4.4", - "vite": "^5.2.8", + "vite": "^5.4.8", "vite-plugin-checker": "^0.6.4", "vite-plugin-pwa": "^0.20.0", "vitest": "^1.2.2", |