Skip to content

Commit

Permalink
chore: bump to [email protected] (#9607)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Feb 21, 2020
1 parent c2a879d commit c3c155f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"slash": "^3.0.0",
"string-length": "^3.1.0",
"strip-ansi": "^6.0.0",
"typescript": "^3.7.2",
"typescript": "^3.8.2",
"webpack": "^4.28.4",
"which": "^2.0.1"
},
Expand Down
1 change: 1 addition & 0 deletions packages/jest-reporters/src/coverage_reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ export default class CoverageReporter extends BaseReporter {
const reportContext = istanbulReport.createContext(
// @ts-ignore
{
// @ts-ignore
coverageMap: map,
dir: this._globalConfig.coverageDirectory,
// @ts-ignore
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14181,10 +14181,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

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

ua-parser-js@^0.7.18:
version "0.7.21"
Expand Down

0 comments on commit c3c155f

Please sign in to comment.