Skip to content

Commit eb4bac8

Browse files
authored
Update package versions (#1442)
1 parent d501cc9 commit eb4bac8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

face-detection/demos/live_video/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@mediapipe/face_detection": "~0.4.0",
1313
"@tensorflow-models/face-detection": "file:../../dist",
14-
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
15-
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
16-
"@tensorflow/tfjs-backend-webgpu": "^4.19.0",
17-
"@tensorflow/tfjs-converter": "^4.19.0",
18-
"@tensorflow/tfjs-core": "^4.19.0",
14+
"@tensorflow/tfjs-backend-wasm": "^4.20.0",
15+
"@tensorflow/tfjs-backend-webgl": "^4.20.0",
16+
"@tensorflow/tfjs-backend-webgpu": "^4.20.0",
17+
"@tensorflow/tfjs-converter": "^4.20.0",
18+
"@tensorflow/tfjs-core": "^4.20.0",
1919
"scatter-gl": "0.0.8"
2020
},
2121
"scripts": {

face-detection/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
},
1515
"peerDependencies": {
1616
"@mediapipe/face_detection": "~0.4.0",
17-
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
18-
"@tensorflow/tfjs-converter": "^4.19.0",
19-
"@tensorflow/tfjs-core": "^4.19.0"
17+
"@tensorflow/tfjs-backend-webgl": "^4.20.0",
18+
"@tensorflow/tfjs-converter": "^4.20.0",
19+
"@tensorflow/tfjs-core": "^4.20.0"
2020
},
2121
"devDependencies": {
2222
"@babel/polyfill": "^7.10.4",
2323
"@mediapipe/face_detection": "^0.4.1646425229",
2424
"@rollup/plugin-commonjs": "^11.0.2",
2525
"@rollup/plugin-node-resolve": "^7.1.1",
2626
"@rollup/plugin-typescript": "^3.0.0",
27-
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
28-
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
29-
"@tensorflow/tfjs-converter": "^4.19.0",
30-
"@tensorflow/tfjs-core": "^4.19.0",
27+
"@tensorflow/tfjs-backend-cpu": "^4.20.0",
28+
"@tensorflow/tfjs-backend-webgl": "^4.20.0",
29+
"@tensorflow/tfjs-converter": "^4.20.0",
30+
"@tensorflow/tfjs-core": "^4.20.0",
3131
"@types/jasmine": "~2.8.8",
3232
"@types/offscreencanvas": "2019.7.0",
3333
"babel-core": "~6.26.0",

0 commit comments

Comments
 (0)