Browse Source

Merge pull request #36 from beaussan/renovate/typescript-3.x

⬆️ Upgrade dependency typescript to v3.8.3
pull/37/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
2522766bb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -52,7 +52,7 @@
"strip-ansi": "6.0.0",
"ts-jest": "25.2.1",
"ts-node": "8.6.2",
"typescript": "3.8.2"
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"

8
yarn.lock

@ -8978,10 +8978,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typescript@3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
typescript@3.8.3:
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
uglify-js@^3.1.4:
version "3.7.7"

Loading…
Cancel
Save