Skip to content

Commit

Permalink
fix: typescript 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2018
1 parent 02afba1 commit 3a2118d
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 125 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/not-found/issues",
"dependencies": {
"@anycli/command": "^0.2.9",
"@anycli/command": "^0.2.12",
"@heroku-cli/color": "^1.1.1",
"cli-ux": "^3.3.8",
"cli-ux": "^3.3.10",
"string-similarity": "^1.2.0"
},
"devDependencies": {
"@anycli/config": "^0.1.37",
"@anycli/engine": "^0.1.23",
"@anycli/test": "^0.9.20",
"@anycli/tslint": "^0.1.3",
"@anycli/version": "^0.1.14",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@anycli/config": "^0.2.2",
"@anycli/engine": "^0.1.32",
"@anycli/test": "^0.10.0",
"@anycli/tslint": "^0.2.0",
"@anycli/version": "^0.1.16",
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
"@types/chai": "^4.1.2",
"@types/lodash": "^4.14.98",
"@types/mocha": "^2.2.47",
"@types/lodash": "^4.14.99",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.0",
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"@types/supports-color": "^3.1.0",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.2.1",
"eslint-config-anycli": "^1.3.0",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"anycli": {
"commands": "./lib/commands",
Expand Down
Loading

0 comments on commit 3a2118d

Please sign in to comment.