summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json59
1 files changed, 32 insertions, 27 deletions
diff --git a/client/package.json b/client/package.json
index 0849953..4452646 100644
--- a/client/package.json
+++ b/client/package.json
@@ -11,34 +11,39 @@
"test": "vitest"
},
"dependencies": {
- "@emotion/react": "^11.13.3",
- "@emotion/styled": "^11.13.0",
- "@mui/icons-material": "^5.16.7",
- "@mui/material": "^5.16.7",
- "@mui/x-date-pickers": "^7.14.0",
- "@reduxjs/toolkit": "^2.2.1",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@mui/icons-material": "^5.16.14",
+ "@mui/material": "^5.16.14",
+ "@mui/x-date-pickers": "^7.24.0",
+ "@reduxjs/toolkit": "^2.5.0",
"export-to-csv": "^1.4.0",
- "framer-motion": "^11.17.0",
- "material-react-table": "^2.13.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-hook-form": "^7.50.1",
- "react-redux": "^9.1.0",
- "react-router-dom": "^6.22.0"
+ "framer-motion": "^11.18.2",
+ "material-react-table": "^2.13.3",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "react-hook-form": "^7.54.2",
+ "react-redux": "^9.2.0",
+ "react-router-dom": "^6.28.2"
},
"devDependencies": {
- "@testing-library/jest-dom": "^6.5.0",
- "@testing-library/react": "^16.0.1",
- "@testing-library/user-event": "^14.5.2",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0",
- "eslint": "^8.56.0",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-react-refresh": "^0.4.5",
- "jsdom": "^25.0.0",
- "msw": "^2.2.1",
- "typescript": "^5.6.2",
- "vite": "^5.4.8",
- "vitest": "^2.1.1"
+ "@testing-library/jest-dom": "^6.6.3",
+ "@testing-library/react": "^16.2.0",
+ "@testing-library/user-event": "^14.6.1",
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
+ "@typescript-eslint/parser": "^8.21.0",
+ "eslint": "^9.18.0",
+ "eslint-plugin-react-hooks": "^5.1.0",
+ "eslint-plugin-react-refresh": "^0.4.18",
+ "jsdom": "^26.0.0",
+ "msw": "^2.7.0",
+ "typescript": "^5.7.3",
+ "vite": "^6.0.11",
+ "vitest": "^3.0.3"
+ },
+ "msw": {
+ "workerDirectory": [
+ "public"
+ ]
}
-}
+} \ No newline at end of file