Skip to content

Commit 8253d1d

Browse files
committed
fix(docs): add missing registry dependencies
1 parent 5d33f29 commit 8253d1d

File tree

11 files changed

+23
-3
lines changed

11 files changed

+23
-3
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rm -rf .next .source node_modules",
88
"dev": "next dev",
99
"start": "next start",
10-
"registry:build:all": "pnpm registry:build:new-york && pnpm registry:build:new-york:local",
10+
"registry:build:all": "pnpm registry:generate:local && pnpm registry:build:new-york && pnpm registry:build:new-york:local",
1111
"registry:build:new-york": "shadcn build ./registry/new-york.json --output ./public/r/new-york",
1212
"registry:build:new-york:local": "shadcn build ./registry/new-york.local.json --output ./public/local/r/new-york",
1313
"registry:generate:local": "node ./scripts/generate-local-registry.js",

apps/docs/public/r/new-york/alert-dialog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/button.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/text.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/context-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/icon.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/dialog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/icon.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/dropdown-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/icon.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/hover-card.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"@rn-primitives/hover-card"
1010
],
1111
"registryDependencies": [
12-
"https://reactnativereusables.com/r/new-york/text.json"
12+
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json"
1314
],
1415
"files": [
1516
{

apps/docs/public/r/new-york/menubar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/icon.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/select.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/text.json",
13+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1314
"https://reactnativereusables.com/r/new-york/icon.json"
1415
],
1516
"files": [

apps/docs/public/r/new-york/user-menu-clerk.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/avatar.json",
1313
"https://reactnativereusables.com/r/new-york/button.json",
14+
"https://reactnativereusables.com/r/new-york/icon.json",
1415
"https://reactnativereusables.com/r/new-york/popover.json",
1516
"https://reactnativereusables.com/r/new-york/text.json"
1617
],

apps/docs/public/r/new-york/user-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"registryDependencies": [
99
"https://reactnativereusables.com/r/new-york/avatar.json",
1010
"https://reactnativereusables.com/r/new-york/button.json",
11+
"https://reactnativereusables.com/r/new-york/icon.json",
1112
"https://reactnativereusables.com/r/new-york/popover.json",
1213
"https://reactnativereusables.com/r/new-york/text.json"
1314
],

0 commit comments

Comments
 (0)