bcgov / PIMS

Property Inventory Management System
https://pims.gov.bc.ca
Apache License 2.0
48 stars 43 forks source link

react-app NPM Dependency Report #2866

Open github-actions[bot] opened 3 days ago

github-actions[bot] commented 3 days ago

NPM Dependency Report - Tuesday, November 19th, 2024

Versions of npm packages have been checked against their latest versions from the npm registry.

COVERAGE_PERCENTAGE

⚠️ - 10 Production dependencies are out-of-date. ⚠️ - 12 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 xlsx@0.18.5 ```
- [ ] `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 ```


minor

Expand to see individual installs.

``` npm install typescript-eslint@8.15.0 ```
- [ ] `typescript-eslint` Update from version `8.14.0` to `8.15.0` by running... ``` npm install typescript-eslint@8.15.0 ```


patch

Expand to see individual installs.

``` npm install @bcgov/citz-imb-sso-react@1.0.1 @emotion/react@11.13.3 @mui/icons-material@6.1.7 @mui/material@6.1.7 @mui/x-data-grid@7.22.2 @mui/x-date-pickers@7.22.2 dayjs@1.11.13 react-hook-form@7.53.2 ```
- [ ] `@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/react` Update from version `11.13.0` to `11.13.3` by running... ``` npm install @emotion/react@11.13.3 ``` - [ ] `@mui/icons-material` Update from version `6.1.0` to `6.1.7` by running... ``` npm install @mui/icons-material@6.1.7 ``` - [ ] `@mui/material` Update from version `6.1.2` to `6.1.7` by running... ``` npm install @mui/material@6.1.7 ``` - [ ] `@mui/x-data-grid` Update from version `7.22.1` to `7.22.2` by running... ``` npm install @mui/x-data-grid@7.22.2 ``` - [ ] `@mui/x-date-pickers` Update from version `7.22.1` to `7.22.2` by running... ``` npm install @mui/x-date-pickers@7.22.2 ``` - [ ] `dayjs` Update from version `1.11.10` to `1.11.13` by running... ``` npm install dayjs@1.11.13 ``` - [ ] `react-hook-form` Update from version `7.53.0` to `7.53.2` by running... ``` npm install react-hook-form@7.53.2 ```



Development Dependencies to Update:

minor_dev

Expand to see individual installs.

``` npm install -D eslint@9.15.0 ```
- [ ] `eslint` Update from version `9.14.0` to `9.15.0` by running... ``` npm install -D eslint@9.15.0 ```


patch_dev

Expand to see individual installs.

``` npm install -D @testing-library/react@16.0.1 @types/jest@29.5.14 @types/leaflet@1.9.14 @types/react@18.3.12 @types/react-dom@18.3.1 @vitejs/plugin-react@4.3.3 eslint-plugin-react@7.37.2 prettier@3.3.3 ts-jest@29.2.5 typescript@5.6.3 vite@5.4.11 ```
- [ ] `@testing-library/react` Update from version `16.0.0` to `16.0.1` by running... ``` npm install -D @testing-library/react@16.0.1 ``` - [ ] `@types/jest` Update from version `29.5.11` to `29.5.14` by running... ``` npm install -D @types/jest@29.5.14 ``` - [ ] `@types/leaflet` Update from version `1.9.9` to `1.9.14` by running... ``` npm install -D @types/leaflet@1.9.14 ``` - [ ] `@types/react` Update from version `18.3.1` to `18.3.12` by running... ``` npm install -D @types/react@18.3.12 ``` - [ ] `@types/react-dom` Update from version `18.3.0` to `18.3.1` by running... ``` npm install -D @types/react-dom@18.3.1 ``` - [ ] `@vitejs/plugin-react` Update from version `4.3.0` to `4.3.3` by running... ``` npm install -D @vitejs/plugin-react@4.3.3 ``` - [ ] `eslint-plugin-react` Update from version `7.37.1` to `7.37.2` by running... ``` npm install -D eslint-plugin-react@7.37.2 ``` - [ ] `prettier` Update from version `3.3.0` to `3.3.3` by running... ``` npm install -D prettier@3.3.3 ``` - [ ] `ts-jest` Update from version `29.2.0` to `29.2.5` by running... ``` npm install -D ts-jest@29.2.5 ``` - [ ] `typescript` Update from version `5.6.2` to `5.6.3` by running... ``` npm install -D typescript@5.6.3 ``` - [ ] `vite` Update from version `5.4.6` to `5.4.11` by running... ``` npm install -D vite@5.4.11 ```