Skip to content

Commit

Permalink
fix: bump deps (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 1, 2021
1 parent 29e4127 commit 29990ed
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 146 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/color": "^0.x",
"@oclif/core": "^1.0.4",
"@oclif/color": "^0.1.2",
"@oclif/core": "^1.0.5",
"chalk": "^4.1.0",
"cli-ux": "^5.2.1",
"cli-ux": "^6.0.1",
"debug": "^4.1.0",
"fs-extra": "^9.0",
"http-call": "^5.2.2",
Expand All @@ -20,8 +20,8 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.1.3",
"@oclif/test": "^1.2.4",
"@oclif/plugin-help": "^5.1.4",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^9.0",
"@types/mocha": "^8.0.0",
Expand All @@ -36,9 +36,9 @@
"fancy-test": "^1.4.1",
"globby": "^11.0.1",
"husky": "6",
"mocha": "^8.2.1",
"mocha": "^9.1.3",
"nock": "^13.0.3",
"oclif": "^2.0.0-main.5",
"oclif": "^2.0.0-main.11",
"ts-node": "^9.0.0",
"typescript": "4.4.3"
},
Expand Down
Loading

0 comments on commit 29990ed

Please sign in to comment.