Skip to content

Commit

Permalink
fix: bump @storybook/preset-create-react-app and add it packages mi…
Browse files Browse the repository at this point in the history
…ssing it

Latest version of `@storybook/preset-create-react-app` fix some issue when working with workspaces
  • Loading branch information
gaetanmaisse committed Feb 11, 2021
1 parent 14b7c0d commit 3bca4b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@storybook/addon-storyshots": "6.2.0-alpha.25",
"@storybook/addons": "6.2.0-alpha.25",
"@storybook/client-logger": "6.2.0-alpha.25",
"@storybook/preset-create-react-app": "^3.1.6-alpha.0",
"@storybook/react": "6.2.0-alpha.25",
"@storybook/theming": "6.2.0-alpha.25",
"react-scripts": "^3.4.4"
Expand Down
1 change: 1 addition & 0 deletions examples/cra-react15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@storybook/addon-actions": "6.2.0-alpha.25",
"@storybook/addon-links": "6.2.0-alpha.25",
"@storybook/addons": "6.2.0-alpha.25",
"@storybook/preset-create-react-app": "^3.1.6-alpha.0",
"@storybook/react": "6.2.0-alpha.25",
"@storybook/theming": "6.2.0-alpha.25",
"babel-core": "6",
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@storybook/addon-essentials": "6.2.0-alpha.25",
"@storybook/addons": "6.2.0-alpha.25",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/preset-create-react-app": "^3.1.6-alpha.0",
"@storybook/react": "6.2.0-alpha.25"
},
"storybook": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@storybook/addon-knobs": "6.2.0-alpha.25",
"@storybook/addon-links": "6.2.0-alpha.25",
"@storybook/addons": "6.2.0-alpha.25",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/preset-create-react-app": "^3.1.6-alpha.0",
"@storybook/react": "6.2.0-alpha.25",
"@types/enzyme": "^3.10.8",
"enzyme": "^3.11.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4575,10 +4575,10 @@
npmlog "^4.1.2"
pretty-hrtime "^1.0.3"

"@storybook/preset-create-react-app@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.5.tgz#af46c9d64c384980d458fe99c10dcbaa623f93fd"
integrity sha512-tzYcCRD5j22/HoDZ1tvsKaVnzyd4qqTE9sn3cx56Reb0XHcm4XkvG87jx0NvBGPCZrsThyBAtB3+XNxoFbI+9Q==
"@storybook/preset-create-react-app@^3.1.6-alpha.0":
version "3.1.6-alpha.0"
resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.6-alpha.0.tgz#6b4518f72507c543fb7c4e5ad3e2aa297fd1179b"
integrity sha512-ZsKU/SN3ty0qghFnkQI0QfLlDxFqv96Q9NizwLZRFJfU9qcCEM1KC+KpsRkfSAkpGsmkga2KjZNDM0bgyXAMPQ==
dependencies:
"@types/babel__core" "^7.1.7"
"@types/webpack" "^4.41.13"
Expand Down

0 comments on commit 3bca4b5

Please sign in to comment.