From ef646eba9be42d544944e6dd82b813c3646bbd36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Jul 2019 18:22:28 +0000 Subject: [PATCH] Update dependency i18next to v17.0.6 --- __tests__/utils/__snapshots__/i18n.spec.js.snap | 16 ++++++++++++++++ package.json | 2 +- yarn.lock | 9 ++++++++- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/__tests__/utils/__snapshots__/i18n.spec.js.snap b/__tests__/utils/__snapshots__/i18n.spec.js.snap index c6059bb..17dd7db 100644 --- a/__tests__/utils/__snapshots__/i18n.spec.js.snap +++ b/__tests__/utils/__snapshots__/i18n.spec.js.snap @@ -3678,6 +3678,14 @@ I18n { ], "plurals": [Function], }, + "cnr": Object { + "numbers": Array [ + 1, + 2, + 5, + ], + "plurals": [Function], + }, "cs": Object { "numbers": Array [ 1, @@ -8269,6 +8277,14 @@ I18n { ], "plurals": [Function], }, + "cnr": Object { + "numbers": Array [ + 1, + 2, + 5, + ], + "plurals": [Function], + }, "cs": Object { "numbers": Array [ 1, diff --git a/package.json b/package.json index e12d3b0..793e7c2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@react-native-community/async-storage": "1.5.0", "@react-native-community/cli": "1.9.11", "@react-native-community/status-bar": "1.0.3", - "i18next": "17.0.4", + "i18next": "17.0.6", "metro-config": "0.54.1", "metro-core": "0.54.1", "moment": "2.24.0", diff --git a/yarn.lock b/yarn.lock index 5429f31..149b4b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4130,13 +4130,20 @@ i18next-scanner@2.10.2: vinyl "^2.2.0" vinyl-fs "^3.0.1" -i18next@*, i18next@17.0.4: +i18next@*: version "17.0.4" resolved "https://registry.yarnpkg.com/i18next/-/i18next-17.0.4.tgz#c690b9de0c950ff8abe626562d03c4144dd75030" integrity sha512-+lwmv3FT8Sv/HwVPjkR6rtEFhgOqt9L/CTehzyxvL/NdkeUYbFZJfE57MsBToB6LFWg3d0sZJIVgYqCpWzUyLQ== dependencies: "@babel/runtime" "^7.3.1" +i18next@17.0.6: + version "17.0.6" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-17.0.6.tgz#01079cc2bcef408139ea8ce24d18ac0d512fbe85" + integrity sha512-bdNhzhcM6RG5m82RypVguCrAQNie/ycxW0Q5C6K9UDWD5hqApZfdJFbj4Ikz9jxIR+Ja1eg0yCQLhlCT+opwIg== + dependencies: + "@babel/runtime" "^7.3.1" + iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" -- GitLab