Skip to content

Commit 19c2b5e

Browse files
Update dependency typescript to v4.0.3 (#1452)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1ac9ef6 commit 19c2b5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"stream-to-string": "1.2.0",
254254
"ts-node": "9.0.0",
255255
"tsify": "5.0.2",
256-
"typescript": "4.0.2"
256+
"typescript": "4.0.3"
257257
},
258258
"scripts": {
259259
"build-browser-example": "browserify example/index.ts -o dist/browser-example.js -p [ tsify -p tsconfig.browser.json ]",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -4683,7 +4683,12 @@ typedarray@^0.0.6:
46834683
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
46844684
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
46854685

4686-
[email protected], typescript@^4.0.2:
4686+
4687+
version "4.0.3"
4688+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
4689+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
4690+
4691+
typescript@^4.0.2:
46874692
version "4.0.2"
46884693
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
46894694
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==

0 commit comments

Comments
 (0)