Skip to content

Commit

Permalink
!fixup dedupe packages of storybook
Browse files Browse the repository at this point in the history
there can be ONLY ONE (because storybookjs/storybook#14037)
  • Loading branch information
Haroenv committed Dec 19, 2022
1 parent e801bd7 commit 8c26608
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 1,214 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@googlemaps/jest-mocks": "2.7.5",
"@microsoft/api-extractor": "7.18.0",
"@parcel/transformer-webmanifest": "2.8.0",
"@storybook/addon-a11y": "5.0.11",
"@storybook/addon-a11y": "5.3.9",
"@storybook/addon-actions": "5.3.9",
"@storybook/addon-knobs": "5.0.11",
"@storybook/addon-links": "5.0.11",
"@storybook/addons": "5.0.11",
"@storybook/addon-knobs": "5.3.9",
"@storybook/addon-links": "5.3.9",
"@storybook/addons": "5.3.9",
"@storybook/html": "5.3.9",
"@storybook/react": "5.0.11",
"@storybook/react": "5.3.9",
"@storybook/theming": "5.3.9",
"@testing-library/dom": "8.18.1",
"@testing-library/jest-dom": "5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:es": "BABEL_ENV=es babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet",
"build:umd": "BABEL_ENV=rollup rollup -c rollup.config.js",
"storybook": "start-storybook -p 6006 -c storybook -s storybook/public",
"storybook:build": "build-storybook -s storybook/public -o ../../website/storybook/react -c storybook"
"storybook:build": "build-storybook -s storybook/public -o ../../website/stories/react -c storybook"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
Expand Down
Loading

0 comments on commit 8c26608

Please sign in to comment.