Skip to content

Commit 1de2f69

Browse files
committed
fix: simplify type annotations for Dialog and Popover
- Use 'as any' to avoid complex type inference issues in declaration generation - These are wrapper components that don't need strict type declarations
1 parent b0f5a49 commit 1de2f69

2 files changed

Lines changed: 96 additions & 5 deletions

File tree

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"release:dry-run": "semantic-release --dry-run"
7272
},
7373
"peerDependencies": {
74+
"@tamagui/core": ">=1.138.0",
75+
"expo": ">=51.0.0",
7476
"react": ">=18.0.0",
77+
"react-hook-form": ">=7.0.0",
7578
"react-native": ">=0.74.0",
76-
"expo": ">=51.0.0",
7779
"tamagui": ">=1.138.0",
78-
"@tamagui/core": ">=1.138.0",
79-
"react-hook-form": ">=7.0.0",
8080
"zod": ">=3.0.0"
8181
},
8282
"peerDependenciesMeta": {
@@ -106,18 +106,20 @@
106106
"@tiptap/react": "^2.27.1",
107107
"@tiptap/starter-kit": "^2.27.1",
108108
"@ts-react/form": "~1.6.4",
109+
"awesome-phonenumber": "~7.5.0",
109110
"expo-router": "~6.0.14",
110111
"moti": "~0.25.3",
111112
"react-dom": "19.1.0",
112113
"react-dropzone": "~14.3.8",
113-
"react-native-reanimated": "~4.1.2",
114-
"awesome-phonenumber": "~7.5.0"
114+
"react-native-reanimated": "~4.1.2"
115115
},
116116
"devDependencies": {
117117
"@biomejs/biome": "~2.3.6",
118+
"@tamagui/config": "^1.138.6",
118119
"@testing-library/jest-dom": "^6.4.2",
119120
"@types/node": "~20.0.0",
120121
"@types/react": "~19.1.0",
122+
"@vitejs/plugin-react": "^5.1.1",
121123
"tsup": "^8.0.0",
122124
"typescript": "~5.9.2",
123125
"vitest": "^4.0.10"

pnpm-lock.yaml

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)