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

Commit 46152df

Browse files
committed
fix: add linewrap
1 parent 1441088 commit 46152df

File tree

2 files changed

+41
-33
lines changed

2 files changed

+41
-33
lines changed

package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,26 @@
44
"version": "3.2.8",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/parser/issues",
7-
"dependencies": {},
7+
"dependencies": {
8+
"@heroku/linewrap": "^1.0.0"
9+
},
810
"devDependencies": {
9-
"@heroku/linewrap": "^1.0.0",
1011
"@oclif/errors": "^1.0.1",
1112
"@oclif/tslint": "^1.0.1",
1213
"@types/chai": "^4.1.2",
1314
"@types/mocha": "^2.2.48",
1415
"@types/nock": "^9.1.2",
15-
"@types/node": "^9.4.5",
16+
"@types/node": "^9.4.6",
1617
"@types/node-notifier": "^0.0.28",
1718
"@types/read-pkg": "^3.0.0",
1819
"chai": "^4.1.2",
1920
"chalk": "^2.3.1",
2021
"concurrently": "^3.5.1",
2122
"eslint": "^4.17.0",
22-
"eslint-config-oclif": "^1.3.4",
23-
"mocha": "^5.0.0",
23+
"eslint-config-oclif": "^1.3.7",
24+
"mocha": "^5.0.1",
2425
"ts-node": "^4.1.0",
26+
"tslint": "^5.9.1",
2527
"typescript": "^2.7.1"
2628
},
2729
"engines": {

yarn.lock

+34-28
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
strip-ansi "^4.0.0"
1717
wrap-ansi "^3.0.1"
1818

19-
"@oclif/tslint@^0.2.9":
20-
version "0.2.9"
21-
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-0.2.9.tgz#804c64b4ed92fa4087276295cdafbcdc78485f3a"
19+
"@oclif/tslint@^1.0.1":
20+
version "1.0.1"
21+
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.1.tgz#ef68459638548e3a3a06fd6da60025fe33f4bcb8"
2222
dependencies:
23-
tslint "^5.9.1"
2423
tslint-xo "^0.6.0"
2524

2625
"@types/chai@^4.1.2":
@@ -47,9 +46,9 @@
4746
version "9.4.0"
4847
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.0.tgz#b85a0bcf1e1cc84eb4901b7e96966aedc6f078d1"
4948

50-
"@types/node@^9.4.5":
51-
version "9.4.5"
52-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.5.tgz#d2a90c634208173d1b1a0a6ba9f1df3de62edcf5"
49+
"@types/node@^9.4.6":
50+
version "9.4.6"
51+
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"
5352

5453
"@types/normalize-package-data@*":
5554
version "2.4.0"
@@ -289,8 +288,8 @@ [email protected]:
289288
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"
290289

291290
commander@^2.12.1:
292-
version "2.13.0"
293-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
291+
version "2.14.1"
292+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"
294293

295294
296295
version "0.0.1"
@@ -393,14 +392,14 @@ eslint-ast-utils@^1.0.0:
393392
lodash.get "^4.4.2"
394393
lodash.zip "^4.2.0"
395394

396-
eslint-config-oclif@^1.3.4:
397-
version "1.3.4"
398-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-1.3.4.tgz#33a8b6c7aa12a6e4670f2c4532e7be91d47ad58b"
395+
eslint-config-oclif@^1.3.7:
396+
version "1.3.7"
397+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-1.3.7.tgz#fbd09d16acdc42e554d526b372070386f7a06ecc"
399398
dependencies:
400399
eslint-config-xo-space "^0.17.0"
401400
eslint-plugin-mocha "^4.11.0"
402-
eslint-plugin-node "^5.2.1"
403-
eslint-plugin-unicorn "^3.0.1"
401+
eslint-plugin-node "^6.0.0"
402+
eslint-plugin-unicorn "^4.0.1"
404403

405404
eslint-config-xo-space@^0.17.0:
406405
version "0.17.0"
@@ -418,18 +417,18 @@ eslint-plugin-mocha@^4.11.0:
418417
dependencies:
419418
ramda "^0.24.1"
420419

421-
eslint-plugin-node@^5.2.1:
422-
version "5.2.1"
423-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz#80df3253c4d7901045ec87fa660a284e32bdca29"
420+
eslint-plugin-node@^6.0.0:
421+
version "6.0.0"
422+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-6.0.0.tgz#5ad5ee6b5346aec6cc9cde0b8619caed2c6d8f25"
424423
dependencies:
425424
ignore "^3.3.6"
426425
minimatch "^3.0.4"
427426
resolve "^1.3.3"
428-
semver "5.3.0"
427+
semver "^5.4.1"
429428

430-
eslint-plugin-unicorn@^3.0.1:
431-
version "3.0.1"
432-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-3.0.1.tgz#dae02614a53b921541a9318a46e50ab5bdeb5d7c"
429+
eslint-plugin-unicorn@^4.0.1:
430+
version "4.0.2"
431+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.2.tgz#845de915e7a975f15779466fc92cc01973bbf103"
433432
dependencies:
434433
clean-regexp "^1.0.0"
435434
eslint-ast-utils "^1.0.0"
@@ -438,6 +437,7 @@ eslint-plugin-unicorn@^3.0.1:
438437
lodash.kebabcase "^4.0.1"
439438
lodash.snakecase "^4.0.1"
440439
lodash.upperfirst "^4.2.0"
440+
safe-regex "^1.1.0"
441441

442442
eslint-scope@^3.7.1:
443443
version "3.7.1"
@@ -843,9 +843,9 @@ [email protected], mkdirp@^0.5.1:
843843
dependencies:
844844
minimist "0.0.8"
845845

846-
mocha@^5.0.0:
847-
version "5.0.0"
848-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.0.tgz#cccac988b0bc5477119cba0e43de7af6d6ad8f4e"
846+
mocha@^5.0.1:
847+
version "5.0.1"
848+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.1.tgz#759b62c836b0732382a62b6b1fb245ec1bc943ac"
849849
dependencies:
850850
browser-stdout "1.3.0"
851851
commander "2.11.0"
@@ -995,6 +995,10 @@ restore-cursor@^2.0.0:
995995
onetime "^2.0.0"
996996
signal-exit "^3.0.2"
997997

998+
ret@~0.1.10:
999+
version "0.1.15"
1000+
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
1001+
9981002
rimraf@^2.2.8:
9991003
version "2.6.2"
10001004
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
@@ -1025,11 +1029,13 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
10251029
version "5.1.1"
10261030
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
10271031

1028-
1029-
version "5.3.0"
1030-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
1032+
safe-regex@^1.1.0:
1033+
version "1.1.0"
1034+
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
1035+
dependencies:
1036+
ret "~0.1.10"
10311037

1032-
semver@^5.3.0:
1038+
semver@^5.3.0, semver@^5.4.1:
10331039
version "5.5.0"
10341040
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
10351041

0 commit comments

Comments
 (0)