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 f4946ad commit 96e80a6
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.2"
"@oclif/plugin-plugins": "^3.2.3"
},
"devDependencies": {
"@oclif/test": "^2.4.2",
Expand Down Expand Up @@ -72,4 +72,4 @@
"oclif"
],
"types": "dist/index.d.ts"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@
"@oclif/core" "^2.9.3"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.2.2.tgz#3ebd3ed69ba1b432e336f16e52794257ebe589f1"
integrity sha512-7zzoNtDHRM+qjg7S/LIC4RSTaEaI2bqJpS87ceic2IF672Vcq6VfuTCHjhh2W0EhypncdxVCiFv8jBWkLTv/xw==
"@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==
dependencies:
"@oclif/color" "^1.0.4"
"@oclif/core" "^2.11.8"
Expand Down

0 comments on commit 96e80a6

Please sign in to comment.