Skip to content

Commit

Permalink
build(deps): bump the deps-patch group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the deps-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.11` |
| [i18next](https://github.com/i18next/i18next) | `23.15.1` | `23.15.2` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.6.1` | `2.6.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.0.1` | `15.0.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` |
| [weldable](https://github.com/cdcabrera/weldable) | `3.1.3` | `3.1.4` |



Updates `@types/react` from 18.3.5 to 18.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `i18next` from 23.15.1 to 23.15.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.15.1...v23.15.2)

Updates `i18next-http-backend` from 2.6.1 to 2.6.2
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.6.1...v2.6.2)

Updates `react-i18next` from 15.0.1 to 15.0.2
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.0.1...v15.0.2)

Updates `react-router-dom` from 6.26.1 to 6.26.2
- [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/react-router-dom@6.26.2/packages/react-router-dom)

Updates `weldable` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/cdcabrera/weldable/releases)
- [Changelog](https://github.com/cdcabrera/weldable/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/weldable@v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
- dependency-name: weldable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent b74f413 commit f324f68
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 69 deletions.
107 changes: 44 additions & 63 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
"@patternfly/react-table": "5.3.4",
"@tanstack/react-query": "^5.55.4",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"axios": "^1.7.4",
"detect-browser": "^5.3.0",
"i18next": "^23.15.0",
"i18next-http-backend": "^2.6.1",
"i18next": "^23.15.2",
"i18next-http-backend": "^2.6.2",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-router-dom": "6.26.1",
"weldable": "^3.1.3"
"react-i18next": "^15.0.2",
"react-router-dom": "6.26.2",
"weldable": "^3.1.4"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
Expand Down

0 comments on commit f324f68

Please sign in to comment.