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 Apr 14, 2024
1 parent e9efdbd commit b6f6f85
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 91 deletions.
175 changes: 85 additions & 90 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 b6f6f85

Please sign in to comment.