Browse Source

Merge pull request #27 from beaussan/renovate/tslib-1.x

⬆️ Upgrade dependency tslib to v1.11.0
pull/31/head
Nicolas Beaussart 6 years ago
committed by GitHub
parent
commit
7a5ed827ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 7
      yarn.lock

2
package.json

@ -21,7 +21,7 @@
"isomorphic-git": "0.78.5",
"latest-version": "5.1.0",
"prompts": "2.3.1",
"tslib": "1.10.0"
"tslib": "1.11.0"
},
"devDependencies": {
"@babel/core": "7.8.4",

7
yarn.lock

@ -8923,7 +8923,12 @@ ts-node@8.6.2:
source-map-support "^0.5.6"
yn "3.1.1"
tslib@1.10.0, tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
tslib@1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.0.tgz#f1f3528301621a53220d58373ae510ff747a66bc"
integrity sha512-BmndXUtiTn/VDDrJzQE7Mm22Ix3PxgLltW9bSNLoeCY31gnG2OPx0QqJnuc9oMIKioYrz487i6K9o4Pdn0j+Kg==
tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

Loading…
Cancel
Save