Skip to content

Commit

Permalink
feat(deps): Update yargs to 17.0.0
Browse files Browse the repository at this point in the history
Requires node 12+ (as per spire 4.0.0)
  • Loading branch information
stefanhoth committed May 22, 2021
1 parent 943dcdc commit d38e0b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"spire-plugin-prettier": "^4.0.1"
},
"engines": {
"node": ">=10.18.0"
"node": ">=12"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/spire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"spire": "./bin/spire.js"
},
"engines": {
"node": ">=10.18.0"
"node": ">=12"
},
"scripts": {
"postinstall": "./bin/spire.js hook postinstall",
Expand All @@ -26,7 +26,7 @@
"pretty-format": "^26.0.0",
"signale": "^1.4.0",
"spire-config-default": "^4.0.1",
"yargs": "^16.0.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.1"
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10219,7 +10219,7 @@ yargs@^15.4.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yargs@^16.0.0, yargs@^16.2.0:
yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
Expand All @@ -10232,6 +10232,19 @@ yargs@^16.0.0, yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.0.0:
version "17.0.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
get-caller-file "^2.0.5"
require-directory "^2.1.1"
string-width "^4.2.0"
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
Expand Down

0 comments on commit d38e0b5

Please sign in to comment.