Skip to content

Commit

Permalink
fix: bump @oclif/table (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Oct 8, 2024
1 parent 9cea420 commit d989e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
"@oclif/core": "^4",
"@oclif/table": "^0.1.16",
"@oclif/table": "^0.1.17",
"lodash": "^4.17.21",
"object-treeify": "^4.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1649,10 +1649,10 @@
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==

"@oclif/table@^0.1.16":
version "0.1.16"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.16.tgz#e12c532278bc4afed8b331e2a83087dea8cf30cd"
integrity sha512-X+kJyUs1ViqLHhOUzi6NF1r3PRVMSp4BEAm/nq0E+KaRzQddAK4QVXhpugUkb2H7Ea+nuVTfG05ZZqXpg9uktg==
"@oclif/table@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.17.tgz#8877663f7354ac96a6fc167448934572440c7634"
integrity sha512-x7ffsCMeqTM6oECg2cd3MDTGTWx19oOxIMEVOVk0qvsfrQfsecB4m7dQh9W6+VLvGg/bkxJKHB14Ytf8ieiqmw==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down

0 comments on commit d989e0e

Please sign in to comment.