This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 2 files changed +16
-17
lines changed
2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Jeff Dickey @jdxcode" ,
6
6
"bugs" : " https://github.com/dxcli/command/issues" ,
7
7
"dependencies" : {
8
- "@dxcli/config" : " ^0.1.1 " ,
8
+ "@dxcli/config" : " ^0.1.6 " ,
9
9
"@dxcli/parser" : " ^0.0.2" ,
10
10
"@dxcli/screen" : " ^0.0.0" ,
11
11
"cli-ux" : " ^3.0.0-alpha.2" ,
12
12
"debug" : " ^3.1.0" ,
13
- "http-call" : " ^5.0.0 "
13
+ "http-call" : " ^5.0.1 "
14
14
},
15
15
"devDependencies" : {
16
16
"@dxcli/dev" : " ^1.1.3" ,
17
17
"@dxcli/dev-semantic-release" : " ^0.0.3" ,
18
18
"@dxcli/dev-test" : " ^0.2.1" ,
19
19
"@dxcli/dev-tslint" : " ^0.0.15" ,
20
20
"@types/node" : " ^9.3.0" ,
21
- "@types/read-pkg-up" : " ^3.0.0 " ,
21
+ "@types/read-pkg-up" : " ^3.0.1 " ,
22
22
"@types/semver" : " ^5.4.0" ,
23
23
"eslint" : " ^4.15.0" ,
24
24
"eslint-config-dxcli" : " ^1.1.4" ,
25
25
"husky" : " ^0.14.3" ,
26
- "mocha" : " ^4.1 .0" ,
26
+ "mocha" : " ^5.0 .0" ,
27
27
"nyc" : " ^11.4.1" ,
28
28
"ts-node" : " ^4.1.0" ,
29
29
"typescript" : " ^2.6.2"
Original file line number Diff line number Diff line change 106
106
dependencies :
107
107
find-up "^2.1.0"
108
108
109
- " @dxcli/config@^0.1.1 " :
110
- version "0.1.1 "
111
- resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.1 .tgz#fdc6851d0c5a3fe8301a8585f2b9824997c501ab "
109
+ " @dxcli/config@^0.1.6 " :
110
+ version "0.1.6 "
111
+ resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.6 .tgz#c5787c1d21a150e03c6e3fcf2113cc0efb647a79 "
112
112
dependencies :
113
- cli-ux "^2.0.21"
114
113
debug "^3.1.0"
115
114
fs-extra "^5.0.0"
116
115
load-json-file "^4.0.0"
326
325
version "2.4.0"
327
326
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
328
327
329
- " @types/read-pkg-up@^3.0.0 " :
330
- version "3.0.0 "
331
- resolved "https://registry.yarnpkg.com/@types/read-pkg-up/-/read-pkg-up-3.0.0 .tgz#d8ef96f335f505e1d38c2eda92f097565e7da168 "
328
+ " @types/read-pkg-up@^3.0.1 " :
329
+ version "3.0.1 "
330
+ resolved "https://registry.yarnpkg.com/@types/read-pkg-up/-/read-pkg-up-3.0.1 .tgz#05911057c3be1aade38bfecbb9a8554dbd0582be "
332
331
dependencies :
333
332
" @types/normalize-package-data" " *"
334
333
@@ -2087,9 +2086,9 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.4.2:
2087
2086
version "2.5.0"
2088
2087
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
2089
2088
2090
- http-call@^5.0.0 :
2091
- version "5.0.0 "
2092
- resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.0.0 .tgz#1c7b70601bf091b44ca999cf54cbe7957864d5c7 "
2089
+ http-call@^5.0.1 :
2090
+ version "5.0.1 "
2091
+ resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.0.1 .tgz#161544092420c9189808ef05dd51df72b8789b46 "
2093
2092
dependencies :
2094
2093
content-type "^1.0.4"
2095
2094
debug "^3.1.0"
@@ -2933,9 +2932,9 @@ mocha-junit-reporter@^1.15.0:
2933
2932
mkdirp "~0.5.1"
2934
2933
xml "^1.0.0"
2935
2934
2936
- mocha@^4.1 .0 :
2937
- version "4.1 .0"
2938
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1 .0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794 "
2935
+ mocha@^5.0 .0 :
2936
+ version "5.0 .0"
2937
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0 .0.tgz#cccac988b0bc5477119cba0e43de7af6d6ad8f4e "
2939
2938
dependencies :
2940
2939
browser-stdout "1.3.0"
2941
2940
commander "2.11.0"
You can’t perform that action at this time.
0 commit comments