Skip to content

Commit

Permalink
chore: upgrade and make tslib a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Apr 30, 2024
1 parent 03002b4 commit edffd49
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
35 changes: 23 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"types",
"type guards"
],
"peerDependencies": {
"tslib": "^1.9.0"
"dependencies": {
"tslib": "2.6.2"
},
"devDependencies": {
"@silvermine/chai-strictly-equal": "1.1.0",
Expand All @@ -59,7 +59,6 @@
"sinon": "5.1.1",
"source-map-support": "0.5.16",
"ts-node": "7.0.1",
"tslib": "1.9.3",
"typescript": "3.9.5"
}
}

0 comments on commit edffd49

Please sign in to comment.