Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json to resolve #8186 #8256

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
12 changes: 6 additions & 6 deletions tfjs-automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@tensorflow/tfjs-backend-webgl": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0",
"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/jasmine": "~4.3.1",
"clang-format": "~1.8.0",
"jasmine": "4.5.0",
Expand Down Expand Up @@ -58,8 +58,8 @@
"yalc": "~1.0.0-pre.21"
},
"peerDependencies": {
"@tensorflow/tfjs-backend-webgl": "^3.9.0",
"@tensorflow/tfjs-converter": "^3.9.0",
"@tensorflow/tfjs-core": "^3.9.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update all packages to the same version. thanks

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reviewing the PR @pyu10055 . I've updated all dependency versions to the latest release 4.19.0 . Ran the tests locally and they all passed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review again when you can.

"@tensorflow/tfjs-backend-webgl": "^4.19.0",
"@tensorflow/tfjs-converter": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0"
}
}