Update packages

This commit is contained in:
Rodrigo Q. Saramago 2022-08-22 22:28:02 +02:00
parent c9e4192335
commit df1bee33f9
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359
2 changed files with 4591 additions and 502 deletions

5083
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,15 +26,15 @@
],
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"chai": "^4.2.0",
"chai": "^4.3.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"ts-mocha": "^9.0.2",
"typescript": "^4.6.2"
"ts-mocha": "^10.0.0",
"typescript": "^4.7.4"
}
}