Skip to content

Commit

Permalink
[Tech] Bump the non-major-dependencies group in /frontend with 5 updates
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group in /frontend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mtes-mct/monitor-ui](https://github.com/MTES-MCT/monitor-ui) | `24.3.1` | `24.4.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.7` | `2.3.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.35.0` | `8.36.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `6.27.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.1` | `5.8.2` |


Updates `@mtes-mct/monitor-ui` from 24.3.1 to 24.4.0
- [Release notes](https://github.com/MTES-MCT/monitor-ui/releases)
- [Changelog](https://github.com/MTES-MCT/monitor-ui/blob/main/CHANGELOG.md)
- [Commits](MTES-MCT/monitor-ui@v24.3.1...v24.4.0)

Updates `@reduxjs/toolkit` from 2.2.7 to 2.3.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.7...v2.3.0)

Updates `@sentry/react` from 8.35.0 to 8.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.35.0...8.36.0)

Updates `react-router-dom` from 6.26.2 to 6.27.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `react-select` from 5.8.1 to 5.8.2
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.8.2)

---
updated-dependencies:
- dependency-name: "@mtes-mct/monitor-ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and louptheron committed Nov 5, 2024
1 parent c59e2a0 commit 363ddca
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 103 deletions.
184 changes: 86 additions & 98 deletions frontend/package-lock.json

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

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "6.0.1",
"@mtes-mct/monitor-ui": "24.3.1",
"@reduxjs/toolkit": "2.2.7",
"@sentry/react": "8.35.0",
"@mtes-mct/monitor-ui": "24.4.0",
"@reduxjs/toolkit": "2.3.0",
"@sentry/react": "8.36.0",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.10.8",
"comlink": "4.4.1",
Expand Down Expand Up @@ -69,8 +69,8 @@
"react-markdown": "8.0.7",
"react-oidc-context": "2.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.26.2",
"react-select": "5.8.1",
"react-router-dom": "6.27.0",
"react-select": "5.8.2",
"react-toastify": "9.1.3",
"redux": "5.0.1",
"redux-persist": "6.0.0",
Expand Down

0 comments on commit 363ddca

Please sign in to comment.