Skip to content

Commit

Permalink
fix(elements): PeerDeps again... (#2944)
Browse files Browse the repository at this point in the history
* Revert "fix(elements): Remove Core 2 Beta peerDeps (#2943)"

This reverts commit bf4d73e.

* fix(elements): Fixup peerDeps again

* chore(elements): Changeset

* chore(elements): Changeset

* chore(elements): Remove

* chore(elements): Changeset

* empty changeset
  • Loading branch information
LekoArts authored Mar 6, 2024
1 parent bf4d73e commit bb4e36d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions .changeset/wild-hats-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
10 changes: 9 additions & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.1.20",
"version": "0.1.21",
"description": "Clerk Elements",
"keywords": [
"clerk",
Expand Down Expand Up @@ -88,11 +88,19 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@clerk/clerk-react": "^5.0.0-beta",
"@clerk/shared": "^2.0.0-beta",
"next": "^13.0.4 || ^14.0.3",
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"@clerk/clerk-react": {
"optional": true
},
"@clerk/shared": {
"optional": true
},
"next": {
"optional": true
}
Expand Down

0 comments on commit bb4e36d

Please sign in to comment.