chai-quantifiers
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "chai-quantifiers", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Array quantifier assertions for chai assertion library", | ||
@@ -37,16 +37,16 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.1", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.1", | ||
"@types/chai": "^4.3.12", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.20", | ||
"ansi-regex": ">=5.0.1", | ||
"chai": "^4.3.6", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"mocha": "^10.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"mocha": "^10.3.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.8.2", | ||
"typescript": "^4.7.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"y18n": ">=4.0.1" | ||
@@ -53,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9359