Skip to content

Commit 6539dd4

Browse files
committed
Upgrade to latest typescript
Otherwise the build keeps failing for me as tsc won't compile anymore. Not sure why things work on CI/for asher but I don't think this will cause any additional issues.
1 parent e8ac0d3 commit 6539dd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"stylelint": "^13.0.0",
5757
"stylelint-config-recommended": "^3.0.0",
5858
"ts-node": "^8.4.1",
59-
"typescript": "3.7.2"
59+
"typescript": "4.0.2"
6060
},
6161
"resolutions": {
6262
"@types/node": "^12.12.7",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7088,10 +7088,10 @@ typedarray@^0.0.6:
70887088
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
70897089
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
70907090

7091-
typescript@3.7.2:
7092-
version "3.7.2"
7093-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
7094-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
7091+
typescript@4.0.2:
7092+
version "4.0.2"
7093+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
7094+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
70957095

70967096
uncss@^0.17.2:
70977097
version "0.17.3"

0 commit comments

Comments
 (0)