Skip to content

Commit dd9324f

Browse files
authored
bug fix on a pull request vercel#64911 (vercel#64925)
### What? Fixes a bug of removed dependencies by accident, which caused the example not to install dependencies. ### How to test? Running this script should initiate a project that works correctly: ``` pnpm create next-app --example with-storybook with-storybook-app ``` Fixes this pull request vercel#64911
1 parent 04f5f87 commit dd9324f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/with-storybook/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"storybook": "storybook dev -p 6006",
99
"build-storybook": "storybook build"
1010
},
11+
"dependencies": {
12+
"next": "14.2.2",
13+
"react": "^18",
14+
"react-dom": "^18"
15+
},
1116
"devDependencies": {
1217
"@chromatic-com/storybook": "^1.3.3",
1318
"@storybook/addon-essentials": "^8.0.9",

0 commit comments

Comments
 (0)