Skip to content

Commit

Permalink
Merge pull request #24 from marcosgilf/fix-23
Browse files Browse the repository at this point in the history
Support react-i18next v13
  • Loading branch information
stevensacks committed Jun 16, 2023
2 parents c2e8972 + b8c9539 commit ba65344
Show file tree
Hide file tree
Showing 2 changed files with 8,777 additions and 12,522 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -78,15 +78,15 @@
"boxen": "^5.0.1",
"concurrently": "^6.2.0",
"dedent": "^0.7.0",
"i18next": "^22.5.0",
"i18next": "^23.0.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"prettier": "^2.8.8",
"prompts": "^2.4.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^12.3.1",
"react-i18next": "^13.0.0",
"rimraf": "^3.0.2",
"storybook": "^7.0.20",
"tsup": "^6.6.3",
Expand All @@ -99,12 +99,12 @@
"@storybook/manager-api": "^7.0.0",
"@storybook/preview-api": "^7.0.0",
"@storybook/types": "^7.0.0",
"i18next": "^22.0.0",
"i18next": "^22.0.0 || ^23.0.0",
"i18next-browser-languagedetector": "^7.0.0",
"i18next-http-backend": "^2.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-i18next": "^12.0.0"
"react-i18next": "^12.0.0 || ^13.0.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit ba65344

Please sign in to comment.