Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^4.0.0",
"@google-cloud/automl": "^5.0.0",
"mathjs": "^13.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"chai": "^4.5.0",
"@google-cloud/storage": "^8.0.0",
"c8": "^12.0.0",
"chai": "^6.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Upgrading 'chai' to '^6.0.0' will break the test suite. Chai v5.0.0 and above are ESM-only, whereas this project uses CommonJS (as shown by 'module.exports' in 'automl/test/util.js'). To maintain compatibility with CommonJS 'require()', please keep 'chai' at '^4.5.0'.

Suggested change
"chai": "^6.0.0",
"chai": "^4.5.0",

"mocha": "^10.0.0",
"uuid": "^11.1.1"
}
Expand Down
Loading