Skip to content

Commit 2b8811c

Browse files
committed
feat: updated packages
1 parent da87639 commit 2b8811c

4 files changed

Lines changed: 21 additions & 31 deletions

File tree

apps/starter-kit-expo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ios": "expo start --ios",
99
"web": "expo start --web",
1010
"build": "expo export --platform web --output-dir dist",
11-
"build:preview": "yarn add @gluestack-ui-nightly/core@preview @gluestack-ui-nightly/utils@preview && expo export --platform web --output-dir dist",
11+
"build:preview": "expo export --platform web --output-dir dist",
1212
"test": "jest --watchAll"
1313
},
1414
"jest": {
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@expo/html-elements": "^0.12.5",
1919
"@expo/vector-icons": "^14.1.0",
20-
"@gluestack-ui-nightly/core": "1.0.9",
21-
"@gluestack-ui-nightly/utils": "1.0.16",
20+
"@gluestack-ui-nightly/core": "^1.2.10",
21+
"@gluestack-ui-nightly/utils": "^1.0.23",
2222
"@gorhom/bottom-sheet": "^5.0.0-alpha.11",
2323
"@legendapp/motion": "^2.4.0",
2424
"@react-aria/utils": "^3.29.0",

apps/starter-kit-expo/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,10 @@
11361136
dependencies:
11371137
tslib "^2.8.0"
11381138

1139-
"@gluestack-ui-nightly/core@1.0.9":
1140-
version "1.0.9"
1141-
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/core/-/core-1.0.9.tgz#08359a05f0b82d815c15eb23b1f4bf4564fc8e2e"
1142-
integrity sha512-sXkeFxPq6rtq3uMSLNZaVoVPp5bPOQTFrV1eKb59amjz555k/JDgbXbeTS1CwZGNr76LaJbEg34+BawgIgmKLw==
1139+
"@gluestack-ui-nightly/core@^1.2.10":
1140+
version "1.2.10"
1141+
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/core/-/core-1.2.10.tgz#2be465638e2098fb54c9a5274258ee430973f568"
1142+
integrity sha512-ilHiV/vifimZ+1Vo8PIJ8hnMgO7xosEDKl+YwELlVeaAUFBOeN+kj0jEERJy6NxKBEVZeW7lGYFaJ01fw4xDkg==
11431143
dependencies:
11441144
"@gluestack-ui-nightly/utils" "*"
11451145
react-native-svg "^15.12.0"
@@ -1154,10 +1154,10 @@
11541154
react-stately "^3.39.0"
11551155
tailwind-variants "0.1.14"
11561156

1157-
"@gluestack-ui-nightly/utils@1.0.16":
1158-
version "1.0.16"
1159-
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/utils/-/utils-1.0.16.tgz#d5e616a4efb0d009a535e764dae9fd62d85202e8"
1160-
integrity sha512-e4uX0TKrfDDKt/Mtpq2pxw4mJC//dsCqKVaRJ1n7cixzJmQvbbFmSdCB/Wa9G7cIo3zPWVoACt/MXl7BrlhJQw==
1157+
"@gluestack-ui-nightly/utils@^1.0.23":
1158+
version "1.0.23"
1159+
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/utils/-/utils-1.0.23.tgz#365a114b6bf643712f28c0342962e87e805ae3fa"
1160+
integrity sha512-Kk9oXlpPlhRAy+a3xwsHxDWpbEfxYF5vXTaaaMBm/zi+rIT3i/6MOarT6s77hr4mhX4iYN85ANFxophmtDj7jQ==
11611161
dependencies:
11621162
dom-helpers "^6.0.1"
11631163
react-aria "^3.41.1"

apps/starter-kit-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8-
"build:preview": "yarn add @gluestack-ui-nightly/utils@preview @gluestack-ui-nightly/core@preview && next build",
8+
"build:preview": "next build",
99
"start": "next start",
1010
"lint": "next lint"
1111
},

apps/starter-kit-next/yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -242,28 +242,18 @@
242242
find-yarn-workspace-root "^2.0.0"
243243
fs-extra "^11.1.0"
244244

245-
"@gluestack-ui-nightly/core@^1.2.10":
246-
version "1.2.10"
247-
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/core/-/core-1.2.10.tgz#2be465638e2098fb54c9a5274258ee430973f568"
248-
integrity sha512-ilHiV/vifimZ+1Vo8PIJ8hnMgO7xosEDKl+YwELlVeaAUFBOeN+kj0jEERJy6NxKBEVZeW7lGYFaJ01fw4xDkg==
245+
"@gluestack-ui-nightly/core@^0.0.0-pr-3079-edd54ba29-1754032671":
246+
version "0.0.0-pr-3079-edd54ba29-1754032671"
247+
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/core/-/core-0.0.0-pr-3079-edd54ba29-1754032671.tgz#eb6d21fadfaab6d84a50453526232d70a7766053"
248+
integrity sha512-+D8ML9qzp5ftOlCMgg9cMJRM8ZHtMlIl29S693+96IlGu+wAgLhMzuhiM0Yf6NLC36/kMABVmxF+ZK5aXmKZ7g==
249249
dependencies:
250-
"@gluestack-ui-nightly/utils" "*"
250+
"@gluestack-ui-nightly/utils" "0.0.0-pr-3079-edd54ba29-1754032671"
251251
react-native-svg "^15.12.0"
252252

253-
"@gluestack-ui-nightly/utils@*":
254-
version "0.1.16"
255-
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/utils/-/utils-0.1.16.tgz#a1d0a825483a49496061b2ad546fb39e06f78888"
256-
integrity sha512-23ADKc1msn8ST2pQNfc8nPpM8HyFFi01cKN2MTmj6LMMJUzmBMJxPa3jOE66IQUuowO7V0ZQ5G8+mvJrTB+H3w==
257-
dependencies:
258-
dom-helpers "^6.0.1"
259-
react-aria "^3.41.1"
260-
react-stately "^3.39.0"
261-
tailwind-variants "0.1.14"
262-
263-
"@gluestack-ui-nightly/utils@^1.0.23":
264-
version "1.0.23"
265-
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/utils/-/utils-1.0.23.tgz#365a114b6bf643712f28c0342962e87e805ae3fa"
266-
integrity sha512-Kk9oXlpPlhRAy+a3xwsHxDWpbEfxYF5vXTaaaMBm/zi+rIT3i/6MOarT6s77hr4mhX4iYN85ANFxophmtDj7jQ==
253+
"@gluestack-ui-nightly/utils@0.0.0-pr-3079-edd54ba29-1754032671", "@gluestack-ui-nightly/utils@^0.0.0-pr-3079-edd54ba29-1754032671":
254+
version "0.0.0-pr-3079-edd54ba29-1754032671"
255+
resolved "https://registry.npmjs.org/@gluestack-ui-nightly/utils/-/utils-0.0.0-pr-3079-edd54ba29-1754032671.tgz#f5dfb4ea5c76a9dc8f025faa20ec1001eb2a5d7a"
256+
integrity sha512-LQb9r/2NTjFhtKZMeIAkSIcWeXVoc+ibNrryAzDiZ0uTWVGyFciUB69ovHVVqI/vz1Bpz9lgNMHbU3X+rde4mQ==
267257
dependencies:
268258
dom-helpers "^6.0.1"
269259
react-aria "^3.41.1"

0 commit comments

Comments
 (0)