Skip to content

Commit ab87b10

Browse files
committed
fix(deps): update dependency typescript to ^4.5.4
1 parent 182afef commit ab87b10

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.5.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
@@ -8317,10 +8317,10 @@ typescript@^3.9.3:
83178317
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
83188318
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
83198319

8320-
typescript@^4.3.5:
8321-
version "4.3.5"
8322-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
8323-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
8320+
typescript@^4.5.4:
8321+
version "4.5.4"
8322+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
8323+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
83248324

83258325
uglify-js@^3.1.4:
83268326
version "3.14.0"

0 commit comments

Comments
 (0)