Skip to content

Commit

Permalink
Install Chai v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Sep 27, 2024
1 parent ae1bd45 commit c859ac9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 40 deletions.
73 changes: 34 additions & 39 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"author": "",
"devDependencies": {
"chai": "^4.3.7",
"chai": "^5.1.0",
"chai-as-promised": "^7.1.1",
"chai-changes": "^1.3.4",
"chai-spies": "^1.0.0",
Expand Down Expand Up @@ -37,6 +37,7 @@
"compile-client": "./node_modules/.bin/uglifyjs lib/client.js -c -m --source-map \"filename='public/client.js',url='./client.js.map'\" -o public/client.js && rm -rf temp"
},
"overrides": {
"chai": "^5.1.0",
"superagent": "^8.0.8"
}
}

0 comments on commit c859ac9

Please sign in to comment.