Skip to content

Commit

Permalink
update i18next dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Mar 22, 2021
1 parent 228c55f commit 83a62a2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/locize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "6.0.1",
"i18next-locize-backend": "4.1.8",
"locize": "2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion example/razzle-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "16.13.1",
"react-router-dom": "5.2.0",
"react-i18next": "11.4.0",
"i18next": "19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "5.0.0",
"i18next-http-middleware": "3.0.0",
"i18next-fs-backend": "1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion example/react-icu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/react": "^9.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"i18next": "^19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "^5.0.0",
"i18next-icu": "^1.3.0",
"i18next-http-backend": "^1.0.15",
Expand Down
2 changes: 1 addition & 1 deletion example/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"i18next": "^19.8.8",
"i18next": "20.0.0",
"react": "16.8.1",
"react-i18next": "^10.1.2",
"react-native": "0.59.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion example/react-typescript4.1/namespaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typescript": "4.1.2"
},
"dependencies": {
"i18next": "19.8.8",
"i18next": "20.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "11.8.x",
Expand Down
2 changes: 1 addition & 1 deletion example/react-typescript4.1/no-namespaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typescript": "4.1.2"
},
"dependencies": {
"i18next": "19.8.8",
"i18next": "20.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "11.8.x",
Expand Down
2 changes: 1 addition & 1 deletion example/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "6.0.1",
"i18next-http-backend": "1.1.0",
"react": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example/react_native_windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint ."
},
"dependencies": {
"i18next": "19.8.8",
"i18next": "20.0.0",
"react": "16.13.1",
"react-i18next": "11.7.3",
"react-native": "0.63.3",
Expand Down
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"i18next": "^19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "3.0.0",
"i18next-http-backend": "1.0.15",
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion example/test-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "^1.1.1",
"i18next": "19.8.8",
"i18next": "20.0.0",
"i18next-browser-languagedetector": "5.0.0",
"i18next-http-backend": "1.0.15",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-react": "7.16.0",
"eslint-plugin-testing-library": "^3.10.1",
"husky": "^3.0.3",
"i18next": "^19.0.0",
"i18next": "^20.0.0",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"lint-staged": "^8.1.3",
Expand Down

0 comments on commit 83a62a2

Please sign in to comment.