Skip to content

Commit 8a74e52

Browse files
committed
refactor(typescript): pin Typescript to ^3.9.7
1 parent 2328676 commit 8a74e52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup-plugin-json": "4",
4545
"rollup-plugin-node-resolve": "5",
4646
"semver": "^6.3.0",
47-
"typescript": "3",
47+
"typescript": "^3.9.7",
4848
"vee-validate": "^2.1.3",
4949
"vue": "^2.6.11",
5050
"vue-class-component": "^7.2.3",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13132,10 +13132,10 @@ typedarray@^0.0.6:
1313213132
version "0.0.6"
1313313133
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1313413134

13135-
typescript@3:
13136-
version "3.7.2"
13137-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
13138-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
13135+
typescript@^3.9.7:
13136+
version "3.9.7"
13137+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
13138+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
1313913139

1314013140
1314113141
version "0.7.21"

0 commit comments

Comments
 (0)