-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX Downgrade to @storybook/addon-notes to 3.4 to allow pattern lib t…
…o build
- Loading branch information
Maxime Rainville
committed
Nov 21, 2018
1 parent
0ea5467
commit b8796be
Showing
2 changed files
with
14 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"@emotion/stylis" "^0.7.1" | ||
"@emotion/utils" "^0.8.2" | ||
|
||
"@emotion/core@^0", "@emotion/core@^0.13.1": | ||
"@emotion/core@^0": | ||
version "0.13.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-0.13.1.tgz#4fa4983e18dbf089fa16584486c8033ca50013ea" | ||
dependencies: | ||
|
@@ -55,23 +55,10 @@ | |
version "0.6.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44" | ||
|
||
"@emotion/is-prop-valid@^0.6.8": | ||
version "0.6.8" | ||
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.6.8.tgz#68ad02831da41213a2089d2cab4e8ac8b30cbd85" | ||
dependencies: | ||
"@emotion/memoize" "^0.6.6" | ||
|
||
"@emotion/memoize@^0.6.6": | ||
version "0.6.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.6.6.tgz#004b98298d04c7ca3b4f50ca2035d4f60d2eed1b" | ||
|
||
"@emotion/provider@^0.11.2": | ||
version "0.11.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/provider/-/provider-0.11.2.tgz#7099f1df5641969ee4d6ff5cf1561295914030aa" | ||
dependencies: | ||
"@emotion/cache" "^0.8.8" | ||
"@emotion/weak-memoize" "^0.1.3" | ||
|
||
"@emotion/serialize@^0.9.1": | ||
version "0.9.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.9.1.tgz#a494982a6920730dba6303eb018220a2b629c145" | ||
|
@@ -85,20 +72,6 @@ | |
version "0.8.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.8.1.tgz#6eed686c927a1c39f5045ec45ecfa36de896819d" | ||
|
||
"@emotion/styled-base@^0.10.6": | ||
version "0.10.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-0.10.6.tgz#c95631b6b4f19da97e7b44ee4e3ee1931afde264" | ||
dependencies: | ||
"@emotion/is-prop-valid" "^0.6.8" | ||
"@emotion/serialize" "^0.9.1" | ||
"@emotion/utils" "^0.8.2" | ||
|
||
"@emotion/styled@^0.10.6": | ||
version "0.10.6" | ||
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-0.10.6.tgz#1f6af1d3d4bf9fdeb05a4d220046ce11ad21a7ca" | ||
dependencies: | ||
"@emotion/styled-base" "^0.10.6" | ||
|
||
"@emotion/stylis@^0.7.1": | ||
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5" | ||
|
@@ -111,10 +84,6 @@ | |
version "0.8.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc" | ||
|
||
"@emotion/weak-memoize@^0.1.3": | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.1.3.tgz#b700d97385fa91affed60c71dfd51c67e9dad762" | ||
|
||
"@silverstripe/eslint-config@^0.0.5": | ||
version "0.0.5" | ||
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-0.0.5.tgz#ab94d58e6f328d4efbcc1910572fdff5d85fc4ec" | ||
|
@@ -197,14 +166,14 @@ | |
global "^4.3.2" | ||
prop-types "^15.6.1" | ||
|
||
"@storybook/addon-notes@^4.0.4": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@storybook/addon-notes/-/addon-notes-4.0.4.tgz#97e2c897bace705f3b00504c3d4e713ce6f363cd" | ||
"@storybook/addon-notes@^3.4.10": | ||
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/addon-notes/-/addon-notes-3.4.11.tgz#64676dd628d06447af614693410a26dff80a5a33" | ||
dependencies: | ||
"@emotion/styled" "^0.10.6" | ||
"@storybook/addons" "4.0.4" | ||
marked "^0.5.1" | ||
prop-types "^15.6.2" | ||
babel-runtime "^6.26.0" | ||
marked "^0.3.17" | ||
prop-types "^15.6.1" | ||
util-deprecate "^1.0.2" | ||
|
||
"@storybook/addon-options@^3.4.10": | ||
version "3.4.11" | ||
|
@@ -216,15 +185,6 @@ | |
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-3.4.11.tgz#f3e27c46d80ad1f171888c4aad0a19a8a032d072" | ||
|
||
"@storybook/[email protected]": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-4.0.4.tgz#133609c527435aba1149ead53ca91f694db1a490" | ||
dependencies: | ||
"@storybook/channels" "4.0.4" | ||
"@storybook/components" "4.0.4" | ||
global "^4.3.2" | ||
util-deprecate "^1.0.2" | ||
|
||
"@storybook/[email protected]": | ||
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-3.4.11.tgz#69782fa3b9f879ae02a6d9b85b5d0902e75dabc2" | ||
|
@@ -237,10 +197,6 @@ | |
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-3.4.11.tgz#853ec40fdfa6c3ae8cff23f0cd86b77a719823f5" | ||
|
||
"@storybook/[email protected]": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-4.0.4.tgz#fdf717cd726d15508ac80ff93a3893b75d3ab8b8" | ||
|
||
"@storybook/[email protected]": | ||
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-3.4.11.tgz#b592ea227f9f330f50925f7c1c266cc658cbc704" | ||
|
@@ -253,21 +209,6 @@ | |
glamorous "^4.12.1" | ||
prop-types "^15.6.1" | ||
|
||
"@storybook/[email protected]": | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-4.0.4.tgz#e07fc89cd7d64e0686c933da92a3e849d8c59d60" | ||
dependencies: | ||
"@emotion/core" "^0.13.1" | ||
"@emotion/provider" "^0.11.2" | ||
"@emotion/styled" "^0.10.6" | ||
global "^4.3.2" | ||
lodash "^4.17.11" | ||
prop-types "^15.6.2" | ||
react-inspector "^2.3.0" | ||
react-split-pane "^0.1.84" | ||
react-textarea-autosize "^7.0.4" | ||
render-fragment "^0.1.1" | ||
|
||
"@storybook/[email protected]": | ||
version "3.4.11" | ||
resolved "https://registry.yarnpkg.com/@storybook/core/-/core-3.4.11.tgz#fda9b0fbca73e3d2a8b1578296f113836fc2d473" | ||
|
@@ -6338,7 +6279,7 @@ [email protected]: | |
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10: | ||
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.10, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
|
||
|
@@ -6443,13 +6384,9 @@ markdown-loader@^2.0.2: | |
loader-utils "^1.1.0" | ||
marked "^0.3.9" | ||
|
||
marked@^0.3.9: | ||
marked@^0.3.17, marked@^0.3.9: | ||
version "0.3.19" | ||
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" | ||
|
||
marked@^0.5.1: | ||
version "0.5.1" | ||
resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.1.tgz#062f43b88b02ee80901e8e8d8e6a620ddb3aa752" | ||
resolved "http://registry.npmjs.org/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" | ||
|
||
material-colors@^1.2.1: | ||
version "1.2.6" | ||
|
@@ -8409,7 +8346,7 @@ react-input-autosize@^2.1.2: | |
dependencies: | ||
prop-types "^15.5.8" | ||
|
||
react-inspector@^2.2.2, react-inspector@^2.3.0: | ||
react-inspector@^2.2.2: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-2.3.0.tgz#fc9c1d38ab687fc0d190dcaf133ae40158968fc8" | ||
dependencies: | ||
|
@@ -8500,7 +8437,7 @@ react-select@^1.3: | |
prop-types "^15.5.8" | ||
react-input-autosize "^2.1.2" | ||
|
||
react-split-pane@^0.1.77, react-split-pane@^0.1.84: | ||
react-split-pane@^0.1.77: | ||
version "0.1.84" | ||
resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.84.tgz#b9c1499cbc40b09cf29953ee6f5ff1039d31906e" | ||
dependencies: | ||
|
@@ -8530,12 +8467,6 @@ react-textarea-autosize@^5.2.1: | |
dependencies: | ||
prop-types "^15.6.0" | ||
|
||
react-textarea-autosize@^7.0.4: | ||
version "7.0.4" | ||
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-7.0.4.tgz#4e4be649b544a88713e7b5043f76950f35d3d503" | ||
dependencies: | ||
prop-types "^15.6.0" | ||
|
||
react-transition-group@^2.0.0, react-transition-group@^2.3.1: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.5.0.tgz#70bca0e3546102c4dc5cf3f5f57f73447cce6874" | ||
|
@@ -8913,10 +8844,6 @@ remove-trailing-separator@^1.0.1: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" | ||
|
||
render-fragment@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/render-fragment/-/render-fragment-0.1.1.tgz#b231f259b7eee333d34256aee0ef3169be7bef30" | ||
|
||
renderkid@^2.0.1: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.2.tgz#12d310f255360c07ad8fde253f6c9e9de372d2aa" | ||
|