Skip to content

Commit

Permalink
build: update chai to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Oct 18, 2024
1 parent e10a93b commit f18c0c7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 47 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
]
},
"devDependencies": {
"@types/chai": "4.3.5",
"@types/chai": "5.0.0",
"@types/mocha": "10.0.1",
"@types/node": "18.19.56",
"chai": "4.3.7",
"chai": "5.1.1",
"typescript": "5.6.3",
"fs-extra": "11.1.1",
"husky": "8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/chevrotain/test/test.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable -- config file */
import chai from "chai"
import * as chai from "chai"
import sinonChai from "sinon-chai"

chai.use(sinonChai)
Expand Down
83 changes: 39 additions & 44 deletions pnpm-lock.yaml

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

0 comments on commit f18c0c7

Please sign in to comment.