From 2e4c20663a0af4712a99e0e5d8200526d332d656 Mon Sep 17 00:00:00 2001 From: Na Li Date: Sat, 28 Mar 2020 11:47:20 -0700 Subject: [PATCH] Upgrade version for integration tests. --- .../integration_tests/tfjs2keras/package.json | 6 +++--- tfjs/integration_tests/package.json | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tfjs-layers/integration_tests/tfjs2keras/package.json b/tfjs-layers/integration_tests/tfjs2keras/package.json index c7df33ef896..9524ff03be8 100644 --- a/tfjs-layers/integration_tests/tfjs2keras/package.json +++ b/tfjs-layers/integration_tests/tfjs2keras/package.json @@ -5,9 +5,9 @@ "private": false, "license": "Apache-2.0 AND MIT", "devDependencies": { - "@tensorflow/tfjs-core": "1.6.0", - "@tensorflow/tfjs-layers": "1.6.0", - "@tensorflow/tfjs-node": "1.6.0", + "@tensorflow/tfjs-core": "1.7.1", + "@tensorflow/tfjs-layers": "1.7.1", + "@tensorflow/tfjs-node": "1.7.1", "clang-format": "~1.2.2" }, "scripts": { diff --git a/tfjs/integration_tests/package.json b/tfjs/integration_tests/package.json index ff8c4077eca..86693d3beb5 100644 --- a/tfjs/integration_tests/package.json +++ b/tfjs/integration_tests/package.json @@ -8,12 +8,12 @@ "url": "https://github.com/tensorflow/tfjs" }, "devDependencies": { - "@tensorflow/tfjs": "1.5.1", - "@tensorflow/tfjs-converter": "1.5.1", - "@tensorflow/tfjs-core": "1.5.1", - "@tensorflow/tfjs-data": "1.5.1", - "@tensorflow/tfjs-layers": "1.5.1", - "@tensorflow/tfjs-node": "1.5.1", + "@tensorflow/tfjs": "1.7.1", + "@tensorflow/tfjs-converter": "1.7.1", + "@tensorflow/tfjs-core": "1.7.1", + "@tensorflow/tfjs-data": "1.7.1", + "@tensorflow/tfjs-layers": "1.7.1", + "@tensorflow/tfjs-node": "1.7.1", "@types/detect-browser": "^4.0.0", "@types/jasmine": "~2.5.53", "@types/mathjs": "^5.0.1",