Skip to content

Commit e586dff

Browse files
authored
fix(elements): Correctly specify dependency on type-fest package (#6711)
1 parent b2f8c22 commit e586dff

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.changeset/silent-women-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/elements': patch
3+
---
4+
5+
Correctly specify dependency on `type-fest` package.

packages/elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
"@xstate/react": "^6.0.0",
8282
"client-only": "^0.0.1",
8383
"tslib": "catalog:repo",
84+
"type-fest": "^4.41.0",
8485
"xstate": "^5.20.2"
8586
},
8687
"devDependencies": {
8788
"@statelyai/inspect": "^0.4.0",
8889
"concurrently": "^9.2.0",
89-
"next": "14.2.32",
90-
"type-fest": "^4.41.0"
90+
"next": "14.2.32"
9191
},
9292
"peerDependencies": {
9393
"next": "^13.5.4 || ^14.0.3 || ^15",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)