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

Commit 91499c9

Browse files
committed
fix: typescript 2.9
1 parent f7896f1 commit 91499c9

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"dependencies": {
1414
"@oclif/errors": "^1.1.2",
15-
"@oclif/parser": "^3.4.0",
15+
"@oclif/parser": "^3.4.1",
1616
"debug": "^3.1.0",
1717
"semver": "^5.5.0"
1818
},
1919
"devDependencies": {
2020
"@oclif/config": "^1.6.21",
21-
"@oclif/plugin-help": "^2.0.0",
21+
"@oclif/plugin-help": "^2.0.4",
2222
"@oclif/plugin-plugins": "^1.2.1",
2323
"@oclif/tslint": "^1.1.2",
2424
"@types/chai": "^4.1.3",
2525
"@types/mocha": "^5.2.0",
26-
"@types/node": "^10.1.3",
26+
"@types/node": "^10.1.4",
2727
"@types/semver": "^5.5.0",
2828
"chai": "^4.1.2",
2929
"cli-ux": "^4.4.0",
@@ -32,7 +32,7 @@
3232
"mocha": "^5.2.0",
3333
"ts-node": "^6.0.5",
3434
"tslint": "^5.10.0",
35-
"typescript": "^2.8.3"
35+
"typescript": "^2.9.1"
3636
},
3737
"engines": {
3838
"node": ">=8.0.0"

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"forceConsistentCasingInFileNames": true,
55
"importHelpers": true,
66
"module": "commonjs",
7-
"noUnusedLocals": true,
8-
"noUnusedParameters": true,
7+
"esModuleInterop": true,
8+
"resolveJsonModule": true,
99
"outDir": "./lib",
1010
"pretty": true,
1111
"rootDirs": [

yarn.lock

+18-11
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
call-me-maybe "^1.0.1"
3535
glob-to-regexp "^0.3.0"
3636

37-
"@oclif/command@^1.4.29", "@oclif/command@^1.4.30":
37+
"@oclif/command@^1.4.30":
3838
version "1.4.30"
3939
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.30.tgz#631eb423182517dc38711d6270aecb621bfa24a9"
4040
dependencies:
@@ -80,11 +80,18 @@
8080
"@oclif/linewrap" "^1.0.0"
8181
chalk "^2.4.1"
8282

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"
8686
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"
8895
chalk "^2.4.1"
8996
indent-string "^3.2.0"
9097
lodash.template "^4.4.0"
@@ -127,9 +134,9 @@
127134
version "5.2.0"
128135
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"
129136

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"
133140

134141
"@types/semver@^5.5.0":
135142
version "5.5.0"
@@ -1428,9 +1435,9 @@ type-detect@^4.0.0:
14281435
version "4.0.8"
14291436
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
14301437

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"
14341441

14351442
union-value@^1.0.0:
14361443
version "1.0.0"

0 commit comments

Comments
 (0)