Skip to content

Commit d7a1793

Browse files
authored
Update package versions (#1413)
1 parent b735211 commit d7a1793

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

body-segmentation/demos/live_video/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@mediapipe/selfie_segmentation": "~0.1.0",
1414
"@tensorflow-models/body-segmentation": "file:../../dist",
1515
"@tensorflow-models/pose-detection": "file:../../../pose-detection/dist",
16-
"@tensorflow/tfjs-backend-wasm": "^4.18.0",
17-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
18-
"@tensorflow/tfjs-converter": "^4.18.0",
16+
"@tensorflow/tfjs-backend-wasm": "^4.19.0",
17+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
18+
"@tensorflow/tfjs-converter": "^4.19.0",
1919
"scatter-gl": "0.0.8"
2020
},
2121
"scripts": {

body-segmentation/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
},
1515
"peerDependencies": {
1616
"@mediapipe/selfie_segmentation": "~0.1.0",
17-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
18-
"@tensorflow/tfjs-converter": "^4.18.0",
19-
"@tensorflow/tfjs-core": "^4.18.0"
17+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
18+
"@tensorflow/tfjs-converter": "^4.19.0",
19+
"@tensorflow/tfjs-core": "^4.19.0"
2020
},
2121
"devDependencies": {
2222
"@babel/polyfill": "^7.10.4",
2323
"@mediapipe/selfie_segmentation": "^0.1.0",
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.18.0",
28-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
29-
"@tensorflow/tfjs-converter": "^4.18.0",
30-
"@tensorflow/tfjs-backend-webgpu": "^4.18.0",
31-
"@tensorflow/tfjs-core": "^4.18.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-backend-webgpu": "^4.19.0",
31+
"@tensorflow/tfjs-core": "^4.19.0",
3232
"@types/jasmine": "~3.4.0",
3333
"babel-core": "~6.26.0",
3434
"babel-plugin-transform-runtime": "~6.23.0",

0 commit comments

Comments
 (0)