Skip to content

Commit

Permalink
fix: make tslib a direct dependency (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 17, 2024
1 parent a1b1576 commit c9606fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -122,7 +122,8 @@
},
"dependencies": {
"json-joy": "^11.0.0",
"thingies": "^1.11.1"
"thingies": "^1.11.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
Expand Down Expand Up @@ -157,9 +158,6 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"tslib": "2"
},
"engines": {
"node": ">= 4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -6872,7 +6872,7 @@ tslib@^1.13.0, tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.3, tslib@^2.6.2:
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit c9606fb

Please sign in to comment.