Skip to content

Commit 4f0f0f2

Browse files
committed
refactor(typescript): pin Typescript to ^3.9.7
1 parent 63c498f commit 4f0f0f2

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
@@ -40,7 +40,7 @@
4040
"rollup-plugin-json": "4",
4141
"rollup-plugin-node-resolve": "5",
4242
"semver": "^6.3.0",
43-
"typescript": "3",
43+
"typescript": "^3.9.7",
4444
"vee-validate": "^2.1.3",
4545
"vue": "^2.6.11",
4646
"vue-class-component": "^7.2.3",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13094,10 +13094,10 @@ typedarray@^0.0.6:
1309413094
version "0.0.6"
1309513095
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1309613096

13097-
typescript@3:
13098-
version "3.7.2"
13099-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
13100-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
13097+
typescript@^3.9.7:
13098+
version "3.9.7"
13099+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
13100+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
1310113101

1310213102
1310313103
version "0.7.21"

0 commit comments

Comments
 (0)