Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 committed Oct 15, 2024
1 parent 001a5d2 commit db1207f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions qna/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.7.6",
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0-rc.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0-rc.0",
"@tensorflow/tfjs-converter": "^4.22.0-rc.0",
"@tensorflow/tfjs-core": "^4.22.0-rc.0",
"babel-preset-env": "^1.7.0",
"clang-format": "~1.5.0",
"cross-env": "^7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions qna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0"
"@tensorflow/tfjs-converter": "^4.22.0-rc.0",
"@tensorflow/tfjs-core": "^4.22.0-rc.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "3.1.1",
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0-rc.0",
"@tensorflow/tfjs-converter": "^4.22.0-rc.0",
"@tensorflow/tfjs-core": "^4.22.0-rc.0",
"@types/jasmine": "^3.6.3",
"babel-core": "~6.26.3",
"babel-plugin-transform-runtime": "~6.23.0",
Expand Down

0 comments on commit db1207f

Please sign in to comment.