Skip to content

Commit 53f6763

Browse files
committed
build: update dependency typescript to ~3.8.0
1 parent 5bc6b7f commit 53f6763

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
@@ -126,7 +126,7 @@
126126
"tsickle": "^0.37.0",
127127
"tslib": "^1.10.0",
128128
"tslint": "~5.20.0",
129-
"typescript": "~3.5.3",
129+
"typescript": "~3.8.0",
130130
"verdaccio": "^4.0.0-alpha.6"
131131
},
132132
"husky": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -14407,11 +14407,16 @@ typedarray@^0.0.6:
1440714407
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1440814408
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1440914409

14410-
[email protected], typescript@~3.5.3:
14410+
1441114411
version "3.5.3"
1441214412
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
1441314413
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
1441414414

14415+
typescript@~3.8.0:
14416+
version "3.8.3"
14417+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
14418+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
14419+
1441514420
uglify-js@^3.1.4:
1441614421
version "3.7.2"
1441714422
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.2.tgz#cb1a601e67536e9ed094a92dd1e333459643d3f9"

0 commit comments

Comments
 (0)