Skip to content

Commit 0b23c49

Browse files
authored
Update package versions (#1414)
1 parent d7a1793 commit 0b23c49

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

mobilenet/demo/package.json

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

mobilenet/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.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": {
20-
"@tensorflow/tfjs-backend-cpu": "^4.18.0",
21-
"@tensorflow/tfjs-converter": "^4.18.0",
22-
"@tensorflow/tfjs-core": "^4.18.0",
20+
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
21+
"@tensorflow/tfjs-converter": "^4.19.0",
22+
"@tensorflow/tfjs-core": "^4.19.0",
2323
"@types/jasmine": "~2.5.53",
2424
"@rollup/plugin-typescript": "^3.0.0",
2525
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)