mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Bump dev dependencies
This commit is contained in:
parent
b27158dac0
commit
0ec7c7d39f
1831
package-lock.json
generated
1831
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -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": {
|
||||
|
@ -1,11 +1,9 @@
|
||||
{
|
||||
"mode": "library",
|
||||
"out": "docs",
|
||||
"includes": "src",
|
||||
"exclude": ["src/test/**/*"],
|
||||
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"excludeNotExported": true,
|
||||
"hideGenerator": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user