Skip to content

Commit a287aad

Browse files
committed
Downgrade to chai 4 for commonjs support
1 parent 72c26b7 commit a287aad

File tree

2 files changed

+48
-31
lines changed

2 files changed

+48
-31
lines changed

package-lock.json

Lines changed: 46 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@curveball/kernel": "^0.21.0",
5454
"@curveball/validator": "^0.10.0",
55-
"@types/chai": "^4.2.15",
55+
"@types/chai": "^4.3.11",
5656
"@types/markdown-it": "^13.0.7",
5757
"@types/mocha": "^10.0.1",
5858
"@types/node": "^16.18.12",
@@ -61,7 +61,7 @@
6161
"@types/react-dom": "^18.0.5",
6262
"@typescript-eslint/eslint-plugin": "^5.36.1",
6363
"@typescript-eslint/parser": "^5.36.1",
64-
"chai": "^5.0.0",
64+
"chai": "^4.4.1",
6565
"eslint": "^8.23.0",
6666
"html-form-enhancer": "^0.1.9",
6767
"jsdom": "^23.2.0",

0 commit comments

Comments
 (0)