Skip to content

Commit 8018def

Browse files
committed
fix(deps): update dependency typescript to ^4.4.4
1 parent f8a6aca commit 8018def

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.4"
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
@@ -8304,10 +8304,10 @@ typescript@^3.9.3:
83048304
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
83058305
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
83068306

8307-
typescript@^4.3.5:
8308-
version "4.3.5"
8309-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
8310-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
8307+
typescript@^4.4.4:
8308+
version "4.4.4"
8309+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
8310+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
83118311

83128312
uglify-js@^3.1.4:
83138313
version "3.14.0"

0 commit comments

Comments
 (0)