Skip to content

Commit e21fd9b

Browse files
authored
Update package versions (#1418)
1 parent 0c8a0f5 commit e21fd9b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

coco-ssd/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow-models/coco-ssd": "file:../dist",
13-
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
14-
"@tensorflow/tfjs-backend-webgl": "^4.18.0",
15-
"@tensorflow/tfjs-core": "^4.18.0",
16-
"@tensorflow/tfjs-converter": "^4.18.0",
13+
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
14+
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
15+
"@tensorflow/tfjs-core": "^4.19.0",
16+
"@tensorflow/tfjs-converter": "^4.19.0",
1717
"stats.js": "^0.17.0"
1818
},
1919
"scripts": {

coco-ssd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^4.18.0",
17-
"@tensorflow/tfjs-core": "^4.18.0"
16+
"@tensorflow/tfjs-converter": "^4.19.0",
17+
"@tensorflow/tfjs-core": "^4.19.0"
1818
},
1919
"devDependencies": {
2020
"@rollup/plugin-commonjs": "^11.0.2",
2121
"@rollup/plugin-node-resolve": "^7.1.1",
2222
"@rollup/plugin-typescript": "^3.0.0",
23-
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
24-
"@tensorflow/tfjs-converter": "^4.18.0",
25-
"@tensorflow/tfjs-core": "^4.18.0",
23+
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
24+
"@tensorflow/tfjs-converter": "^4.19.0",
25+
"@tensorflow/tfjs-core": "^4.19.0",
2626
"@types/jasmine": "~2.8.8",
2727
"babel-core": "~6.26.0",
2828
"babel-plugin-transform-runtime": "~6.23.0",

0 commit comments

Comments
 (0)