Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 committed Oct 15, 2024
1 parent 001a5d2 commit 61da05d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions face-detection/demos/live_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions face-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
},
"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",
"@mediapipe/face_detection": "^0.4.1646425229",
"@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",
Expand Down

0 comments on commit 61da05d

Please sign in to comment.