Skip to content

Commit

Permalink
fix(clerk-js): Move ui package to devDependencies (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley authored Oct 23, 2024
1 parent 46e54ed commit 7a63290
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-weeks-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/clerk-js": patch
---

Move `@clerk/ui` to `devDependencies`
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@clerk/localizations": "3.4.0",
"@clerk/shared": "2.10.1",
"@clerk/types": "4.28.0",
"@clerk/ui": "0.1.10",
"@coinbase/wallet-sdk": "4.0.4",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
Expand All @@ -71,6 +70,7 @@
},
"devDependencies": {
"@clerk/eslint-config-custom": "*",
"@clerk/ui": "0.1.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rsdoctor/webpack-plugin": "^0.4.4",
"@svgr/webpack": "^6.2.1",
Expand Down

0 comments on commit 7a63290

Please sign in to comment.