Skip to content

Commit c144aff

Browse files
committed
Update dependency typescript to v4
1 parent 92e0b6b commit c144aff

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
@@ -105,7 +105,7 @@
105105
"nyc": "^14.1.1",
106106
"sinon": "^7.5.0",
107107
"supertest": "^4.0.2",
108-
"typescript": "^3.7.2",
108+
"typescript": "^4.0.0",
109109
"webmention-testpinger": "^0.7.0"
110110
}
111111
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,10 +5626,10 @@ typedarray@^0.0.6:
56265626
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
56275627
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
56285628

5629-
typescript@^3.7.2:
5630-
version "3.7.2"
5631-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
5632-
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
5629+
typescript@^4.0.0:
5630+
version "4.4.4"
5631+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
5632+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
56335633

56345634
uglify-js@^3.1.4:
56355635
version "3.6.8"

0 commit comments

Comments
 (0)