Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.0.0` | `2.2.7` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.20.1` | `8.20.5` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.12` | `1.11.13` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.26.0` | `6.26.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.0` | `6.26.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.4` | `29.2.5` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.2` | `10.0.3` |


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

Updates `@tanstack/react-table` from 8.20.1 to 8.20.5
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.5/packages/react-table)

Updates `dayjs` from 1.11.12 to 1.11.13
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.12...v1.11.13)

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

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

Updates `ts-jest` from 29.2.4 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5)

Updates `use-debounce` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: ts-jest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: use-debounce
  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] committed Sep 2, 2024
1 parent 09b303e commit 6352888
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 55 deletions.
127 changes: 79 additions & 48 deletions frontend/package-lock.json

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

14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"dependencies": {
"@mtes-mct/monitor-ui": "21.2.0",
"@reduxjs/toolkit": "2.0.0",
"@reduxjs/toolkit": "2.2.7",
"@rsuite/responsive-nav": "5.0.2",
"@sentry/browser": "7.73.0",
"@sentry/react": "7.73.0",
"@sentry/tracing": "7.114.0",
"@svgr/webpack": "8.1.0",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "beta",
"classnames": "2.5.1",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"deep-object-diff": "1.1.9",
"formik": "2.4.6",
"fuse.js": "7.0.0",
Expand All @@ -58,17 +58,17 @@
"react-markdown": "6.0.1",
"react-oidc-context": "2.3.1",
"react-redux": "9.1.2",
"react-router": "6.26.0",
"react-router-dom": "6.26.0",
"react-router": "6.26.1",
"react-router-dom": "6.26.1",
"react-toastify": "10.0.5",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"redux-thunk": "3.1.0",
"rimraf": "5.0.5",
"rsuite": "5.53.2",
"styled-components": "5.3.11",
"ts-jest": "29.2.4",
"use-debounce": "10.0.2",
"ts-jest": "29.2.5",
"use-debounce": "10.0.3",
"uuid": "9.0.1",
"worker-loader": "3.0.8",
"yup": "0.32.11"
Expand Down

0 comments on commit 6352888

Please sign in to comment.