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

Commit

Permalink
feat: typescript 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 17, 2018
1 parent ff025d4 commit 3f88180
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 123 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"bugs": "https://github.com/jdxcode/fancy-test/issues",
"dependencies": {
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5.2.2",
"@types/nock": "^9.1.3",
"@types/node": "^10.3.3",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.7.1",
"@types/sinon": "^5.0.1",
"lodash": "^4.17.10",
"mock-stdin": "^0.3.1",
"stdout-stderr": "^0.1.9"
},
"devDependencies": {
"@oclif/tslint": "^1.1.2",
"@oclif/tslint": "^2.0.0",
"chai": "^4.1.2",
"chalk": "^2.4.1",
"http-call": "^5.1.4",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"sinon": "^6.0.0",
"ts-node": "^6.1.1",
"tslib": "^1.9.2",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
"nock": "^9.6.1",
"sinon": "^6.1.5",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 3f88180

Please sign in to comment.