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",