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

Frontend NPM Dependency Updates #1683

Closed
github-actions bot opened this issue Aug 30, 2023 · 0 comments
Closed

Frontend NPM Dependency Updates #1683

github-actions bot opened this issue Aug 30, 2023 · 0 comments

Comments

@github-actions
Copy link

NPM Dependency Versions Check

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

COVERAGE_PERCENTAGE

⚠️ - 6 Production dependencies are out-of-date.
⚠️ - 15 Dev dependencies are out-of-date.

Make sure to change directory to where the package.json is located using...

cd frontend

Production Dependencies to Update:


patch

  • @babel/core Update from version 7.22.10 to 7.22.11 by running
npm install @babel/core@7.22.11
  • @mui/icons-material Update from version 5.14.3 to 5.14.7 by running
npm install @mui/icons-material@5.14.7
  • @mui/material Update from version 5.14.5 to 5.14.7 by running
npm install @mui/material@5.14.7

minor

  • axios Update from version 1.4.0 to 1.5.0 by running
npm install axios@1.5.0
  • retry-axios Update from version 3.0.0 to 3.1.0 by running
npm install retry-axios@3.1.0

major

  • react-bootstrap-typeahead Update from version 5.2.2 to 6.2.3 by running
npm install react-bootstrap-typeahead@6.2.3

Dev Dependencies to Update:


patch_dev

  • @babel/preset-typescript Update from version 7.22.5 to 7.22.11 by running
npm install -D @babel/preset-typescript@7.22.11
  • @cfaester/enzyme-adapter-react-18 Update from version 0.7.0 to 0.7.1 by running
npm install -D @cfaester/enzyme-adapter-react-18@0.7.1
  • @types/jest Update from version 29.5.3 to 29.5.4 by running
npm install -D @types/jest@29.5.4
  • @types/react Update from version 18.2.20 to 18.2.21 by running
npm install -D @types/react@18.2.21
  • @types/react-redux Update from version 7.1.25 to 7.1.26 by running
npm install -D @types/react-redux@7.1.26
  • @types/react-table Update from version 7.7.14 to 7.7.15 by running
npm install -D @types/react-table@7.7.15
  • babel-jest Update from version 29.6.3 to 29.6.4 by running
npm install -D babel-jest@29.6.4
  • prettier Update from version 3.0.0 to 3.0.3 by running
npm install -D prettier@3.0.3

minor_dev

  • @typescript-eslint/eslint-plugin Update from version 6.2.1 to 6.5.0 by running
npm install -D @typescript-eslint/eslint-plugin@6.5.0
  • @typescript-eslint/parser Update from version 6.2.1 to 6.5.0 by running
npm install -D @typescript-eslint/parser@6.5.0
  • eslint Update from version 8.47.0 to 8.48.0 by running
npm install -D eslint@8.48.0
  • typescript Update from version 5.1.6 to 5.2.2 by running
npm install -D typescript@5.2.2

major_dev

  • @testing-library/jest-dom Update from version 5.17.0 to 6.1.2 by running
npm install -D @testing-library/jest-dom@6.1.2
  • cypress Update from version 12.17.4 to 13.0.0 by running
npm install -D cypress@13.0.0
  • eslint-config-prettier Update from version 8.9.0 to 9.0.0 by running
npm install -D eslint-config-prettier@9.0.0
@github-actions github-actions bot closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants