chore: bump mocha

Also install mocha in packages that uses it.
This commit is contained in:
fryorcraken.eth 2023-02-10 13:59:44 +11:00
parent 12d86e6abc
commit eb3443c4b6
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
5 changed files with 2228 additions and 6 deletions

2228
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -124,7 +124,7 @@
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"p-timeout": "^6.0.0",
"prettier": "^2.1.1",

View File

@ -79,6 +79,7 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^3.14.0",

View File

@ -102,6 +102,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"fast-check": "^2.14.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rollup": "^3.14.0",

View File

@ -87,7 +87,7 @@
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"typescript": "^4.9.5"