Skip to content

Commit 8678202

Browse files
authored
Update package versions (#1509)
1 parent 65fe29e commit 8678202

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

blazeface/demo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/blazeface": "link:../",
13-
"@tensorflow/tfjs-backend-wasm": "^4.21.0",
14-
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
15-
"@tensorflow/tfjs-converter": "^4.21.0",
16-
"@tensorflow/tfjs-core": "^4.21.0"
13+
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
14+
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
15+
"@tensorflow/tfjs-converter": "^4.22.0",
16+
"@tensorflow/tfjs-core": "^4.22.0"
1717
},
1818
"scripts": {
1919
"watch": "esbuild index.js --bundle --outfile=bundle.js --target=es6 --servedir=. --serve --sourcemap --sources-content=true --preserve-symlinks",

blazeface/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^4.21.0",
17-
"@tensorflow/tfjs-core": "^4.21.0"
16+
"@tensorflow/tfjs-converter": "^4.22.0",
17+
"@tensorflow/tfjs-core": "^4.22.0"
1818
},
1919
"devDependencies": {
20-
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
21-
"@tensorflow/tfjs-converter": "^4.21.0",
22-
"@tensorflow/tfjs-core": "^4.21.0",
20+
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
21+
"@tensorflow/tfjs-converter": "^4.22.0",
22+
"@tensorflow/tfjs-core": "^4.22.0",
2323
"@types/jasmine": "~2.5.53",
2424
"jasmine": "^3.7.0",
2525
"jasmine-core": "^3.7.1",

0 commit comments

Comments
 (0)