diff --git a/apps/connect/CHANGELOG.md b/apps/connect/CHANGELOG.md index 38ebb9c2..f9b619bb 100644 --- a/apps/connect/CHANGELOG.md +++ b/apps/connect/CHANGELOG.md @@ -1,6 +1,7 @@ # connect ## 0.1.2 + ### Patch Changes - Updated dependencies [cb54727] @@ -11,6 +12,7 @@ - @graphprotocol/hypergraph@0.3.0 ## 0.1.1 + ### Patch Changes - Updated dependencies [8622688] @@ -18,6 +20,7 @@ - @graphprotocol/hypergraph@0.2.0 ## 0.1.0 + ### Patch Changes - 114d743: breaking changes of the authentication flow to improve security and fix invitations diff --git a/apps/connect/package.json b/apps/connect/package.json index 4e0711b7..0ac5f331 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -14,10 +14,11 @@ "check:fix": "pnpm run lint:fix && pnpm run format" }, "dependencies": { - "@base-ui-components/react": "1.0.0-beta.0", + "@base-ui-components/react": "1.0.0-beta.1", "@graphprotocol/grc-20": "^0.21.6", "@graphprotocol/hypergraph": "workspace:*", "@graphprotocol/hypergraph-react": "workspace:*", + "@heroicons/react": "^2.2.0", "@privy-io/react-auth": "^2.13.0", "@tanstack/react-query": "^5.75.5", "@tanstack/react-router": "^1.120.2", @@ -25,27 +26,25 @@ "@xstate/store": "^3.5.1", "clsx": "^2.1.1", "effect": "^3.17.1", - "framer-motion": "^12.10.1", "graphql-request": "^7.2.0", - "lucide-react": "^0.508.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "tailwind-merge": "^3.2.0", + "tailwind-merge": "^3.3.1", "viem": "^2.30.6", "vite": "^6.3.5" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.10", + "@tailwindcss/vite": "^4.1.11", "@tanstack/router-plugin": "^1.120.2", "@types/node": "^24.1.0", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "@vitejs/plugin-react": "^4.4.1", - "prettier": "^3.6.0", - "prettier-plugin-tailwindcss": "^0.6.13", - "tailwindcss": "^4.1.10", - "unplugin-fonts": "^1.3.1", - "vite-plugin-node-polyfills": "^0.23.0", + "prettier": "^3.6.2", + "prettier-plugin-tailwindcss": "^0.6.14", + "tailwindcss": "^4.1.11", + "unplugin-fonts": "^1.4.0", + "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-svgr": "^4.3.0" } } diff --git a/apps/connect/src/components/CreateSpaceCard.tsx b/apps/connect/src/components/CreateSpaceCard.tsx index 3885a169..e1f7298d 100644 --- a/apps/connect/src/components/CreateSpaceCard.tsx +++ b/apps/connect/src/components/CreateSpaceCard.tsx @@ -149,7 +149,7 @@ export function CreateSpaceCard({ className, ...props }: CreateSpaceCardProps) { className="c-input grow" />