Skip to content

Commit f3ebb2a

Browse files
authored
Update Typescript to 4.5 (#2060)
1 parent c0fbed9 commit f3ebb2a

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
@@ -100,7 +100,7 @@
100100
"rimraf": "^3.0.2",
101101
"terser": "^5.5.1",
102102
"tsify": "^5.0.2",
103-
"typescript": "^4.1.3"
103+
"typescript": "^4.5.3"
104104
},
105105
"jest": {
106106
"testEnvironment": "node",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7548,10 +7548,10 @@ typescript@^3.2.2:
75487548
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
75497549
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
75507550

7551-
typescript@^4.1.3:
7552-
version "4.4.4"
7553-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
7554-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
7551+
typescript@^4.5.3:
7552+
version "4.5.3"
7553+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c"
7554+
integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==
75557555

75567556
typeson-registry@^1.0.0-alpha.20:
75577557
version "1.0.0-alpha.39"

0 commit comments

Comments
 (0)