Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIMS-2271: Upgrade frontend dependencies to their latest versions #2904

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fb9e611
Update eslint from version 9.10.0 to 9.11.1
Sharala-Perumal Sep 25, 2024
544030d
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Sep 25, 2024
84c1998
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 2, 2024
fe60759
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 2, 2024
c428bb4
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 9, 2024
5724fcf
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 17, 2024
219a36d
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 18, 2024
4da925a
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 23, 2024
6b2be7e
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 23, 2024
be33be6
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Oct 29, 2024
c5e1431
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Nov 5, 2024
25ffea5
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Nov 13, 2024
a02818d
Update react-router-dom
Sharala-Perumal Nov 13, 2024
88c8ba7
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Nov 13, 2024
181d285
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Nov 14, 2024
89fb055
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Nov 19, 2024
d33240b
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Dec 3, 2024
32ae8f9
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Dec 11, 2024
500cd96
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Dec 17, 2024
4c5eb1d
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Dec 19, 2024
6123904
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Dec 19, 2024
697fe75
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Jan 7, 2025
9d795c9
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Jan 9, 2025
d30f4f7
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Jan 16, 2025
9506953
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Jan 21, 2025
0794ad1
Merge branch 'main' of https://github.com/bcgov/PIMS
Sharala-Perumal Jan 21, 2025
bf74e9e
Update react-app dependenciesto their latest versions
Sharala-Perumal Jan 24, 2025
a75d74a
Merge branch 'main' into PIMS-2271
dbarkowsky Jan 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@emotion/styled": "11.14.0",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/icons-material": "6.3.1",
"@mui/icons-material": "6.4.1",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "6.3.1",
"@mui/x-data-grid": "7.23.0",
"@mui/x-date-pickers": "7.23.0",
"@mui/material": "6.4.1",
"@mui/x-data-grid": "7.24.0",
"@mui/x-date-pickers": "7.24.0",
"@react-leaflet/core": "2.1.0",
"@turf/turf": "7.2.0",
"dayjs": "1.11.10",
Expand All @@ -45,7 +45,7 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/react": "16.2.0",
"@types/geojson": "7946.0.14",
"@types/jest": "29.5.11",
"@types/leaflet": "1.9.9",
Expand All @@ -63,7 +63,7 @@
"ts-jest": "29.2.0",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.20.0",
"typescript-eslint": "8.21.0",
"vite": "6.0.3",
"vite-tsconfig-paths": "5.1.2"
},
Expand Down
Loading