Files
supabase/pnpm-workspace.yaml
Ivan Vasilov 191a291c2d feat: Preliminary work for shadcn add @supabase/...block... (#39322)
* Build the current registry.

* Export the blocks as JSON and import them into registry.json.

* Move the registry.json into public/r.

* Fix a prettier error.

* Clean up extra files in vue blocks.

* Bump shadcn.

* Readd shadcn to vue blocks.

* Fix the shadcn types.

* Remove extra package exclusions.
2025-10-07 20:32:24 +02:00

53 lines
969 B
YAML

packages:
- apps/*
- packages/*
- blocks/*
- e2e/*
catalog:
'@supabase/auth-js': 2.72.0-rc.11
'@supabase/realtime-js': ^2.11.3
'@supabase/supabase-js': ^2.47.14
'@types/node': ^22.0.0
'@types/react': ^18.3.0
'@types/react-dom': ^18.3.0
next: ^15.5.2
react: ^18.3.0
react-dom: ^18.3.0
tailwindcss: 3.4.1
typescript: ~5.9.0
valtio: ^1.12.0
vite: ^6.3.6
zod: ^3.25.76
ignoredBuiltDependencies:
- '@parcel/watcher'
- '@sentry/cli'
- contentlayer2
- core-js
- es5-ext
- esbuild
- libpg-query
- msw
- node-pty
- protobufjs
- sharp
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- ai
- '@ai-sdk/*'
- '@supabase/*'
onlyBuiltDependencies:
- supabase
overrides:
'@redocly/respect-core>form-data': ^4.0.4
'@supabase/supabase-js>@supabase/auth-js': 'catalog:'
'@tanstack/directive-functions-plugin>vite': 'catalog:'
'@tanstack/react-start-plugin>vite': 'catalog:'
esbuild: ^0.25.2
tmp: ^0.2.4