Skip to content

Commit

Permalink
fix(deps): update dependency typescript to ^3.9.7 (#43929)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 27, 2020
1 parent 0d72cba commit e489ece
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"svgstore-cli": "^1.3.1",
"terser": "^4.6.13",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"typescript": "^3.9.7",
"vfile-message": "^2.0.4",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"sass-loader": "^8.0.0",
"terser-webpack-plugin": "^3.0.1",
"thread-loader": "^2.1.3",
"typescript": "^3.8.3",
"typescript": "^3.9.7",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-rtl-plugin": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25772,10 +25772,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.8.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
typescript@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

typeson-registry@^1.0.0-alpha.20:
version "1.0.0-alpha.35"
Expand Down

0 comments on commit e489ece

Please sign in to comment.