Skip to content

Commit 2913ac0

Browse files
authored
Update package versions (#1511)
1 parent ec6b327 commit 2913ac0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

knn-classifier/demo/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@tensorflow-models/knn-classifier": "file:../dist",
1313
"@tensorflow-models/mobilenet": "2.1.0",
14-
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
15-
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
16-
"@tensorflow/tfjs-converter": "^4.21.0",
17-
"@tensorflow/tfjs-core": "^4.21.0",
18-
"@tensorflow/tfjs-layers": "^4.21.0",
14+
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
15+
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
16+
"@tensorflow/tfjs-converter": "^4.22.0",
17+
"@tensorflow/tfjs-core": "^4.22.0",
18+
"@tensorflow/tfjs-layers": "^4.22.0",
1919
"stats.js": "^0.17.0"
2020
},
2121
"scripts": {

knn-classifier/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"url": "https://github.com/tensorflow/tfjs-models.git"
1414
},
1515
"peerDependencies": {
16-
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
17-
"@tensorflow/tfjs-core": "^4.21.0"
16+
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
17+
"@tensorflow/tfjs-core": "^4.22.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.21.0",
23-
"@tensorflow/tfjs-core": "^4.21.0",
22+
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
23+
"@tensorflow/tfjs-core": "^4.22.0",
2424
"@types/jasmine": "^3.6.3",
2525
"babel-core": "~6.26.0",
2626
"babel-plugin-transform-runtime": "~6.23.0",

0 commit comments

Comments
 (0)