Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 4a87bca

Browse files
committed
Merge branch 'release/1.1.3'
2 parents 6f0271c + 57e1a03 commit 4a87bca

File tree

2 files changed

+132
-106
lines changed

2 files changed

+132
-106
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sks-lib",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A JavaScript/TypeScript library to interact with SKS keyservers",
55
"author": "vsund",
66
"license": "GPL-3.0",
@@ -22,20 +22,20 @@
2222
"document": "typedoc --out docs/code/ ./lib/ --sourcefile-url-prefix https://github.com/ntzwrk/sks-lib/blob/master/lib/"
2323
},
2424
"dependencies": {
25-
"@types/node": "^10.3.4",
26-
"@types/request-promise-native": "1.0.15",
25+
"@types/node": "^10.10.1",
26+
"@types/request-promise-native": "^1.0.15",
2727
"moment": "^2.22.2",
28-
"request": "^2.87.0",
28+
"request": "^2.88.0",
2929
"request-promise-native": "^1.0.5",
30-
"typescript": "^2.9.2"
30+
"typescript": "^3.0.3"
3131
},
3232
"devDependencies": {
3333
"@types/chai": "^4.1.4",
34-
"@types/mocha": "^5.2.2",
34+
"@types/mocha": "^5.2.5",
3535
"chai": "^4.1.2",
3636
"mocha": "^5.2.0",
37-
"ts-node": "^6.1.1",
38-
"typedoc": "^0.11.1",
37+
"ts-node": "^7.0.1",
38+
"typedoc": "^0.12.0",
3939
"typedoc-plugin-sourcefile-url": "^1.0.3"
4040
}
4141
}

0 commit comments

Comments
 (0)