Skip to content

Commit c3c155f

Browse files
authored
chore: bump to typescript@3.8 (#9607)
1 parent c2a879d commit c3c155f

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"slash": "^3.0.0",
7878
"string-length": "^3.1.0",
7979
"strip-ansi": "^6.0.0",
80-
"typescript": "^3.7.2",
80+
"typescript": "^3.8.2",
8181
"webpack": "^4.28.4",
8282
"which": "^2.0.1"
8383
},

packages/jest-reporters/src/coverage_reporter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ export default class CoverageReporter extends BaseReporter {
511511
const reportContext = istanbulReport.createContext(
512512
// @ts-ignore
513513
{
514+
// @ts-ignore
514515
coverageMap: map,
515516
dir: this._globalConfig.coverageDirectory,
516517
// @ts-ignore

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14181,10 +14181,10 @@ typedarray@^0.0.6:
1418114181
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1418214182
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1418314183

14184-
typescript@*, typescript@^3.7.2:
14185-
version "3.7.5"
14186-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
14187-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
14184+
typescript@*, typescript@^3.8.2:
14185+
version "3.8.2"
14186+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
14187+
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
1418814188

1418914189
ua-parser-js@^0.7.18:
1419014190
version "0.7.21"

0 commit comments

Comments
 (0)