Skip to content

Commit 0f0644f

Browse files
authored
fix: bump to GA deps (#37)
1 parent a4c651a commit 0f0644f

File tree

2 files changed

+46
-100
lines changed

2 files changed

+46
-100
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"author": "Thomas @amphro",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
8-
"@oclif/core": "^0.5.38",
9-
"@salesforce/core": "^2.2.0",
8+
"@oclif/core": "^1.0.0",
9+
"@salesforce/core": "^3.6.5",
1010
"@salesforce/kit": "^1.5.17",
11-
"@salesforce/sf-plugins-core": "^0.0.23",
11+
"@salesforce/sf-plugins-core": "^1.0.0",
1212
"@salesforce/ts-types": "^1.5.20",
1313
"chalk": "^3.0.0",
1414
"handlebars": "^4.7.7",
1515
"tslib": "^2"
1616
},
1717
"devDependencies": {
18-
"@oclif/plugin-help": "^2.2.3",
18+
"@oclif/plugin-help": "^5.1.1",
1919
"@salesforce/dev-config": "^2.1.2",
2020
"@salesforce/dev-scripts": "^0.9.18",
21-
"@salesforce/plugin-login": "^0.0.18",
21+
"@salesforce/plugin-login": "^1.0.0",
2222
"@salesforce/prettier-config": "^0.0.2",
2323
"@typescript-eslint/eslint-plugin": "^4.2.0",
2424
"@typescript-eslint/parser": "^4.2.0",
@@ -35,7 +35,7 @@
3535
"husky": "^4.3.8",
3636
"mocha": "^8.4.0",
3737
"nyc": "^15.1.0",
38-
"oclif": "^1.18.1",
38+
"oclif": "^2.0.0-main.5",
3939
"prettier": "^2.0.5",
4040
"pretty-quick": "^3.1.0",
4141
"shx": "^0.3.3",

yarn.lock

Lines changed: 40 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
supports-color "^5.4.0"
457457
tslib "^1"
458458

459-
"@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0":
459+
"@oclif/command@^1.5.10", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0":
460460
version "1.8.0"
461461
resolved "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
462462
integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
@@ -480,10 +480,10 @@
480480
is-wsl "^2.1.1"
481481
tslib "^2.0.0"
482482

483-
"@oclif/core@^0.5.31":
484-
version "0.5.34"
485-
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.34.tgz#d8cadcd609929560e6cc836c45d94bc99379e1f6"
486-
integrity sha512-laLrm2tvIOr6uboDMVdAbBJMeAAgV0otkoF8imdyhYCsNcmXFyV3x0kwNGbEUYG945CQ0V00u7MS7tmlwdZlGw==
483+
"@oclif/core@^0.5.34", "@oclif/core@^0.5.39":
484+
version "0.5.41"
485+
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.41.tgz#54ab600b1b6017f3849e629401eafd4f4e3a5c2e"
486+
integrity sha512-zEYbpxSQr80t7MkLMHOmZr8QCrCIbVrI7fLSZWlsvD2AEM0vvzuhWymjo9/kHy2/kNfxwu7NTI4i2a0zoHu11w==
487487
dependencies:
488488
"@oclif/linewrap" "^1.0.0"
489489
chalk "^4.1.0"
@@ -503,10 +503,10 @@
503503
widest-line "^3.1.0"
504504
wrap-ansi "^7.0.0"
505505

506-
"@oclif/core@^0.5.38":
507-
version "0.5.38"
508-
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.38.tgz#293e14e426fa340d68c549171925c6c18884b995"
509-
integrity sha512-mR4YKwGAdVhN9mN7DEPnRl/fopmVu2C4xlJYI68+6nW/uZQzZ9WjsiRgjwAMOWdAju8mG35+sVlwSg0hDIlCCA==
506+
"@oclif/core@^1.0.0":
507+
version "1.0.0"
508+
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.0.tgz#d9234f27368c058d9fb835dc9f57f3278af57777"
509+
integrity sha512-YBpjahcSMtIsw+rgNkKLlqULc7Ste7EfhJj7d/elukhB3lj+sO0z34byPVGEGSb5zDO3Sk2GxBZw6BM0vjWqMw==
510510
dependencies:
511511
"@oclif/linewrap" "^1.0.0"
512512
chalk "^4.1.0"
@@ -581,20 +581,6 @@
581581
chalk "^2.4.2"
582582
tslib "^1.9.3"
583583

584-
"@oclif/plugin-help@^2.2.3":
585-
version "2.2.3"
586-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz#b993041e92047f0e1762668aab04d6738ac06767"
587-
integrity sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==
588-
dependencies:
589-
"@oclif/command" "^1.5.13"
590-
chalk "^2.4.1"
591-
indent-string "^4.0.0"
592-
lodash.template "^4.4.0"
593-
string-width "^3.0.0"
594-
strip-ansi "^5.0.0"
595-
widest-line "^2.0.1"
596-
wrap-ansi "^4.0.0"
597-
598584
"@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0":
599585
version "3.2.3"
600586
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.3.tgz#cd24010e7eb326782843d3aa6d6b5a4affebb2c3"
@@ -611,6 +597,13 @@
611597
widest-line "^3.1.0"
612598
wrap-ansi "^4.0.0"
613599

600+
"@oclif/plugin-help@^5.1.1":
601+
version "5.1.1"
602+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.1.tgz#d24bf4669ddfc9319d9844c7d210b606441216a3"
603+
integrity sha512-a40HRpYEHi9Xn0/Vw2PDxlVQ8READO7hgB2fEDRqHhIQmSWBgXVT6R+/U9lcXdcFRF8EJH/7LTXSIyIwmjAmKw==
604+
dependencies:
605+
"@oclif/core" "^0.5.39"
606+
614607
"@oclif/plugin-not-found@^1.2.2":
615608
version "1.2.4"
616609
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b"
@@ -654,52 +647,10 @@
654647
mv "~2"
655648
safe-json-stringify "~1"
656649

657-
"@salesforce/core@3.4.2":
658-
version "3.4.2"
659-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.4.2.tgz#fd7ecc719d40d1ebca4b7665a031bbc06fa0f939"
660-
integrity sha512-7mRiFvwLvEPOqA0hIaevrSGSP9G6y9uf1eJaSl83JVeusnmCFg6KgXlbabcrCJPedl6PX8pUsZS4sClfWVU6Gw==
661-
dependencies:
662-
"@salesforce/bunyan" "^2.0.0"
663-
"@salesforce/kit" "^1.5.8"
664-
"@salesforce/schemas" "^1.0.1"
665-
"@salesforce/ts-types" "^1.5.13"
666-
"@types/graceful-fs" "^4.1.5"
667-
"@types/jsforce" "^1.9.29"
668-
"@types/mkdirp" "^1.0.1"
669-
debug "^3.1.0"
670-
graceful-fs "^4.2.4"
671-
jsen "0.6.6"
672-
jsforce "^1.10.1"
673-
jsonwebtoken "8.5.0"
674-
mkdirp "1.0.4"
675-
sfdx-faye "^1.0.9"
676-
ts-retry-promise "^0.6.0"
677-
678-
"@salesforce/core@^2.2.0":
679-
version "2.27.2"
680-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-2.27.2.tgz#a5933310e3b10ef46ad8129a30190c229fe074ee"
681-
integrity sha512-0BeORSY0Zv+9ACNMVZm7eqcT7QH9WtfObHSWyeYnhl1D5iCnZHMyk+AVql8urddNtL5WTquuens62jdYCniVew==
682-
dependencies:
683-
"@salesforce/bunyan" "^2.0.0"
684-
"@salesforce/kit" "^1.5.0"
685-
"@salesforce/schemas" "^1.0.1"
686-
"@salesforce/ts-types" "^1.5.13"
687-
"@types/graceful-fs" "^4.1.5"
688-
"@types/jsforce" "^1.9.29"
689-
"@types/mkdirp" "^1.0.1"
690-
debug "^3.1.0"
691-
graceful-fs "^4.2.4"
692-
jsen "0.6.6"
693-
jsforce "^1.10.1"
694-
jsonwebtoken "8.5.0"
695-
mkdirp "1.0.4"
696-
sfdx-faye "^1.0.9"
697-
ts-retry-promise "^0.6.0"
698-
699-
"@salesforce/core@^3.6.1":
700-
version "3.6.1"
701-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.6.1.tgz#2f5fb779036008d08cf2fa213dece1f808d29f4e"
702-
integrity sha512-TIrlx7k3paTi162Wlqkk6Bnu6MEJxUkuW0fKuqPPnc0uuRzXg+apGmL/G7Mk6E/FQEnWY+0TCPnUJwdn5SWoqw==
650+
"@salesforce/core@3.6.5", "@salesforce/core@^3.6.5":
651+
version "3.6.5"
652+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.6.5.tgz#4c3afa392eb61cd34e2683033c04fbfa4d546850"
653+
integrity sha512-EqMZS4Awn/WctCqVWecXOIJKzLUleWw2fvViNP0lVJgt56ZAinZRBetXJFITyKVyslW/WIAhX92NHW7t3AG7Hg==
703654
dependencies:
704655
"@salesforce/bunyan" "^2.0.0"
705656
"@salesforce/kit" "^1.5.8"
@@ -764,21 +715,22 @@
764715
typescript "^4.1.3"
765716
xunit-file "^1.0.0"
766717

767-
"@salesforce/kit@^1.5.0", "@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.8":
718+
"@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.8":
768719
version "1.5.17"
769720
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.17.tgz#4fd9c50ba2e072c50d319654f86f86808c544795"
770721
integrity sha512-Uuh+v7WPSo+L21moVprl+jbDTl3ndmcJM5et/vFLZW4ur6CCJCJSoReM9ttF1qZuQskyCyhVZo6/aMZrVUe+rQ==
771722
dependencies:
772723
"@salesforce/ts-types" "^1.5.20"
773724
tslib "^2.2.0"
774725

775-
"@salesforce/plugin-login@^0.0.18":
776-
version "0.0.18"
777-
resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-0.0.18.tgz#ae6e1bdc02c7169f3c0b00db9c11f1555cfae9d8"
778-
integrity sha512-mtmokSiHcaNNFRpxsSE3zjwMYOYWo5RG6klY/yCElr3P6ND5FXJfpbqdWy5tJDtY8DQ0uN9FITmz4tLzjyUbkg==
726+
"@salesforce/plugin-login@^1.0.0":
727+
version "1.0.0"
728+
resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.0.0.tgz#8659389fbcef9c813fcd54f4aa5442e233db8988"
729+
integrity sha512-elf0gvB2h4SD5w2i7+260+CuLIJTQ+BjZ01i3t8/do/6KnDnR057fBfOksa1MhWJWnQDSurwtH07fun/XOZeKg==
779730
dependencies:
780-
"@oclif/core" "^0.5.31"
781-
"@salesforce/core" "3.4.2"
731+
"@oclif/core" "^1.0.0"
732+
"@salesforce/core" "3.6.5"
733+
"@salesforce/sf-plugins-core" "^1.0.0"
782734
chalk "^4.1.2"
783735
inquirer "^8.1.2"
784736
open "^8.0.6"
@@ -794,19 +746,19 @@
794746
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
795747
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==
796748

797-
"@salesforce/sf-plugins-core@^0.0.23":
798-
version "0.0.23"
799-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-0.0.23.tgz#3019efe54cedbd6d20e01a135660089c0dcbe6bc"
800-
integrity sha512-4yGxxUrSh5y6m+kakWMerTmeFCDzdmWAOZgJ6t0wbGNM66GK4ylG8BlS/s11oEuUWKtKUBOdANH6TwJp44ppew==
749+
"@salesforce/sf-plugins-core@^1.0.0":
750+
version "1.0.0"
751+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.0.0.tgz#0a267560eb73a04b946959c048578131fa8a0a46"
752+
integrity sha512-LXKsjTdbWRW8lh1WlqDs6fnWBO+xQMF+JvV7XzpHp4TtNSILVHyWjQHS02aUqdoRWSsb/nKtQ0HGI+dsfZg1LA==
801753
dependencies:
802-
"@oclif/core" "^0.5.38"
803-
"@salesforce/core" "^3.6.1"
754+
"@oclif/core" "^1.0.0"
755+
"@salesforce/core" "^3.6.5"
804756
"@salesforce/kit" "^1.5.17"
805757
"@salesforce/ts-types" "^1.5.20"
806758
cli-ux "^5.6.3"
807759
inquirer "^8.1.1"
808760

809-
"@salesforce/ts-types@^1.5.13", "@salesforce/ts-types@^1.5.20":
761+
"@salesforce/ts-types@^1.5.20":
810762
version "1.5.20"
811763
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.5.20.tgz#f6875a710ceca48223b240026a14af6d3b39882f"
812764
integrity sha512-Ov6um4CWd63EvkRavkHG0J/P9XYL55sdkDWPMr7+AIgqh5flHxDRz09/C4e9M94aX30rzJxW4TVX6EBf4Cu2BQ==
@@ -5556,13 +5508,14 @@ object.values@^1.1.3, object.values@^1.1.4:
55565508
define-properties "^1.1.3"
55575509
es-abstract "^1.18.2"
55585510

5559-
oclif@^1.18.1:
5560-
version "1.18.1"
5561-
resolved "https://registry.npmjs.org/oclif/-/oclif-1.18.1.tgz#07f7244932652967728ae58038a6652b51b43934"
5562-
integrity sha512-bX9lwpEBHcWhUldHOCstS08JOo69lQfS3qCeimJRGdXKflewarwEWZiWG2vTJi30KuwT0YyObCAJO7Ux1XI9ew==
5511+
oclif@^2.0.0-main.5:
5512+
version "2.0.0-main.5"
5513+
resolved "https://registry.npmjs.org/oclif/-/oclif-2.0.0-main.5.tgz#077d587da46049da3812828247ec4321ffff8663"
5514+
integrity sha512-f6DnW2b70mop0fFf03K4OUcbCx+Ox8tGFWTuaypyguJoN2JPGkim1XvdW7HkhChJ8LTbgy55dFF8GuKBcBU6qQ==
55635515
dependencies:
55645516
"@oclif/command" "^1.6"
55655517
"@oclif/config" "^1.12.6"
5518+
"@oclif/core" "^0.5.34"
55665519
"@oclif/errors" "^1.2.2"
55675520
"@oclif/fixpack" "^2.3.0"
55685521
"@oclif/plugin-help" "^3"
@@ -7708,13 +7661,6 @@ wide-align@1.1.3:
77087661
dependencies:
77097662
string-width "^1.0.2 || 2"
77107663

7711-
widest-line@^2.0.1:
7712-
version "2.0.1"
7713-
resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
7714-
integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==
7715-
dependencies:
7716-
string-width "^2.1.1"
7717-
77187664
widest-line@^3.1.0:
77197665
version "3.1.0"
77207666
resolved "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"

0 commit comments

Comments
 (0)