Skip to content

Commit

Permalink
fix: latest storybook version with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jan 17, 2024
1 parent f96d5ed commit 8054772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare repository
run: git fetch --unshallow --tags
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@expo/html-elements": "^0.5.1",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "^0.73.19",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-mdx-gfm": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/addon-essentials": "^7.6.9",
"@storybook/addon-mdx-gfm": "^7.6.9",
"@storybook/react": "^7.6.9",
"@storybook/react-webpack5": "^7.6.9",
"@types/react-native-vector-icons": "^6.4.18",
"auto": "^10.36.5",
"babel-loader": "^9.1.3",
Expand Down Expand Up @@ -83,7 +83,7 @@
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"rimraf": "^5.0.5",
"storybook": "^7.6.7",
"storybook": "^7.6.9",
"typescript": "^5.3.3",
"victory": "^36.7.0",
"victory-native": "^40.0.3",
Expand Down

0 comments on commit 8054772

Please sign in to comment.