diff --git a/depth-estimation/package.json b/depth-estimation/package.json index a295742ccb..147ef96964 100644 --- a/depth-estimation/package.json +++ b/depth-estimation/package.json @@ -13,9 +13,9 @@ "url": "https://github.com/tensorflow/tfjs-models.git" }, "peerDependencies": { - "@tensorflow/tfjs-backend-webgl": "^4.22.0", - "@tensorflow/tfjs-converter": "^4.22.0", - "@tensorflow/tfjs-core": "^4.22.0", + "@tensorflow/tfjs-backend-webgl": "^4.23.0-rc.0", + "@tensorflow/tfjs-converter": "^4.23.0-rc.0", + "@tensorflow/tfjs-core": "^4.23.0-rc.0", "@tensorflow-models/body-segmentation": "^1.0.1" }, "devDependencies": { @@ -24,10 +24,10 @@ "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "^4.22.0", - "@tensorflow/tfjs-backend-webgl": "^4.22.0", - "@tensorflow/tfjs-converter": "^4.22.0", - "@tensorflow/tfjs-core": "^4.22.0", + "@tensorflow/tfjs-backend-cpu": "^4.23.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.23.0-rc.0", + "@tensorflow/tfjs-converter": "^4.23.0-rc.0", + "@tensorflow/tfjs-core": "^4.23.0-rc.0", "@tensorflow-models/body-segmentation": "^1.0.0", "@types/jasmine": "~2.8.8", "babel-core": "~6.26.0",