Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit bda888a

Browse files
committed
fix: updated deps and fixed linter
1 parent a8d4d93 commit bda888a

File tree

3 files changed

+62
-43
lines changed

3 files changed

+62
-43
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
]
1212
},
1313
"dependencies": {
14-
"@oclif/errors": "^1.0.3",
15-
"@oclif/parser": "^3.2.9",
14+
"@oclif/errors": "^1.0.4",
15+
"@oclif/parser": "^3.2.11",
1616
"debug": "^3.1.0",
1717
"semver": "^5.5.0"
1818
},
1919
"devDependencies": {
20-
"@oclif/config": "^1.3.62",
21-
"@oclif/plugin-help": "^1.2.2",
20+
"@oclif/config": "^1.4.0",
21+
"@oclif/plugin-help": "^1.2.3",
2222
"@oclif/plugin-plugins": "^1.0.8",
23-
"@oclif/tslint": "^1.0.2",
23+
"@oclif/tslint": "^1.1.0",
2424
"@types/chai": "^4.1.2",
2525
"@types/mocha": "^5.0.0",
2626
"@types/node": "^9.6.2",
2727
"@types/semver": "^5.5.0",
2828
"chai": "^4.1.2",
29-
"fancy-test": "^1.0.3",
29+
"fancy-test": "^1.0.4",
3030
"mocha": "^5.0.5",
3131
"ts-node": "^5.0.1",
3232
"tslint": "^5.9.1",

src/flags.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {IConfig} from '@oclif/config'
22
import * as Parser from '@oclif/parser'
3-
import Help from '@oclif/plugin-help'
43

54
import {Command} from '.'
65

yarn.lock

+56-36
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
debug "^3.1.0"
4141
semver "^5.5.0"
4242

43-
"@oclif/command@^1.4.6":
44-
version "1.4.6"
45-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.6.tgz#6de7789cfc6ae6cdf177566fbfbb742d5cb8f320"
43+
"@oclif/command@^1.4.7":
44+
version "1.4.8"
45+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.8.tgz#6e641a24246707ba06b74b35698c362f7199bbb2"
4646
dependencies:
4747
"@oclif/errors" "^1.0.3"
4848
"@oclif/parser" "^3.2.9"
4949
debug "^3.1.0"
5050
semver "^5.5.0"
5151

52-
"@oclif/config@^1.3.62":
53-
version "1.3.62"
54-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.62.tgz#b703d97588a78141222dedb53ccb15277dfe9e45"
52+
"@oclif/config@^1.4.0":
53+
version "1.4.0"
54+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.0.tgz#086488e856ee11785e5af1188ce06265d2d48d54"
5555
dependencies:
5656
debug "^3.1.0"
5757

@@ -65,17 +65,34 @@
6565
strip-ansi "^4.0.0"
6666
wrap-ansi "^3.0.1"
6767

68+
"@oclif/errors@^1.0.4":
69+
version "1.0.4"
70+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66"
71+
dependencies:
72+
clean-stack "^1.3.0"
73+
fs-extra "^5.0.0"
74+
indent-string "^3.2.0"
75+
strip-ansi "^4.0.0"
76+
wrap-ansi "^3.0.1"
77+
78+
"@oclif/parser@^3.2.11":
79+
version "3.2.11"
80+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.11.tgz#03a5fef0c45dd1badd0375ae05b476e0c27faf40"
81+
dependencies:
82+
"@heroku/linewrap" "^1.0.0"
83+
chalk "^2.3.2"
84+
6885
"@oclif/parser@^3.2.9":
6986
version "3.2.9"
7087
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.9.tgz#76d01106971e20dfcfec5be276c4e6e9edfee9ec"
7188
dependencies:
7289
"@heroku/linewrap" "^1.0.0"
7390

74-
"@oclif/plugin-help@^1.2.2":
75-
version "1.2.2"
76-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.2.tgz#7a4846b71a6d47720b628218fdb4bafa71155de3"
91+
"@oclif/plugin-help@^1.2.3":
92+
version "1.2.3"
93+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.3.tgz#f85e88744ec271d38949fda5c51185ad7f99e77d"
7794
dependencies:
78-
"@oclif/command" "^1.4.6"
95+
"@oclif/command" "^1.4.7"
7996
chalk "^2.3.2"
8097
indent-string "^3.2.0"
8198
lodash.template "^4.4.0"
@@ -104,11 +121,11 @@
104121
version "1.0.2"
105122
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
106123

107-
"@oclif/tslint@^1.0.2":
108-
version "1.0.2"
109-
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.2.tgz#793d39758082f359469dba8ce5cfba041d7a7847"
124+
"@oclif/tslint@^1.1.0":
125+
version "1.1.0"
126+
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.1.0.tgz#a2d494a61afa882a685fe5f4d866dafd18990728"
110127
dependencies:
111-
tslint-xo "^0.6.0"
128+
tslint-xo "^0.7.0"
112129

113130
"@types/chai@^4.1.2":
114131
version "4.1.2"
@@ -306,7 +323,7 @@ [email protected], diff@^3.1.0, diff@^3.2.0:
306323
version "3.5.0"
307324
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
308325

309-
doctrine@^0.7.2:
326+
310327
version "0.7.2"
311328
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-0.7.2.tgz#7cb860359ba3be90e040b26b729ce4bfa654c523"
312329
dependencies:
@@ -343,12 +360,12 @@ extract-stack@^1.0.0:
343360
version "1.0.0"
344361
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
345362

346-
fancy-test@^1.0.3:
347-
version "1.0.3"
348-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.3.tgz#9a1a109973f39eeecb5f35c9df0e1700214cf2a0"
363+
fancy-test@^1.0.4:
364+
version "1.0.4"
365+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.4.tgz#fa689cfc98abec74a0b2f4386d92c58f1ef20f11"
349366
dependencies:
350367
lodash "^4.17.5"
351-
stdout-stderr "^0.1.7"
368+
stdout-stderr "^0.1.8"
352369

353370
fs-extra@^5.0.0:
354371
version "5.0.0"
@@ -660,10 +677,11 @@ sprintf-js@~1.0.2:
660677
version "1.0.3"
661678
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
662679

663-
stdout-stderr@^0.1.7:
664-
version "0.1.7"
665-
resolved "https://registry.yarnpkg.com/stdout-stderr/-/stdout-stderr-0.1.7.tgz#f3f69391f3e721c2c52aa92fbfa18b8a6e9ce3df"
680+
stdout-stderr@^0.1.8:
681+
version "0.1.9"
682+
resolved "https://registry.yarnpkg.com/stdout-stderr/-/stdout-stderr-0.1.9.tgz#9b48ee04eff955ee07776e27125d5524d9d02f57"
666683
dependencies:
684+
debug "^3.1.0"
667685
strip-ansi "^4.0.0"
668686

669687
string-width@^2.1.1:
@@ -718,7 +736,7 @@ ts-node@^5.0.1:
718736
source-map-support "^0.5.3"
719737
yn "^2.0.0"
720738

721-
tslib@^1.0.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
739+
tslib@1.9.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
722740
version "1.9.0"
723741
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
724742

@@ -730,26 +748,26 @@ tslint-consistent-codestyle@^1.11.0:
730748
tslib "^1.7.1"
731749
tsutils "^2.22.2"
732750

733-
tslint-eslint-rules@^4.1.1:
734-
version "4.1.1"
735-
resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz#7c30e7882f26bc276bff91d2384975c69daf88ba"
751+
tslint-eslint-rules@^5.1.0:
752+
version "5.1.0"
753+
resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-5.1.0.tgz#3232b318da55dbb5a83e3f5d657c1ddbb27b9ff2"
736754
dependencies:
737-
doctrine "^0.7.2"
738-
tslib "^1.0.0"
739-
tsutils "^1.4.0"
755+
doctrine "0.7.2"
756+
tslib "1.9.0"
757+
tsutils "2.8.0"
740758

741759
tslint-microsoft-contrib@^5.0.2:
742760
version "5.0.3"
743761
resolved "https://registry.yarnpkg.com/tslint-microsoft-contrib/-/tslint-microsoft-contrib-5.0.3.tgz#6fc3e238179cd72045c2b422e4d655f4183a8d5c"
744762
dependencies:
745763
tsutils "^2.12.1"
746764

747-
tslint-xo@^0.6.0:
748-
version "0.6.0"
749-
resolved "https://registry.yarnpkg.com/tslint-xo/-/tslint-xo-0.6.0.tgz#95a05b8dcac7aaa1f4d6ca1397a3c4c45a8b848e"
765+
tslint-xo@^0.7.0:
766+
version "0.7.0"
767+
resolved "https://registry.yarnpkg.com/tslint-xo/-/tslint-xo-0.7.0.tgz#be5a1d67f8ade5d92aa8c0a21d9cfdcbaf06f3e0"
750768
dependencies:
751769
tslint-consistent-codestyle "^1.11.0"
752-
tslint-eslint-rules "^4.1.1"
770+
tslint-eslint-rules "^5.1.0"
753771
tslint-microsoft-contrib "^5.0.2"
754772

755773
tslint@^5.9.1:
@@ -769,9 +787,11 @@ tslint@^5.9.1:
769787
tslib "^1.8.0"
770788
tsutils "^2.12.1"
771789

772-
tsutils@^1.4.0:
773-
version "1.9.1"
774-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
790+
791+
version "2.8.0"
792+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.8.0.tgz#0160173729b3bf138628dd14a1537e00851d814a"
793+
dependencies:
794+
tslib "^1.7.1"
775795

776796
tsutils@^2.12.1, tsutils@^2.22.2:
777797
version "2.22.2"

0 commit comments

Comments
 (0)