Skip to content

Commit

Permalink
fix: bump oclif/core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 16, 2024
1 parent 6c190e3 commit b40203a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 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-dev.0",
"@oclif/core": "3.19.3-dev.0",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^4"
},
Expand All @@ -34,7 +34,7 @@
"typescript": "^5"
},
"resolutions": {
"@oclif/core": "3.19.2-dev.0"
"@oclif/core": "3.19.3-dev.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1594,10 +1594,10 @@
read-package-json-fast "^3.0.0"
which "^4.0.0"

"@oclif/[email protected]", "@oclif/core@^3.10.2", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
version "3.19.2-dev.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2-dev.0.tgz#626e4818ef2a7c357f8eab95c4e10d397f789fc4"
integrity sha512-KcTNOdjdOLsllE8pJIJl4oNm8QGkfakeZdF0KVd/TFw2r8dctJxJegfRl3TP4CIUTNOJUaWKwJjT7s+PDEnFeA==
"@oclif/[email protected]", "@oclif/core@3.19.3-dev.0", "@oclif/core@^3.10.2", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
version "3.19.3-dev.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.3-dev.0.tgz#fed79a4756c258c2de8fd1e9ef80a5f042656d5c"
integrity sha512-CwecvfEf37y0k76htTnhex2///fQv8zyo01TXjV/35s8zqGA6aHweBd5EL8CcGW78+aMFd172d9MRM2ehD+Vag==
dependencies:
"@types/cli-progress" "^3.11.5"
ansi-escapes "^4.3.2"
Expand Down

0 comments on commit b40203a

Please sign in to comment.