Skip to content

Commit

Permalink
fix: correct core v
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed Nov 8, 2023
1 parent 1f251d1 commit d2eb620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"uuid": "^8.3.0"
},
"devDependencies": {
"@oclif/core": "^3.3.0",
"@oclif/core": "^3.3.3",
"@heroku-cli/schema": "^1.0.25",
"@heroku-cli/tslint": "^1.1.4",
"@oclif/tslint": "^3.1.1",
Expand All @@ -41,7 +41,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@oclif/core": ">=3.3.0 <4"
"@oclif/core": ">=3.3.3 <4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^3.3.0":
"@oclif/core@^3.3.3":
version "3.10.7"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.7.tgz#8e82375542717bd2b6f5f73477e436a8f916b3b6"
integrity sha512-LaFszuYfJJpQP/hYrrwRZOA7qCAJFVPcyo4qsZiRTMyrB3CrFtWkpSoYaaWVsoCwIcYgGLXCNc2pIFZUBgWBnQ==
Expand Down

0 comments on commit d2eb620

Please sign in to comment.