Skip to content

Commit d7c8ec3

Browse files
committed
fix(deps): update dependency typescript to ^4.4.3
1 parent 0241982 commit d7c8ec3

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
@@ -47,7 +47,7 @@
4747
"stylelint": "^13.13.1",
4848
"ts-morph": "^11.0.3",
4949
"ts-node": "^10.1.0",
50-
"typescript": "^4.3.5"
50+
"typescript": "^4.4.3"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "^7.15.0",

yarn.lock

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

8290-
typescript@^4.3.5:
8291-
version "4.3.5"
8292-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
8293-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
8290+
typescript@^4.4.3:
8291+
version "4.4.3"
8292+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
8293+
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
82948294

82958295
uglify-js@^3.1.4:
82968296
version "3.14.0"

0 commit comments

Comments
 (0)