Skip to content

Commit 7811496

Browse files
authored
Update package versions (#1420)
1 parent 254ba5d commit 7811496

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

handpose/demo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/handpose": "file:../dist",
13-
"@tensorflow/tfjs-core": "^4.18.0",
14-
"@tensorflow/tfjs-converter": "^4.18.0",
15-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
16-
"@tensorflow/tfjs-backend-wasm": "^4.18.0"
13+
"@tensorflow/tfjs-core": "^4.19.0",
14+
"@tensorflow/tfjs-converter": "^4.19.0",
15+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
16+
"@tensorflow/tfjs-backend-wasm": "^4.19.0"
1717
},
1818
"scripts": {
1919
"watch": "cross-env NODE_ENV=development parcel index.html --no-hmr ",

handpose/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
17-
"@tensorflow/tfjs-converter": "^4.18.0",
18-
"@tensorflow/tfjs-core": "^4.18.0"
16+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
17+
"@tensorflow/tfjs-converter": "^4.19.0",
18+
"@tensorflow/tfjs-core": "^4.19.0"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^11.0.2",
2222
"@rollup/plugin-node-resolve": "^7.1.1",
2323
"@rollup/plugin-typescript": "^3.0.0",
24-
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
25-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
26-
"@tensorflow/tfjs-converter": "^4.18.0",
27-
"@tensorflow/tfjs-core": "^4.18.0",
24+
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
25+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
26+
"@tensorflow/tfjs-converter": "^4.19.0",
27+
"@tensorflow/tfjs-core": "^4.19.0",
2828
"@types/jasmine": "~2.8.8",
2929
"babel-core": "~6.26.0",
3030
"babel-plugin-transform-runtime": "~6.23.0",

0 commit comments

Comments
 (0)