Skip to content

Commit

Permalink
build(deps): bump the npm-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#668)

Bumps the npm-dependencies group with 3 updates in the /web-frontend directory: [axios](https://github.com/axios/axios), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `axios` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.3)

Updates `react-hook-form` from 7.52.1 to 7.52.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.52.1...v7.52.2)

Updates `vite` from 5.3.5 to 5.4.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 46ff124 commit 7f0ff82
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 33 deletions.
64 changes: 34 additions & 30 deletions web-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.2",
"axios": "^1.7.3",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.52.2",
"react-query": "^3.5.0",
"yup": "^1.4.0"
},
Expand All @@ -33,7 +33,7 @@
"jsdom": "^24.1.1",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5"
}
}

0 comments on commit 7f0ff82

Please sign in to comment.