Skip to content

Commit cb24ff0

Browse files
committed
fix(deps): update dependency typescript to ^4.4.2
1 parent e2b9c7e commit cb24ff0

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
@@ -44,7 +44,7 @@
4444
"stylelint": "^13.13.1",
4545
"ts-morph": "^11.0.3",
4646
"ts-node": "^10.1.0",
47-
"typescript": "^4.3.5"
47+
"typescript": "^4.4.2"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.15.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8275,10 +8275,10 @@ typescript@^3.9.3:
82758275
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
82768276
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
82778277

8278-
typescript@^4.3.5:
8279-
version "4.3.5"
8280-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
8281-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
8278+
typescript@^4.4.2:
8279+
version "4.4.2"
8280+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
8281+
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
82828282

82838283
uglify-js@^3.1.4:
82848284
version "3.14.0"

0 commit comments

Comments
 (0)