8000 Rewrite interface with WithT interface introduced by tkow · Pull Request #1 · tkow/react-i18next · GitHub
[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite interface with WithT interface introduced #1

Merged
merged 5 commits into from
Jan 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change peerDependencies to 13.1.3
  • Loading branch information
tkow committed Jan 18, 2019
commit 276d34f5077c2557f7952572ec26e020384412d1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.7.0",
"eslint-plugin-react": "7.11.1",
"i18next": "13.1.0",
"i18next": "^13.1.4",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"mkdirp": "0.5.1",
Expand All @@ -78,7 +78,7 @@
"yargs": "12.0.2"
},
"peerDependencies": {
"i18next": ">= 6.0.1",
"i18next": ">= 13.1.3",
"react": ">= 16.3.0"
},
"scripts": {
Expand Down
0