Skip to content

Commit 220b6ea

Browse files
Update dependency typescript to v4 (#63)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 39fb3e5 commit 220b6ea

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"puppeteer": "^2.1.1",
5757
"shipjs": "^0.20.0",
5858
"ts-jest": "^26.0.0",
59-
"typescript": "^3.9.7",
59+
"typescript": "^4.0.0",
6060
"typescript-eslint-language-service": "^3.0.0",
6161
"vue": "^3.0.0-rc.5",
6262
"vue-loader": "^16.0.0-beta.4",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8865,7 +8865,12 @@ typescript-eslint-language-service@^3.0.0:
88658865
dependencies:
88668866
read-pkg-up "^7.0.0"
88678867

8868-
typescript@^3.9.7, typescript@~3.9.5:
8868+
typescript@^4.0.0:
8869+
version "4.0.2"
8870+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
8871+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
8872+
8873+
typescript@~3.9.5:
88698874
version "3.9.7"
88708875
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
88718876
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

0 commit comments

Comments
 (0)