Skip to content

Commit

Permalink
Update package versions (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 authored Oct 24, 2024
1 parent 65fe29e commit 8678202
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions blazeface/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@tensorflow-models/blazeface": "link:../",
"@tensorflow/tfjs-backend-wasm": "^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-wasm": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0"
},
"scripts": {
"watch": "esbuild index.js --bundle --outfile=bundle.js --target=es6 --servedir=. --serve --sourcemap --sources-content=true --preserve-symlinks",
Expand Down
10 changes: 5 additions & 5 deletions blazeface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0"
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@types/jasmine": "~2.5.53",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
Expand Down

0 comments on commit 8678202

Please sign in to comment.