Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix: changeset build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 17, 2023
1 parent d2ddf18 commit c696c98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"expo-app",
"babel-gluestack-style-resolver-example",
"example-storybook",
"next-example-styled",
"benchmark-next"
]
"ignore": ["benchmark-next", "@gluestack/ui-storybook"]
}
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@expo/html-elements": "^0.4.2",
"@gluestack-style/react": "^0.2.11-alpha.0",
"@gluestack-style/react": "1.0.6",
"@gluestack-ui/actionsheet": "^0.2.16",
"@gluestack-ui/alert-dialog": "^0.1.14",
"@gluestack-ui/button": "^0.1.23",
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"styled-components": "^5.3.0"
},
"devDependencies": {
"@gluestack-style/babel-plugin-styled-resolver": "^0.1.6",
"@gluestack-style/react": "^0.1.33",
"@gluestack-style/babel-plugin-styled-resolver": "1.0.0",
"@gluestack-style/react": "1.0.6",
"@emotion/styled": "^11.3.0",
"@expo/next-adapter": "^4.0.13",
"@types/react": "17.0.1",
Expand Down

0 comments on commit c696c98

Please sign in to comment.