diff --git a/face-detection/demos/live_video/package.json b/face-detection/demos/live_video/package.json index 3c347c0682..e0ef474c37 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.18.0", - "@tensorflow/tfjs-backend-webgl": "^4.18.0", - "@tensorflow/tfjs-backend-webgpu": "^4.18.0", - "@tensorflow/tfjs-converter": "^4.18.0", - "@tensorflow/tfjs-core": "^4.18.0", + "@tensorflow/tfjs-backend-wasm": "^4.19.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.19.0-rc.0", + "@tensorflow/tfjs-backend-webgpu": "^4.19.0-rc.0", + "@tensorflow/tfjs-converter": "^4.19.0-rc.0", + "@tensorflow/tfjs-core": "^4.19.0-rc.0", "scatter-gl": "0.0.8" }, "scripts": { diff --git a/face-detection/package.json b/face-detection/package.json index ca5fff8141..b91ba47ce9 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.18.0", - "@tensorflow/tfjs-converter": "^4.18.0", - "@tensorflow/tfjs-core": "^4.18.0" + "@tensorflow/tfjs-backend-webgl": "^4.19.0-rc.0", + "@tensorflow/tfjs-converter": "^4.19.0-rc.0", + "@tensorflow/tfjs-core": "^4.19.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.18.0", - "@tensorflow/tfjs-backend-webgl": "^4.18.0", - "@tensorflow/tfjs-converter": "^4.18.0", - "@tensorflow/tfjs-core": "^4.18.0", + "@tensorflow/tfjs-backend-cpu": "^4.19.0-rc.0", + "@tensorflow/tfjs-backend-webgl": "^4.19.0-rc.0", + "@tensorflow/tfjs-converter": "^4.19.0-rc.0", + "@tensorflow/tfjs-core": "^4.19.0-rc.0", "@types/jasmine": "~2.8.8", "@types/offscreencanvas": "2019.7.0", "babel-core": "~6.26.0",