Skip to content

Commit

Permalink
fix: make storybook6 default, and keep storybook7 separate
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshah98 committed Oct 24, 2023
1 parent 7abd3a5 commit 87e77b3
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 515 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@babel/eslint-plugin": "^7.19.1",
"@babel/preset-env": "^7.22.9",
"@storybook/react": "^6.5.13",
"@storybook/react-webpack5": "^7.5.0",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^6.1.1",
"cross-env": "^7.0.3",
Expand All @@ -61,6 +62,7 @@
"nock": "^13.2.9",
"nyc": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"storybook": "^7.5.0"
}
}
Loading

0 comments on commit 87e77b3

Please sign in to comment.