From d3f5cd416d65f462ffd1f13d4b88ec7837a01722 Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Thu, 6 Jun 2024 21:02:56 +0000 Subject: [PATCH] Update package versions --- depth-estimation/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/depth-estimation/package.json b/depth-estimation/package.json index 398d183b87..dc442b5d3d 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.19.0", - "@tensorflow/tfjs-converter": "^4.19.0", - "@tensorflow/tfjs-core": "^4.19.0", + "@tensorflow/tfjs-backend-webgl": "^4.20.0", + "@tensorflow/tfjs-converter": "^4.20.0", + "@tensorflow/tfjs-core": "^4.20.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.19.0", - "@tensorflow/tfjs-backend-webgl": "^4.19.0", - "@tensorflow/tfjs-converter": "^4.19.0", - "@tensorflow/tfjs-core": "^4.19.0", + "@tensorflow/tfjs-backend-cpu": "^4.20.0", + "@tensorflow/tfjs-backend-webgl": "^4.20.0", + "@tensorflow/tfjs-converter": "^4.20.0", + "@tensorflow/tfjs-core": "^4.20.0", "@tensorflow-models/body-segmentation": "^1.0.0", "@types/jasmine": "~2.8.8", "babel-core": "~6.26.0",