Skip to content

Commit

Permalink
build(deps): bump react-i18next from 11.18.6 to 13.0.0 (#1894)
Browse files Browse the repository at this point in the history
* build(deps): bump react-i18next from 11.18.6 to 12.3.1

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.6 to 12.3.1.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v11.18.6...v12.3.1)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump i18next

* update peer deps

* bump gatsby-plugin-react-i18next

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Adams <georgeadams1995@gmail.com>
  • Loading branch information
dependabot[bot] and gdams committed Jun 17, 2023
1 parent 4e2dff9 commit c76f377
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 109 deletions.
150 changes: 45 additions & 105 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"gatsby-plugin-mdx": "^5.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-i18next": "^2.0.5",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
Expand All @@ -46,7 +46,7 @@
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"html-to-text": "^9.0.5",
"i18next": "^21.10.0",
"i18next": "^23.1.0",
"iso-639-1": "^2.1.15",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
Expand All @@ -56,7 +56,7 @@
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-hubspot-form": "^1.3.7",
"react-i18next": "^11.18.6",
"react-i18next": "^13.0.0",
"react-icons": "^4.9.0",
"react-share": "^4.4.1",
"react-switch": "^7.0.0",
Expand Down Expand Up @@ -95,7 +95,8 @@
},
"overrides": {
"gatsby-plugin-react-i18next": {
"gatsby": ">=5.0.0"
"i18next": ">=23.0.0",
"react-i18next": ">=13.0.0"
}
},
"keywords": [
Expand Down

0 comments on commit c76f377

Please sign in to comment.