From 83a62a29e256eebdc18bd88ffbb2e23ee6724de0 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Mon, 22 Mar 2021 12:39:57 +0100 Subject: [PATCH] update i18next dep --- example/locize/package.json | 2 +- example/razzle-ssr/package.json | 2 +- example/react-icu/package.json | 2 +- example/react-native/package.json | 2 +- example/react-typescript4.1/namespaces/package.json | 2 +- example/react-typescript4.1/no-namespaces/package.json | 2 +- example/react/package.json | 2 +- example/react_native_windows/package.json | 2 +- example/storybook/package.json | 2 +- example/test-jest/package.json | 2 +- package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/locize/package.json b/example/locize/package.json index 4f6d357f..24e1f908 100644 --- a/example/locize/package.json +++ b/example/locize/package.json @@ -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", diff --git a/example/razzle-ssr/package.json b/example/razzle-ssr/package.json index 881c64e1..6bce4525 100644 --- a/example/razzle-ssr/package.json +++ b/example/razzle-ssr/package.json @@ -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", diff --git a/example/react-icu/package.json b/example/react-icu/package.json index ef784cd6..8d34fcb4 100644 --- a/example/react-icu/package.json +++ b/example/react-icu/package.json @@ -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", diff --git a/example/react-native/package.json b/example/react-native/package.json index 062016c5..4f52b1cb 100644 --- a/example/react-native/package.json +++ b/example/react-native/package.json @@ -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" diff --git a/example/react-typescript4.1/namespaces/package.json b/example/react-typescript4.1/namespaces/package.json index 64b459b2..f80afb93 100644 --- a/example/react-typescript4.1/namespaces/package.json +++ b/example/react-typescript4.1/namespaces/package.json @@ -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", diff --git a/example/react-typescript4.1/no-namespaces/package.json b/example/react-typescript4.1/no-namespaces/package.json index 64b459b2..f80afb93 100644 --- a/example/react-typescript4.1/no-namespaces/package.json +++ b/example/react-typescript4.1/no-namespaces/package.json @@ -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", diff --git a/example/react/package.json b/example/react/package.json index f5f28dd6..2816bd0c 100644 --- a/example/react/package.json +++ b/example/react/package.json @@ -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", diff --git a/example/react_native_windows/package.json b/example/react_native_windows/package.json index 8198ae28..64652a48 100644 --- a/example/react_native_windows/package.json +++ b/example/react_native_windows/package.json @@ -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", diff --git a/example/storybook/package.json b/example/storybook/package.json index 97851eb3..184e5d12 100644 --- a/example/storybook/package.json +++ b/example/storybook/package.json @@ -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", diff --git a/example/test-jest/package.json b/example/test-jest/package.json index 3fe1440e..0678bd9d 100644 --- a/example/test-jest/package.json +++ b/example/test-jest/package.json @@ -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", diff --git a/package.json b/package.json index 69b455dc..17edca38 100644 --- a/package.json +++ b/package.json @@ -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",