Skip to content

Commit d1a9381

Browse files
PIMS-2344 React-App Dependency Updates (#3029)
Co-authored-by: Perumal <sharala.perumal@gov.bc.ca>
1 parent 31851e9 commit d1a9381

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

react-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
3333
"react-error-boundary": "4.1.2",
34-
"react-hook-form": "7.56.4",
34+
"react-hook-form": "7.60.0",
3535
"react-leaflet": "4.2.1",
3636
"react-leaflet-draw": "0.20.4",
3737
"react-plugin": "3.0.0-alpha.4",
@@ -42,29 +42,29 @@
4242
"zod": "3.25.30"
4343
},
4444
"devDependencies": {
45-
"@babel/preset-env": "7.27.2",
45+
"@babel/preset-env": "7.28.0",
4646
"@babel/preset-react": "7.27.1",
4747
"@testing-library/jest-dom": "6.6.3",
4848
"@testing-library/react": "16.3.0",
4949
"@types/geojson": "7946.0.14",
50-
"@types/jest": "29.5.11",
50+
"@types/jest": "30.0.0",
5151
"@types/leaflet": "1.9.9",
5252
"@types/react": "18.3.1",
5353
"@types/react-dom": "18.3.0",
54-
"@vitejs/plugin-react": "4.5.0",
55-
"eslint": "9.27.0",
54+
"@vitejs/plugin-react": "4.6.0",
55+
"eslint": "9.30.1",
5656
"eslint-config-prettier": "9.1.0",
57-
"eslint-plugin-prettier": "5.4.0",
57+
"eslint-plugin-prettier": "5.5.1",
5858
"eslint-plugin-react": "7.37.1",
59-
"jest": "29.7.0",
59+
"jest": "^29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
61-
"prettier": "3.5.0",
61+
"prettier": "3.6.2",
6262
"react-test-renderer": "18.3.1",
63-
"ts-jest": "29.3.1",
63+
"ts-jest": "29.4.0",
6464
"ts-node": "10.9.2",
6565
"typescript": "5.8.2",
66-
"typescript-eslint": "8.32.1",
67-
"vite": "6.3.4",
66+
"typescript-eslint": "8.36.0",
67+
"vite": "7.0.3",
6868
"vite-tsconfig-paths": "5.1.2"
6969
}
7070
}

0 commit comments

Comments
 (0)