Browse Source

⬆️ Upgrade dependency tslib to v2

pull/120/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
ceb95bdb9b
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -21,7 +21,7 @@
"isomorphic-git": "1.4.0",
"latest-version": "5.1.0",
"prompts": "2.3.2",
"tslib": "1.13.0"
"tslib": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.9.6",

8
yarn.lock

@ -9493,10 +9493,10 @@ ts-node@8.10.1:
source-map-support "^0.5.17"
yn "3.1.1"
tslib@1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
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@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.10.0"

Loading…
Cancel
Save