Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"resolutions": {
"thread-stream": "3.1.0",
"pino": "10.0.0",
"@walletconnect/logger": "3.0.0"
"pino": "10.0.0"
},
"dependencies": {
"@ai-sdk/google": "^2.0.32",
Expand Down
7 changes: 7 additions & 0 deletions src/app/(app)/dashboard/setup/components/setup-wizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ import { STARTUPCHAIN_CHAIN_ID } from '@/lib/blockchain/startupchain-config'
import { useDraftStore } from '@/lib/store/draft'

import { CostBreakdownCard } from './cost-breakdown-card'
import {
clearFounderValidationTimer,
createIdleFounderValidation,
scheduleFounderValidation,
shouldApplyFounderResolution,
type FounderValidationState,
} from './founder-validation-utils'
import { FoundersForm } from './founders-form'
import { RegistrationProgressCard } from './registration-progress-card'

Expand Down
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"installCommand": "corepack enable && corepack prepare yarn@4.12.0 --activate && yarn install --immutable"
}
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5346,6 +5346,16 @@ __metadata:
languageName: node
linkType: hard

"@walletconnect/logger@npm:2.1.2":
version: 2.1.2
resolution: "@walletconnect/logger@npm:2.1.2"
dependencies:
"@walletconnect/safe-json": "npm:^1.0.2"
pino: "npm:7.11.0"
checksum: 10c0/c66e835d33f737f48d6269f151650f6d7bb85bd8b59580fb8116f94d460773820968026e666ddf4a1753f28fceb3c54aae8230a445108a116077cb13a293842f
languageName: node
linkType: hard

"@walletconnect/logger@npm:3.0.0":
version: 3.0.0
resolution: "@walletconnect/logger@npm:3.0.0"
Expand Down
Loading