We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Cleaned up the package.json files for directory migrated to bazel.
To see the logs from the Cloud Build CI, please join either our announcement mailing list.
This change is
Sorry, something went wrong.
update package.json files to resolve security alerts
445d5b0
added karma back to wasm backend
9b7ba8e
Merge branch 'master' into secu-fix
835fbdf
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Thanks for removing all these unused packages! LGTM.
Reviewed 30 of 30 files at r1, 2 of 2 files at r2, all commit messages. @jinjingforever)
raw file):
"karma-jasmine": "~1.1.1", "karma-typescript": "~5.5.1", "karma-typescript-es6-transform": "^5.0.2",
These are necessary because tfjs-backend-wasm still builds js and tests outside of Bazel even though it uses Bazel to run emscripten.
Code quote:
"jasmine": "~3.1.0", "jasmine-core": "~3.1.0", "karma": "^6.3.16", "karma-browserstack-launcher": "~1.6.0", "karma-chrome-launcher": "~2.2.0", "karma-firefox-launcher": "~1.1.0", "karma-jasmine": "~1.1.1", "karma-typescript": "~5.5.1", "karma-typescript-es6-transform": "^5.0.2",
"node-fetch": "~2.6.1", "node-gyp": "~5.0.3", "nyc": "^15.1.0",
note to self: node-gyp isn't necessary because node-pre-gyp wraps it.
"node-gyp": "~5.0.3",
7e3c36a
mattsoulanille mattsoulanille approved these changes
jinjingforever jinjingforever approved these changes
Successfully merging this pull request may close these issues.