This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree 3 files changed +24
-17
lines changed
3 files changed +24
-17
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@oclif/errors" : " ^1.1.2" ,
15
- "@oclif/parser" : " ^3.4.0 " ,
15
+ "@oclif/parser" : " ^3.4.1 " ,
16
16
"debug" : " ^3.1.0" ,
17
17
"semver" : " ^5.5.0"
18
18
},
19
19
"devDependencies" : {
20
20
"@oclif/config" : " ^1.6.21" ,
21
- "@oclif/plugin-help" : " ^2.0.0 " ,
21
+ "@oclif/plugin-help" : " ^2.0.4 " ,
22
22
"@oclif/plugin-plugins" : " ^1.2.1" ,
23
23
"@oclif/tslint" : " ^1.1.2" ,
24
24
"@types/chai" : " ^4.1.3" ,
25
25
"@types/mocha" : " ^5.2.0" ,
26
- "@types/node" : " ^10.1.3 " ,
26
+ "@types/node" : " ^10.1.4 " ,
27
27
"@types/semver" : " ^5.5.0" ,
28
28
"chai" : " ^4.1.2" ,
29
29
"cli-ux" : " ^4.4.0" ,
32
32
"mocha" : " ^5.2.0" ,
33
33
"ts-node" : " ^6.0.5" ,
34
34
"tslint" : " ^5.10.0" ,
35
- "typescript" : " ^2.8.3 "
35
+ "typescript" : " ^2.9.1 "
36
36
},
37
37
"engines" : {
38
38
"node" : " >=8.0.0"
Original file line number Diff line number Diff line change 4
4
"forceConsistentCasingInFileNames" : true ,
5
5
"importHelpers" : true ,
6
6
"module" : " commonjs" ,
7
- "noUnusedLocals " : true ,
8
- "noUnusedParameters " : true ,
7
+ "esModuleInterop " : true ,
8
+ "resolveJsonModule " : true ,
9
9
"outDir" : " ./lib" ,
10
10
"pretty" : true ,
11
11
"rootDirs" : [
Original file line number Diff line number Diff line change 34
34
call-me-maybe "^1.0.1"
35
35
glob-to-regexp "^0.3.0"
36
36
37
- " @oclif/command@^1.4.29 " , "@oclif/command@^1.4. 30":
37
+ " @oclif/command@^1.4.30 " :
38
38
version "1.4.30"
39
39
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.30.tgz#631eb423182517dc38711d6270aecb621bfa24a9"
40
40
dependencies :
80
80
" @oclif/linewrap" " ^1.0.0"
81
81
chalk "^2.4.1"
82
82
83
- " @oclif/plugin-help@^2.0.0 " :
84
- version "2.0.0 "
85
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help /-/plugin-help-2.0.0 .tgz#126f00af0b3274a5479ab70cb7619887049473c1 "
83
+ " @oclif/parser@^3.4.1 " :
84
+ version "3.4.1 "
85
+ resolved "https://registry.yarnpkg.com/@oclif/parser /-/parser-3.4.1 .tgz#83942276f3cf9406a1a3dcf3eb917183d6333e1d "
86
86
dependencies :
87
- " @oclif/command" " ^1.4.29"
87
+ " @oclif/linewrap" " ^1.0.0"
88
+ chalk "^2.4.1"
89
+
90
+ " @oclif/plugin-help@^2.0.4 " :
91
+ version "2.0.4"
92
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.0.4.tgz#32cf1dc7696f626a6065109a17b0f061adb14243"
93
+ dependencies :
94
+ " @oclif/command" " ^1.4.30"
88
95
chalk "^2.4.1"
89
96
indent-string "^3.2.0"
90
97
lodash.template "^4.4.0"
127
134
version "5.2.0"
128
135
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"
129
136
130
- " @types/node@^10.1.3 " :
131
- version "10.1.3 "
132
- resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.3 .tgz#5c16980936c4e3c83ce64e8ed71fb37bd7aea135 "
137
+ " @types/node@^10.1.4 " :
138
+ version "10.1.4 "
139
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.4 .tgz#606651d3f8a8bec08b8cb262161aab9209f4a29d "
133
140
134
141
" @types/semver@^5.5.0 " :
135
142
version "5.5.0"
@@ -1428,9 +1435,9 @@ type-detect@^4.0.0:
1428
1435
version "4.0.8"
1429
1436
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
1430
1437
1431
- typescript@^2.8.3 :
1432
- version "2.8.3 "
1433
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3 .tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170 "
1438
+ typescript@^2.9.1 :
1439
+ version "2.9.1 "
1440
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1 .tgz#fdb19d2c67a15d11995fd15640e373e09ab09961 "
1434
1441
1435
1442
union-value@^1.0.0 :
1436
1443
version "1.0.0"
You can’t perform that action at this time.
0 commit comments