Skip to content

Commit

Permalink
Pin chai version to support node18 still
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 6, 2025
1 parent ddff5e9 commit a3db1db
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 43 deletions.
7 changes: 7 additions & 0 deletions .ncurc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dep": ["prod", "dev", "packageManager"],
"reject": [
"chai",
"@types/chai"
]
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.github
.gitmodules
.mocharc.js
.ncurc
.npmignore
.vscode
[Tt]ests/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
},
"devDependencies": {
"@cto.af/eslint-config": "5.1.7",
"@types/chai": "5.0.1",
"@types/chai": "4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"c8": "10.1.3",
"chai": "5.1.2",
"chai": "4.5.0",
"eslint": "9.19.0",
"eslint-plugin-jsdoc": "50.6.3",
"mocha": "^11.1.0",
Expand Down
91 changes: 50 additions & 41 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 a3db1db

Please sign in to comment.