Skip to content

Commit

Permalink
fix: bump plugin-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 11, 2023
1 parent 22136eb commit 021ad6a
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 @@ -19,7 +19,7 @@
"dependencies": {
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^3.2.3"
"@oclif/plugin-plugins": "^3.2.4"
},
"devDependencies": {
"@oclif/test": "^2.4.2",
Expand Down Expand Up @@ -74,4 +74,4 @@
"types": "dist/index.d.ts",
"exports": "./lib/index.js",
"type": "module"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,10 @@
"@oclif/core" "^2.9.3"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.2.3.tgz#0a0a6becddba2bd0d11ad7911c79553465285395"
integrity sha512-iP5JBRP2UkUxF5lBg88M8W6B091mDWKldE/GvOj52fK1K0ZylCHn73PPIXL1wzPbkZZiMict3gnhv8EMQvnhXQ==
"@oclif/plugin-plugins@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.2.4.tgz#a9389353836df0056cc26a6bc24a6998bc9642ed"
integrity sha512-gM24IX0lxOd9abEUBrxTOciEHgH+P14PnG7UnfB0pRnsIbl04EgGkT1bKWbp9zrcHdHxndokoyzVFapzhMMENA==
dependencies:
"@oclif/color" "^1.0.4"
"@oclif/core" "^2.11.8"
Expand Down

0 comments on commit 021ad6a

Please sign in to comment.