Skip to content

Commit

Permalink
Merge pull request #261 from mkobayashime/tslib
Browse files Browse the repository at this point in the history
Add `tslib` package as peer dep of `@rollup/plugin-typescript`
  • Loading branch information
mkobayashime authored Nov 10, 2023
2 parents c8cc37b + b3885a4 commit d65a772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"prettier": "3.0.1",
"rollup": "3.29.4",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,11 @@ ts-node@10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

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==

tslib@^2.1.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
Expand Down

0 comments on commit d65a772

Please sign in to comment.