Skip to content

Commit

Permalink
fix(elements): Remove Core 2 Beta peerDeps (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Mar 6, 2024
1 parent 097ec48 commit bf4d73e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/brown-nails-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 1 addition & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.1.19",
"version": "0.1.20",
"description": "Clerk Elements",
"keywords": [
"clerk",
Expand Down Expand Up @@ -88,8 +88,6 @@
"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"
Expand Down

0 comments on commit bf4d73e

Please sign in to comment.