Skip to content

Commit

Permalink
fix(themes): Add tslib and @clerk/types as dependencies to @clerk/the…
Browse files Browse the repository at this point in the history
…mes (#2665) (#2987)

* fix(themes): Add tslib and @clerk/types as dependencies to @clerk/themes (#2665)

(cherry picked from commit ce0b68e)

* Create selfish-mugs-love.md

* chore(themes): Revert unrelated change

* chore(repo): Reset lock file

* chore(repo): Update lock file

---------

Co-authored-by: Ian Macalinao <github-primary@igm.pub>
  • Loading branch information
LekoArts and macalinao authored Mar 13, 2024
1 parent fe929d4 commit 13014f6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-mugs-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/themes': patch
---

Add `tslib` and `@clerk/types` to dependencies
76 changes: 42 additions & 34 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 packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
"dev": "tsc -p tsconfig.build.json --watch",
"lint": "eslint src/"
},
"devDependencies": {
"dependencies": {
"@clerk/types": "3.62.1",
"tslib": "2.4.1"
},
"devDependencies": {
"typescript": "*"
},
"peerDependencies": {
Expand Down

0 comments on commit 13014f6

Please sign in to comment.