Skip to content

Commit 7571774

Browse files
committed
refactor: upgrade TS to 4.1.3
1 parent 0a07d67 commit 7571774

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"stylelint": "^13.0.0",
6363
"stylelint-config-recommended": "^3.0.0",
6464
"ts-node": "^9.0.0",
65-
"typescript": "4.0.2"
65+
"typescript": "^4.1.3"
6666
},
6767
"resolutions": {
6868
"@types/node": "^12.12.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9213,10 +9213,10 @@ typedarray@^0.0.6:
92139213
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
92149214
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
92159215

9216-
typescript@4.0.2:
9217-
version "4.0.2"
9218-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
9219-
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
9216+
typescript@^4.1.3:
9217+
version "4.1.3"
9218+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
9219+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
92209220

92219221
uncss@^0.17.3:
92229222
version "0.17.3"

0 commit comments

Comments
 (0)