Skip to content

Commit

Permalink
[BUMP] Update dependency chai to v5 (dossier racine)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jul 29, 2024
2 parents 71cc8ea + 15af682 commit ae016d7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 52 deletions.
82 changes: 33 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"chai": "^4.3.7",
"chai": "^5.0.0",
"depcheck": "^1.4.3",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -91,7 +91,7 @@
"npm-run-all2": "^6.0.0",
"prettier": "^3.3.2",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"sinon-chai": "^4.0.0",
"tsx": "^4.15.7",
"typescript": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/test-helper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import chai from 'chai';
import * as chai from 'chai';
const expect = chai.expect;
import * as sinon from 'sinon';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit ae016d7

Please sign in to comment.