Skip to content

Commit

Permalink
fix: use dev tags for oclif/core and oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 15, 2024
1 parent 2f2173d commit 6a745a1
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 70 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bundle": "./bin/run.js"
},
"dependencies": {
"@oclif/core": "3.19.2-qa.2",
"@oclif/core": "3.19.2-dev.0",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^4"
},
Expand All @@ -28,11 +28,14 @@
"eslint-config-oclif-typescript": "^3",
"eslint-config-prettier": "^9.1.0",
"mocha": "^10",
"oclif": "^4",
"oclif": "4.4.13-dev.0",
"shx": "^0.3.3",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"resolutions": {
"@oclif/core": "3.19.2-dev.0"
},
"engines": {
"node": ">=18.0.0"
},
Expand Down
Loading

0 comments on commit 6a745a1

Please sign in to comment.