react-app NPM Dependency Report
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
## NPM Dependency Report - Tuesday, October 14th, 2025
Versions of npm packages have been checked against their latest versions from the npm registry.
![COVERAGE_PERCENTAGE]
[COVERAGE_PERCENTAGE]: https://img.shields.io/badge/percentage_of_dependencies_up_to_date-22-701807?style=for-the-badge
⚠️ - 18 Production dependencies are out-of-date.
⚠️ - 21 Development dependencies are out-of-date.
**Make sure to change directory to where the package.json is located using...**
```
cd react-app
```
### Production Dependencies to Update:
![major]
Expand to see individual installs.
```
npm install @mui/icons-material@7.3.4 @mui/lab@7.0.0 @mui/material@7.3.4 @mui/x-data-grid@8.14.0 @mui/x-date-pickers@8.14.0 @react-leaflet/core@3.0.0 react@19.2.0 react-dom@19.2.0 react-error-boundary@6.0.0 react-leaflet@5.0.0 react-router-dom@7.9.4 xlsx@0.18.5 zod@4.1.12
```
- [ ] `@mui/icons-material` Update from version `6.4.1` to `7.3.4` by running...
```
npm install @mui/icons-material@7.3.4
```
- [ ] `@mui/lab` Update from version `5.0.0-alpha.170` to `7.0.0` by running...
```
npm install @mui/lab@7.0.0
```
- [ ] `@mui/material` Update from version `6.4.1` to `7.3.4` by running...
```
npm install @mui/material@7.3.4
```
- [ ] `@mui/x-data-grid` Update from version `7.28.2` to `8.14.0` by running...
```
npm install @mui/x-data-grid@8.14.0
```
- [ ] `@mui/x-date-pickers` Update from version `7.28.2` to `8.14.0` by running...
```
npm install @mui/x-date-pickers@8.14.0
```
- [ ] `@react-leaflet/core` Update from version `2.1.0` to `3.0.0` by running...
```
npm install @react-leaflet/core@3.0.0
```
- [ ] `react` Update from version `18.3.1` to `19.2.0` by running...
```
npm install react@19.2.0
```
- [ ] `react-dom` Update from version `18.3.1` to `19.2.0` by running...
```
npm install react-dom@19.2.0
```
- [ ] `react-error-boundary` Update from version `4.1.2` to `6.0.0` by running...
```
npm install react-error-boundary@6.0.0
```
- [ ] `react-leaflet` Update from version `4.2.1` to `5.0.0` by running...
```
npm install react-leaflet@5.0.0
```
- [ ] `react-router-dom` Update from version `6.28.0` to `7.9.4` by running...
```
npm install react-router-dom@7.9.4
```
- [ ] `xlsx` Update from version `https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz` to `0.18.5` by running...
```
npm install xlsx@0.18.5
```
- [ ] `zod` Update from version `3.25.30` to `4.1.12` by running...
```
npm install zod@4.1.12
```
[major]: https://img.shields.io/badge/major_updates_(13)-9e3302?style=for-the-badge
![minor]
Expand to see individual installs.
```
npm install react-hook-form@7.65.0 react-leaflet-draw@0.21.0
```
- [ ] `react-hook-form` Update from version `7.56.4` to `7.65.0` by running...
```
npm install react-hook-form@7.65.0
```
- [ ] `react-leaflet-draw` Update from version `0.20.4` to `0.21.0` by running...
```
npm install react-leaflet-draw@0.21.0
```
[minor]: https://img.shields.io/badge/minor_updates_(2)-0859A1?style=for-the-badge
![patch]
Expand to see individual installs.
```
npm install @bcgov/citz-imb-sso-react@1.0.1 @emotion/styled@11.14.1 dayjs@1.11.18
```
- [ ] `@bcgov/citz-imb-sso-react` Update from version `1.0.0-alpha7` to `1.0.1` by running...
```
npm install @bcgov/citz-imb-sso-react@1.0.1
```
- [ ] `@emotion/styled` Update from version `11.14.0` to `11.14.1` by running...
```
npm install @emotion/styled@11.14.1
```
- [ ] `dayjs` Update from version `1.11.10` to `1.11.18` by running...
```
npm install dayjs@1.11.18
```
[patch]: https://img.shields.io/badge/patch_updates_(3)-0B6018?style=for-the-badge
### Development Dependencies to Update:
![major_dev]
Expand to see individual installs.
```
npm install -D @types/jest@30.0.0 @types/react@19.2.2 @types/react-dom@19.2.2 @vitejs/plugin-react@5.0.4 eslint-config-prettier@10.1.8 jest@30.2.0 jest-environment-jsdom@30.2.0 react-test-renderer@19.2.0 vite@7.1.10
```
- [ ] `@types/jest` Update from version `29.5.11` to `30.0.0` by running...
```
npm install -D @types/jest@30.0.0
```
- [ ] `@types/react` Update from version `18.3.1` to `19.2.2` by running...
```
npm install -D @types/react@19.2.2
```
- [ ] `@types/react-dom` Update from version `18.3.0` to `19.2.2` by running...
```
npm install -D @types/react-dom@19.2.2
```
- [ ] `@vitejs/plugin-react` Update from version `4.5.0` to `5.0.4` by running...
```
npm install -D @vitejs/plugin-react@5.0.4
```
- [ ] `eslint-config-prettier` Update from version `9.1.0` to `10.1.8` by running...
```
npm install -D eslint-config-prettier@10.1.8
```
- [ ] `jest` Update from version `29.7.0` to `30.2.0` by running...
```
npm install -D jest@30.2.0
```
- [ ] `jest-environment-jsdom` Update from version `29.7.0` to `30.2.0` by running...
```
npm install -D jest-environment-jsdom@30.2.0
```
- [ ] `react-test-renderer` Update from version `18.3.1` to `19.2.0` by running...
```
npm install -D react-test-renderer@19.2.0
```
- [ ] `vite` Update from version `6.3.4` to `7.1.10` by running...
```
npm install -D vite@7.1.10
```
[major_dev]: https://img.shields.io/badge/major_updates_(9)-9e3302?style=for-the-badge
![minor_dev]
Expand to see individual installs.
```
npm install -D @babel/preset-env@7.28.3 @testing-library/jest-dom@6.9.1 eslint@9.37.0 eslint-plugin-prettier@5.5.4 prettier@3.6.2 ts-jest@29.4.5 typescript@5.9.3 typescript-eslint@8.46.1
```
- [ ] `@babel/preset-env` Update from version `7.27.2` to `7.28.3` by running...
```
npm install -D @babel/preset-env@7.28.3
```
- [ ] `@testing-library/jest-dom` Update from version `6.6.3` to `6.9.1` by running...
```
npm install -D @testing-library/jest-dom@6.9.1
```
- [ ] `eslint` Update from version `9.27.0` to `9.37.0` by running...
```
npm install -D eslint@9.37.0
```
- [ ] `eslint-plugin-prettier` Update from version `5.4.0` to `5.5.4` by running...
```
npm install -D eslint-plugin-prettier@5.5.4
```
- [ ] `prettier` Update from version `3.5.0` to `3.6.2` by running...
```
npm install -D prettier@3.6.2
```
- [ ] `ts-jest` Update from version `29.3.1` to `29.4.5` by running...
```
npm install -D ts-jest@29.4.5
```
- [ ] `typescript` Update from version `5.8.2` to `5.9.3` by running...
```
npm install -D typescript@5.9.3
```
- [ ] `typescript-eslint` Update from version `8.32.1` to `8.46.1` by running...
```
npm install -D typescript-eslint@8.46.1
```
[minor_dev]: https://img.shields.io/badge/minor_updates_(8)-0859A1?style=for-the-badge
![patch_dev]
Expand to see individual installs.
```
npm install -D @types/geojson@7946.0.16 @types/leaflet@1.9.21 eslint-plugin-react@7.37.5 vite-tsconfig-paths@5.1.4
```
- [ ] `@types/geojson` Update from version `7946.0.14` to `7946.0.16` by running...
```
npm install -D @types/geojson@7946.0.16
```
- [ ] `@types/leaflet` Update from version `1.9.9` to `1.9.21` by running...
```
npm install -D @types/leaflet@1.9.21
```
- [ ] `eslint-plugin-react` Update from version `7.37.1` to `7.37.5` by running...
```
npm install -D eslint-plugin-react@7.37.5
```
- [ ] `vite-tsconfig-paths` Update from version `5.1.2` to `5.1.4` by running...
```
npm install -D vite-tsconfig-paths@5.1.4
```
[patch_dev]: https://img.shields.io/badge/patch_updates_(4)-0B6018?style=for-the-badge
Contributor guide
No contributing guide indexed for this repository
Research direction
Change directory to react-app and inspect its package.json before applying the listed npm dependency updates. Start with the grouped install commands in the issue, then verify that every dependency checkbox is addressed and the project still works after the major-version updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, react, typescript, vite
- Domain
- build-system, frontend, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100