Skip to content

Commit

Permalink
feat: typescript 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 17, 2018
1 parent cf76893 commit b63959a
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 219 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/color": "^0.0.0",
"@oclif/command": "^1.4.34",
"@oclif/command": "^1.5.0",
"chalk": "^2.4.1",
"cli-ux": "^4.7.3",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"http-call": "^5.1.4",
"load-json-file": "^5.0.0",
"npm-run-path": "^2.0.2",
"semver": "^5.5.0",
"tslib": "^1.9.3",
"yarn": "^1.7.0"
"yarn": "^1.9.4"
},
"devDependencies": {
"@oclif/config": "^1.6.33",
"@oclif/dev-cli": "^1.15.4",
"@oclif/config": "^1.7.0",
"@oclif/dev-cli": "^1.16.0",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-help": "^2.0.5",
"@oclif/test": "^1.1.0",
"@oclif/tslint": "^1.1.2",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/fs-extra": "^5.0.3",
"@types/fs-extra": "^5.0.4",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^5.2.3",
"@types/node": "^10.5.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"@types/semver": "^5.5.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"concurrently": "^3.6.0",
"concurrently": "^3.6.1",
"fancy-test": "^1.2.0",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit b63959a

Please sign in to comment.