diff --git a/react-app/package.json b/react-app/package.json index 6a5199df1..fa6b0b7c6 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -16,8 +16,8 @@ "dependencies": { "@bcgov/bc-sans": "2.1.0", "@bcgov/citz-imb-sso-react": "1.0.0-alpha7", - "@emotion/react": "11.13.0", - "@emotion/styled": "11.13.0", + "@emotion/react": "11.14.0", + "@emotion/styled": "11.14.0", "@mdi/js": "7.4.47", "@mdi/react": "1.6.1", "@mui/icons-material": "6.1.0", @@ -25,12 +25,13 @@ "@mui/material": "6.1.2", "@mui/x-data-grid": "7.23.0", "@mui/x-date-pickers": "7.23.0", + "@react-leaflet/core": "2.1.0", "@turf/turf": "7.1.0", "dayjs": "1.11.10", "react": "18.3.1", "react-dom": "18.3.1", "react-error-boundary": "4.1.2", - "react-hook-form": "7.53.0", + "react-hook-form": "7.54.0", "react-leaflet": "4.2.1", "react-leaflet-draw": "0.20.4", "react-plugin": "3.0.0-alpha.4", @@ -38,13 +39,13 @@ "supercluster": "8.0.1", "use-supercluster": "1.2.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", - "zod": "3.23.8" + "zod": "3.24.0" }, "devDependencies": { "@babel/preset-env": "7.26.0", - "@babel/preset-react": "7.25.9", + "@babel/preset-react": "7.26.3", "@testing-library/jest-dom": "6.6.3", - "@testing-library/react": "16.0.0", + "@testing-library/react": "16.1.0", "@types/geojson": "7946.0.14", "@types/jest": "29.5.11", "@types/leaflet": "1.9.9", @@ -62,8 +63,13 @@ "ts-jest": "29.2.0", "ts-node": "10.9.2", "typescript": "5.7.2", - "typescript-eslint": "8.17.0", - "vite": "5.4.6", + "typescript-eslint": "8.18.0", + "vite": "6.0.3", "vite-tsconfig-paths": "5.1.2" + }, + "overrides": { + "@vitejs/plugin-react": { + "vite": "6.0.3" + } } }