Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jul 2, 2018
1 parent c10b1d9 commit 6f71fed
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 262 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
"dependencies": {
"@oclif/command": "^1.4.33",
"@oclif/config": "^1.6.28",
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.33",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-help": "^2.0.5",
"@oclif/plugin-not-found": "^1.0.9",
"@oclif/plugin-not-found": "^1.1.4",
"@oclif/plugin-warn-if-update-available": "^1.3.9",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.10",
"nps-utils": "^1.5.0",
"nps-utils": "^1.6.0",
"sort-pjson": "^1.0.2",
"tslib": "^1.9.2",
"yeoman-environment": "^2.2.0",
"yeoman-generator": "^2.0.5",
"tslib": "^1.9.3",
"yeoman-environment": "^2.3.0",
"yeoman-generator": "^3.0.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.31",
"@oclif/dev-cli": "^1.15.4",
"@oclif/tslint": "^1.1.2",
"@types/lodash": "^4.14.109",
"@types/lodash": "^4.14.110",
"@types/read-pkg": "^3.0.0",
"@types/shelljs": "^0.8.0",
"@types/yeoman-generator": "^2.0.3",
"@types/yosay": "^0.0.29",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
"eslint": "^5.0.1",
"eslint-config-oclif": "^2.0.0",
"execa": "^0.10.0",
"fancy-test": "^1.1.4",
"fancy-test": "^1.2.0",
"fs-extra": "^6.0.1",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"npm-run-path": "^2.0.2",
"nps": "^5.9.0",
"nps": "^5.9.2",
"shelljs": "^0.8.2",
"tmp": "^0.0.33",
"ts-node": "^6.1.1",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 6f71fed

Please sign in to comment.