Skip to content

Commit 33ca5e8

Browse files
committed
fix(deps): update dependency typescript to v4.4.4
1 parent 7a3ac82 commit 33ca5e8

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
@@ -184,7 +184,7 @@
184184
},
185185
"dependencies": {
186186
"@angular/language-service": "13.0.0-next.15",
187-
"typescript": "4.4.3",
187+
"typescript": "4.4.4",
188188
"vscode-jsonrpc": "6.0.0",
189189
"vscode-languageclient": "7.0.0",
190190
"vscode-languageserver": "7.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,10 +2729,10 @@ typed-rest-client@^1.8.4:
27292729
tunnel "0.0.6"
27302730
underscore "^1.12.1"
27312731

2732-
2733-
version "4.4.3"
2734-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
2735-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
2732+
2733+
version "4.4.4"
2734+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
2735+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
27362736

27372737
typescript@~4.3.4, typescript@~4.3.5:
27382738
version "4.3.5"

0 commit comments

Comments
 (0)