Browse Source

⬆️ Upgrade dependency tslib to v2.0.1

pull/165/head
Renovate Bot 6 years ago
parent
commit
018ece688f
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -21,7 +21,7 @@
"isomorphic-git": "1.7.0",
"latest-version": "5.1.0",
"prompts": "2.3.2",
"tslib": "2.0.0"
"tslib": "2.0.1"
},
"devDependencies": {
"@babel/core": "7.10.2",

8
yarn.lock

@ -9602,10 +9602,10 @@ ts-node@8.10.2:
source-map-support "^0.5.17"
yn "3.1.1"
tslib@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
tslib@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
tslib@^1, tslib@^1.8.1, tslib@^1.9.3:
version "1.10.0"

Loading…
Cancel
Save