From ee104cf090d6da9e5d6f9c2c4bb35c3bdb8a90b9 Mon Sep 17 00:00:00 2001 From: Matthew Soulanille Date: Wed, 23 Jun 2021 15:47:05 -0400 Subject: [PATCH] Update tfjs-react-native to 0.6.0. (#5247) --- tfjs-react-native/package.json | 2 +- tfjs-react-native/src/version.ts | 2 +- tfjs-react-native/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tfjs-react-native/package.json b/tfjs-react-native/package.json index c41de881e29..2e0fe8f05a8 100644 --- a/tfjs-react-native/package.json +++ b/tfjs-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-react-native", - "version": "0.0.0", + "version": "0.6.0", "description": "TensorFlow.js platform implementation for React Native", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tfjs-react-native/src/version.ts b/tfjs-react-native/src/version.ts index 874251fb7e4..9fabb5f484d 100644 --- a/tfjs-react-native/src/version.ts +++ b/tfjs-react-native/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.2.3'; +const version = '0.6.0'; export {version}; diff --git a/tfjs-react-native/yarn.lock b/tfjs-react-native/yarn.lock index a4131c307fc..9e959a81845 100644 --- a/tfjs-react-native/yarn.lock +++ b/tfjs-react-native/yarn.lock @@ -66,10 +66,10 @@ "@nodelib/fs.scandir" "2.1.4" fastq "^1.6.0" -"@react-native-community/async-storage@^1.4.2": - version "1.12.1" - resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.12.1.tgz#25f821b4f6b13abe005ad67e47c6f1cee9f27b24" - integrity sha512-70WGaH3PKYASi4BThuEEKMkyAgE9k7VytBqmgPRx3MzJx9/MkspwqJGmn3QLCgHLIFUgF1pit2mWICbRJ3T3lg== +"@react-native-async-storage/async-storage@^1.13.0": + version "1.15.5" + resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.15.5.tgz#0d221a5ef1cd7a6494a42fcaad43136d68379afb" + integrity sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ== dependencies: deep-assign "^3.0.0"