Skip to content

Commit

Permalink
Update tfjs-react-native to 0.6.0. (#5247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Jun 23, 2021
1 parent 6d80ba7 commit ee104cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tfjs-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -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};
8 changes: 4 additions & 4 deletions tfjs-react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ee104cf

Please sign in to comment.