Skip to content

Commit

Permalink
[colors] fix: declare explicit dependency on tslib (#6183)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored May 25, 2023
1 parent 86f3453 commit 1ac997f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"lint-fix": "es-lint --fix && sass-lint --fix",
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"tslib": "~2.5.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^7.1.3",
"mocha": "^10.2.0",
Expand Down

1 comment on commit 1ac997f

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[colors] fix: declare explicit dependency on `tslib` (#6183)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.