Browse Source

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

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

2
package.json

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

8
yarn.lock

@ -8910,10 +8910,10 @@ ts-node@8.6.2:
source-map-support "^0.5.6"
yn "3.1.1"
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.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.10.0"

Loading…
Cancel
Save