Skip to content

Commit 0e3e113

Browse files
authored
Update package versions (#1448)
1 parent e814c8b commit 0e3e113

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

qna/demo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@babel/plugin-transform-runtime": "^7.7.6",
2727
"@babel/polyfill": "^7.10.4",
2828
"@babel/preset-env": "^7.7.6",
29-
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
30-
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
31-
"@tensorflow/tfjs-converter": "^4.19.0",
32-
"@tensorflow/tfjs-core": "^4.19.0",
29+
"@tensorflow/tfjs-backend-cpu": "^4.20.0",
30+
"@tensorflow/tfjs-backend-webgl": "^4.20.0",
31+
"@tensorflow/tfjs-converter": "^4.20.0",
32+
"@tensorflow/tfjs-core": "^4.20.0",
3333
"babel-preset-env": "^1.7.0",
3434
"clang-format": "~1.5.0",
3535
"cross-env": "^7.0.3",

qna/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-converter": "^4.19.0",
17-
"@tensorflow/tfjs-core": "^4.19.0"
16+
"@tensorflow/tfjs-converter": "^4.20.0",
17+
"@tensorflow/tfjs-core": "^4.20.0"
1818
},
1919
"devDependencies": {
2020
"@rollup/plugin-node-resolve": "^11.1.0",
2121
"@rollup/plugin-typescript": "3.1.1",
22-
"@tensorflow/tfjs-backend-cpu": "^4.19.0",
23-
"@tensorflow/tfjs-converter": "^4.19.0",
24-
"@tensorflow/tfjs-core": "^4.19.0",
22+
"@tensorflow/tfjs-backend-cpu": "^4.20.0",
23+
"@tensorflow/tfjs-converter": "^4.20.0",
24+
"@tensorflow/tfjs-core": "^4.20.0",
2525
"@types/jasmine": "^3.6.3",
2626
"babel-core": "~6.26.3",
2727
"babel-plugin-transform-runtime": "~6.23.0",

0 commit comments

Comments
 (0)