Skip to content

Commit

Permalink
fix: workspace build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj Ajay Joshi authored and Viraj Ajay Joshi committed Feb 27, 2024
1 parent d3ade66 commit 4c29095
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gluestack/storybook-nativewind",
"name": "@nativewind-gluestack/storybook-nativewind",
"private": true,
"version": "0.1.0",
"main": "index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@expo/webpack-config": "^0.17.2",
"@geometricpanda/storybook-addon-iframe": "^0.2.2",
"@gluestack-style/react": "^1.0.26",
"@gluestack-ui/config": "^1.0.8",
"@gluestack-ui/themed": "^1.1.2",
"@gluestack-ui/config": "^1.1.10",
"@gluestack-ui/themed": "^1.1.8",
"@gluestack/design-system": "^0.5.27",
"@legendapp/motion": "^2.2.0",
"@react-aria/button": "^3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"test": "bash ./scripts/test.sh",
"dev": "turbo run dev",
"build": "turbo run build --filter=[@gluestack-*,@react-native-aria*] --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-* --no-cache --ignore=@gluestack-style/react",
"build": "turbo run build --filter=@gluestack-style/react --filter=@react-native-aria/* --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-ui/* --filter=@gluestack-style/* --no-cache",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"release": "changeset publish",
Expand Down
17 changes: 17 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @gluestack-ui/config

# <<<<<<< Updated upstream

## 1.1.10

### Patch Changes

- dependencies changes

## 1.1.9

### Patch Changes

- fix: `lineHeight` issue with `Text`.
- @gluestack-ui/themed@1.1.9

> > > > > > > Stashed changes
## 1.1.2

### Patch Changes
Expand Down
40 changes: 37 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/config",
"version": "1.1.4",
"version": "1.1.10",
"main": "build/gluestack-ui.config.js",
"types": "build/gluestack-ui.config.d.ts",
"module": "build/gluestack-ui.config",
Expand Down Expand Up @@ -34,8 +34,42 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@gluestack-style/react": "^1.0.43",
"@gluestack-ui/themed": "^1.1.0"
"@expo/html-elements": "latest",
"@gluestack-style/animation-resolver": "1.0.4",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-ui/accordion": "1.0.1",
"@gluestack-ui/actionsheet": "0.2.37",
"@gluestack-ui/alert": "0.1.12",
"@gluestack-ui/alert-dialog": "0.1.25",
"@gluestack-ui/avatar": "0.1.15",
"@gluestack-ui/button": "1.0.1",
"@gluestack-ui/checkbox": "0.1.24",
"@gluestack-ui/divider": "0.1.8",
"@gluestack-ui/fab": "0.1.18",
"@gluestack-ui/form-control": "0.1.16",
"@gluestack-ui/icon": "0.1.20",
"@gluestack-ui/image": "0.1.7",
"@gluestack-ui/input": "0.1.24",
"@gluestack-ui/link": "0.1.17",
"@gluestack-ui/menu": "0.2.29",
"@gluestack-ui/modal": "0.1.29",
"@gluestack-ui/overlay": "0.1.12",
"@gluestack-ui/popover": "0.1.31",
"@gluestack-ui/pressable": "0.1.14",
"@gluestack-ui/progress": "0.1.13",
"@gluestack-ui/provider": "0.1.10",
"@gluestack-ui/radio": "0.1.25",
"@gluestack-ui/select": "0.1.24",
"@gluestack-ui/slider": "0.1.21",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.19",
"@gluestack-ui/tabs": "0.1.14",
"@gluestack-ui/textarea": "0.1.20",
"@gluestack-ui/toast": "1.0.4",
"@gluestack-ui/tooltip": "0.1.26",
"@legendapp/motion": "latest",
"@gluestack-style/react": "1.0.48",
"@gluestack-ui/themed": "1.1.8"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/config/src/components/AlertDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
import { createAlertDialog } from '@gluestack-ui/alert-dialog';
import { View, Pressable, ScrollView } from 'react-native';
import { styled } from '@gluestack-style/react';

const StyledRoot = styled(
View,
{
Expand Down

0 comments on commit 4c29095

Please sign in to comment.