Skip to content

Commit

Permalink
Merge branch 'main' into fix/testing-esm-export
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef authored Apr 26, 2024
2 parents 4c5edbc + 0a825dc commit 2b27f0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/mean-snakes-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/localizations': minor
'@clerk/themes': minor
---

Drop `react` and `react-dom` as peer dependencies since they are not necessary for this package.
5 changes: 0 additions & 5 deletions packages/localizations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,10 @@
},
"devDependencies": {
"@clerk/types": "4.1.0",
"@types/node": "^18.17.0",
"eslint-config-custom": "*",
"tsup": "*",
"typescript": "*"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"engines": {
"node": ">=18.17.0"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@
"tslib": "2.4.1"
},
"devDependencies": {
"@types/node": "^18.17.0",
"eslint-config-custom": "*",
"typescript": "*"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"engines": {
"node": ">=18.17.0"
},
Expand Down

0 comments on commit 2b27f0a

Please sign in to comment.