1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 11:54:45 +01:00

Bump dev dependencies

This commit is contained in:
Supereg 2021-01-10 17:58:51 +01:00
parent b27158dac0
commit 0ec7c7d39f
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720
3 changed files with 906 additions and 959 deletions

1849
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,14 +32,14 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^10.17.19",
"typescript": "^3.8.3",
"@types/node": "^10.17.50",
"typescript": "^4.1.3",
"vows": "^0.8.3",
"nyc": "^15.0.1",
"typedoc": "next",
"eslint": "^6.8.0",
"@typescript-eslint/parser": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"nyc": "^15.1.0",
"typedoc": "0.20.14",
"eslint": "^7.17.0",
"@typescript-eslint/parser": "^4.12.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"rimraf": "^3.0.2"
},
"nyc": {

View File

@ -1,11 +1,9 @@
{
"mode": "library",
"out": "docs",
"includes": "src",
"exclude": ["src/test/**/*"],
"excludePrivate": true,
"excludeProtected": true,
"excludeNotExported": true,
"hideGenerator": true
}