Skip to content

Commit

Permalink
Merge pull request #22 from TrySound/upgrade-tslib
Browse files Browse the repository at this point in the history
Upgrade tslib
  • Loading branch information
theKashey committed Dec 10, 2020
2 parents e0b9bfc + 8460836 commit 125a50b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
},
"homepage": "https://github.com/theKashey/focus-lock#readme",
"devDependencies": {
"@theuiteam/lib-builder": "^0.0.11",
"@size-limit/preset-small-lib": "^2.1.6"
"@size-limit/preset-small-lib": "^2.1.6",
"@theuiteam/lib-builder": "^0.0.11"
},
"types": "dist/es5/index.d.ts",
"engines": {
"node": ">=10"
},
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^2.0.3"
},
"husky": {
"hooks": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15709,14 +15709,14 @@ tsconfig-paths@^3.9.0:
strip-bom "^3.0.0"

tslib@^1.0.0, tslib@^1.10.0, tslib@^1.11.2, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.0, tslib@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
tslib@^2.0.0, tslib@^2.0.3, tslib@~2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslint-config-prettier@^1.18.0:
version "1.18.0"
Expand Down

0 comments on commit 125a50b

Please sign in to comment.