Skip to content

Commit 1e8e053

Browse files
committed
fix: update forgotten portal primitive + remove unnecessary zustand dep
1 parent c2cae5a commit 1e8e053

File tree

4 files changed

+791
-1229
lines changed

4 files changed

+791
-1229
lines changed

apps/showcase/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@rn-primitives/aspect-ratio": "~1.2.0",
2323
"@rn-primitives/collapsible": "~1.2.0",
2424
"@rn-primitives/label": "~1.2.0",
25-
"@rn-primitives/portal": "~1.2.0",
25+
"@rn-primitives/portal": "~1.3.0",
2626
"@rn-primitives/slider": "~1.2.0",
2727
"@rn-primitives/toast": "~1.2.0",
2828
"@rn-primitives/toolbar": "~1.2.0",
@@ -57,8 +57,7 @@
5757
"react-native-web": "~0.20.0",
5858
"tailwind-merge": "^2.2.1",
5959
"tailwindcss-animate": "^1.0.7",
60-
"zod": "^3.22.4",
61-
"zustand": "^4.4.7"
60+
"zod": "^3.22.4"
6261
},
6362
"devDependencies": {
6463
"@babel/core": "^7.26.0",

packages/reusables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"@rn-primitives/menubar": "~1.2.0",
157157
"@rn-primitives/navigation-menu": "~1.2.0",
158158
"@rn-primitives/popover": "~1.2.0",
159-
"@rn-primitives/portal": "~1.2.0",
159+
"@rn-primitives/portal": "~1.3.0",
160160
"@rn-primitives/progress": "~1.2.0",
161161
"@rn-primitives/radio-group": "~1.2.0",
162162
"@rn-primitives/select": "~1.2.0",

packages/templates/starter-base/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"react-native-web": "~0.20.0",
4141
"tailwind-merge": "^2.2.1",
4242
"tailwindcss": "3.3.5",
43-
"tailwindcss-animate": "^1.0.7",
44-
"zustand": "^4.4.7"
43+
"tailwindcss-animate": "^1.0.7"
4544
},
4645
"devDependencies": {
4746
"@babel/core": "^7.26.0",

0 commit comments

Comments
 (0)