From 61da05df1dda3f9dbf284cbc33b5f54344d61ee7 Mon Sep 17 00:00:00 2001 From: Delhi Babu Pokuri Date: Tue, 15 Oct 2024 21:58:48 +0000 Subject: [PATCH] Update package versions --- face-detection/demos/live_video/package.json | 10 +++++----- face-detection/package.json | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/face-detection/demos/live_video/package.json b/face-detection/demos/live_video/package.json index 70268e5250..094163c77b 100644 --- a/face-detection/demos/live_video/package.json +++ b/face-detection/demos/live_video/package.json @@ -11,11 +11,11 @@ "dependencies": { "@mediapipe/face_detection": "~0.4.0", "@tensorflow-models/face-detection": "file:../../dist", - "@tensorflow/tfjs-backend-wasm": "^4.21.0", - "@tensorflow/tfjs-backend-webgl": "^4.21.0", - "@tensorflow/tfjs-backend-webgpu": "^4.21.0", - "@tensorflow/tfjs-converter": "^4.21.0", - "@tensorflow/tfjs-core": "^4.21.0", + "@tensorflow/tfjs-backend-wasm": "^4.22.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.22.0-rc.0", + "@tensorflow/tfjs-backend-webgpu": "^4.22.0-rc.0", + "@tensorflow/tfjs-converter": "^4.22.0-rc.0", + "@tensorflow/tfjs-core": "^4.22.0-rc.0", "scatter-gl": "0.0.8" }, "scripts": { diff --git a/face-detection/package.json b/face-detection/package.json index 7b6fac4697..8f6c8682c7 100644 --- a/face-detection/package.json +++ b/face-detection/package.json @@ -14,9 +14,9 @@ }, "peerDependencies": { "@mediapipe/face_detection": "~0.4.0", - "@tensorflow/tfjs-backend-webgl": "^4.21.0", - "@tensorflow/tfjs-converter": "^4.21.0", - "@tensorflow/tfjs-core": "^4.21.0" + "@tensorflow/tfjs-backend-webgl": "^4.22.0-rc.0", + "@tensorflow/tfjs-converter": "^4.22.0-rc.0", + "@tensorflow/tfjs-core": "^4.22.0-rc.0" }, "devDependencies": { "@babel/polyfill": "^7.10.4", @@ -24,10 +24,10 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "^4.21.0", - "@tensorflow/tfjs-backend-webgl": "^4.21.0", - "@tensorflow/tfjs-converter": "^4.21.0", - "@tensorflow/tfjs-core": "^4.21.0", + "@tensorflow/tfjs-backend-cpu": "^4.22.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.22.0-rc.0", + "@tensorflow/tfjs-converter": "^4.22.0-rc.0", + "@tensorflow/tfjs-core": "^4.22.0-rc.0", "@types/jasmine": "~2.8.8", "@types/offscreencanvas": "2019.7.0", "babel-core": "~6.26.0",