From a5528f4a06abcd392684cfb048c28118d9ea932e Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Tue, 16 Apr 2024 22:20:16 +0000 Subject: [PATCH] Update package versions --- mobilenet/demo/package.json | 8 ++++---- mobilenet/package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mobilenet/demo/package.json b/mobilenet/demo/package.json index 71e8aa32ab..1fda635e0a 100644 --- a/mobilenet/demo/package.json +++ b/mobilenet/demo/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@tensorflow-models/mobilenet": "file:../dist", - "@tensorflow/tfjs-backend-cpu": "^4.15.0", - "@tensorflow/tfjs-backend-webgl": "^4.15.0", - "@tensorflow/tfjs-converter": "^4.15.0", - "@tensorflow/tfjs-core": "^4.15.0" + "@tensorflow/tfjs-backend-cpu": "^4.18.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.18.0-rc.0", + "@tensorflow/tfjs-converter": "^4.18.0-rc.0", + "@tensorflow/tfjs-core": "^4.18.0-rc.0" }, "scripts": { "watch": "cross-env NODE_ENV=development parcel index.html --no-hmr --open", diff --git a/mobilenet/package.json b/mobilenet/package.json index 41e4e0f20b..0b2969c822 100644 --- a/mobilenet/package.json +++ b/mobilenet/package.json @@ -13,13 +13,13 @@ "url": "https://github.com/tensorflow/tfjs-models.git" }, "peerDependencies": { - "@tensorflow/tfjs-converter": "^4.15.0", - "@tensorflow/tfjs-core": "^4.15.0" + "@tensorflow/tfjs-converter": "^4.18.0-rc.0", + "@tensorflow/tfjs-core": "^4.18.0-rc.0" }, "devDependencies": { - "@tensorflow/tfjs-backend-cpu": "^4.15.0", - "@tensorflow/tfjs-converter": "^4.15.0", - "@tensorflow/tfjs-core": "^4.15.0", + "@tensorflow/tfjs-backend-cpu": "^4.18.0-rc.0", + "@tensorflow/tfjs-converter": "^4.18.0-rc.0", + "@tensorflow/tfjs-core": "^4.18.0-rc.0", "@types/jasmine": "~2.5.53", "@rollup/plugin-typescript": "^3.0.0", "babel-core": "^6.26.0",