Skip to content

Commit

Permalink
build: update tslib and make a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Jun 21, 2024
1 parent 9c8c9f8 commit 35952a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
23 changes: 13 additions & 10 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,17 @@
"source-map-support": "0.5.9",
"standard-version": "git+https://github.com/jthomerson/standard-version.git#fix-305-header-repeat",
"ts-node": "7.0.1",
"tslib": "2.6.3",
"typescript": "4.7.4"
},
"dependencies": {
"@silvermine/toolbox": "0.3.0",
"cookie": "0.3.1",
"path-to-regexp": "0.1.7",
"qs": "6.6.0",
"tslib": "1.9.3",
"underscore": "1.9.1"
},
"peerDependencies": {
"tslib": "^1.9.0 || ^2"
}
}

0 comments on commit 35952a3

Please sign in to comment.