Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed Mar 6, 2024
1 parent 6723f5d commit 31500c0
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 34 deletions.
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/auth",
"version": "1.0.12",
"version": "1.0.13",
"description": "Library with Firebase authentication.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down Expand Up @@ -28,14 +28,14 @@
"clean": "rm -rf dist && rm -rf node_modules"
},
"dependencies": {
"firebase-admin": "^12.0.0"
"firebase-admin": "^12.0.0",
"@hookform/resolvers": "^3.3.4",
"react-hook-form": "^7.50.1"
},
"peerDependencies": {
"@hanzo/ui": "^1.0.8",
"@hookform/resolvers": "^3.3.4",
"firebase": "^10.8.0",
"lucide-react": "^0.336.0",
"react-hook-form": "^7.50.1",
"lucide-react": "^0.344.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"next": "^14.1.0",
Expand Down
18 changes: 2 additions & 16 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/ui",
"version": "1.0.10",
"version": "1.0.11",
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand All @@ -14,20 +14,6 @@
"url": "git+https://github.com/hanzoai/react-sdk.git",
"directory": "packages/ui"
},
"files": [
"assets",
"blocks",
"common",
"context-providers",
"dist",
"next",
"primitives",
"siteDef",
"style",
"tailwind",
"types",
"util"
],
"keywords": [
"components",
"ui",
Expand Down Expand Up @@ -71,7 +57,7 @@
"lodash.castarray": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.307.0",
"lucide-react": "^0.344.0",
"markdown-to-jsx": "^7.3.2",
"postcss-selector-parser": "^6.0.13",
"react-day-picker": "^8.7.1",
Expand Down
59 changes: 46 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 31500c0

Please sign in to comment.