Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 3f88180

Browse files
committed
feat: typescript 3.0
1 parent ff025d4 commit 3f88180

File tree

2 files changed

+131
-123
lines changed

2 files changed

+131
-123
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
"bugs": "https://github.com/jdxcode/fancy-test/issues",
77
"dependencies": {
88
"@types/chai": "^4.1.4",
9-
"@types/lodash": "^4.14.109",
10-
"@types/mocha": "^5.2.2",
11-
"@types/nock": "^9.1.3",
12-
"@types/node": "^10.3.3",
9+
"@types/lodash": "^4.14.116",
10+
"@types/mocha": "^5.2.5",
11+
"@types/nock": "^9.3.0",
12+
"@types/node": "^10.7.1",
1313
"@types/sinon": "^5.0.1",
1414
"lodash": "^4.17.10",
1515
"mock-stdin": "^0.3.1",
1616
"stdout-stderr": "^0.1.9"
1717
},
1818
"devDependencies": {
19-
"@oclif/tslint": "^1.1.2",
19+
"@oclif/tslint": "^2.0.0",
2020
"chai": "^4.1.2",
2121
"chalk": "^2.4.1",
2222
"http-call": "^5.1.4",
2323
"mocha": "^5.2.0",
24-
"nock": "^9.3.3",
25-
"sinon": "^6.0.0",
26-
"ts-node": "^6.1.1",
27-
"tslib": "^1.9.2",
28-
"tslint": "^5.10.0",
29-
"typescript": "^2.9.2"
24+
"nock": "^9.6.1",
25+
"sinon": "^6.1.5",
26+
"ts-node": "^7.0.1",
27+
"tslib": "^1.9.3",
28+
"tslint": "^5.11.0",
29+
"typescript": "^3.0.1"
3030
},
3131
"engines": {
3232
"node": ">=8.0.0"

0 commit comments

Comments
 (0)