From 402f42c21b442e15a551f30b435989c60ae2bd4f Mon Sep 17 00:00:00 2001 From: Varnius Date: Thu, 26 Aug 2021 15:10:18 +0300 Subject: [PATCH] 3.3.0 --- ios/Podfile.lock | 8 ++++---- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8f6df49..625807a 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Argyle (3.1.0) + - Argyle (3.2.0) - argyle-plugin-react-native (3.2.0): - - Argyle (= 3.1.0) + - Argyle (= 3.2.0) - React - boost-for-react-native (1.63.0) - DoubleConversion (1.1.6) @@ -377,8 +377,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - Argyle: 360b13ab7a7ef667610c68e7bf6f2b4e456086a1 - argyle-plugin-react-native: fe0af5cdc2efbc44e9a4bba0ddcc3e7da72d07b4 + Argyle: b8d67719eaaf73c94922e063f4c095f5e6d2b259 + argyle-plugin-react-native: 6b8e29879e93b618a6d170affa6dcd35678bbc83 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b diff --git a/package-lock.json b/package-lock.json index 0eab546..890c0b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@argyleio/argyle-plugin-react-native": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@argyleio/argyle-plugin-react-native/-/argyle-plugin-react-native-3.2.0.tgz", - "integrity": "sha512-1EF7L+hRYcJf63V4zQzG4ZihgaP+NhryVh9fdAjXd4zRtXmupD3jK9TtIfU6/jnOK0ezGVA1uaWlftxJ9nnkmg==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@argyleio/argyle-plugin-react-native/-/argyle-plugin-react-native-3.3.0.tgz", + "integrity": "sha512-906OlSmVWmhntbfhvCyO5vpwNADtSMJC1ZwP41NLF9WZy6Efrb1193FfzJR6iUTxSSjrixK35d5LeoxwNL2c8g==" }, "@babel/code-frame": { "version": "7.12.11", diff --git a/package.json b/package.json index bc38c70..1351708 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "dependencies": { - "@argyleio/argyle-plugin-react-native": "3.2.2", + "@argyleio/argyle-plugin-react-native": "3.3.0", "@react-native-community/async-storage": "latest", "react": "17.0.1", "react-native": "^0.64.1",