Skip to content

Commit ee104cf

Browse files
Update tfjs-react-native to 0.6.0. (#5247)
1 parent 6d80ba7 commit ee104cf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tfjs-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-react-native",
3-
"version": "0.0.0",
3+
"version": "0.6.0",
44
"description": "TensorFlow.js platform implementation for React Native",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

tfjs-react-native/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.2.3';
4+
const version = '0.6.0';
55
export {version};

tfjs-react-native/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"@nodelib/fs.scandir" "2.1.4"
6767
fastq "^1.6.0"
6868

69-
"@react-native-community/async-storage@^1.4.2":
70-
version "1.12.1"
71-
resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.12.1.tgz#25f821b4f6b13abe005ad67e47c6f1cee9f27b24"
72-
integrity sha512-70WGaH3PKYASi4BThuEEKMkyAgE9k7VytBqmgPRx3MzJx9/MkspwqJGmn3QLCgHLIFUgF1pit2mWICbRJ3T3lg==
69+
"@react-native-async-storage/async-storage@^1.13.0":
70+
version "1.15.5"
71+
resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.15.5.tgz#0d221a5ef1cd7a6494a42fcaad43136d68379afb"
72+
integrity sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==
7373
dependencies:
7474
deep-assign "^3.0.0"
7575

0 commit comments

Comments
 (0)