Skip to content

Commit

Permalink
fix: bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 2, 2021
1 parent 87e2f87 commit 49edb83
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 353 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
"@oclif/core": "^0.5.39",
"cli-ux": "^5.4.7",
"@oclif/core": "^1.0.5",
"cli-ux": "^6.0.3",
"tslib": "^2.0.0"
},
"devDependencies": {
"@oclif/plugin-help": "^5.1.0",
"@oclif/test": "^1.2.1",
"@oclif/plugin-help": "^5.1.7",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.6",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"globby": "^11",
"mocha": "^8",
"mocha": "^9",
"nyc": "^15.1.0",
"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 49edb83

Please sign in to comment.