mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:01:11 +08:00
Merge branch 'master' into url-loader-0.6.2-9.0.0-app--react
This commit is contained in:
commit
854fb24a4e
@ -23,7 +23,7 @@
|
||||
"dependencies": {
|
||||
"global": "^4.3.2",
|
||||
"graphiql": "^0.11.5",
|
||||
"graphql": "^0.11.6",
|
||||
"graphql": "^0.11.7",
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.12",
|
||||
"@types/react": "^16.0.8",
|
||||
"@types/react": "^16.0.9",
|
||||
"git-url-parse": "^6.2.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"react": "^16.0.0",
|
||||
|
@ -60,7 +60,7 @@
|
||||
"react-native-compat": "^1.0.0",
|
||||
"shelljs": "^0.7.8",
|
||||
"style-loader": "^0.18.2",
|
||||
"url-loader": "^0.5.9",
|
||||
"url-loader": "^0.6.2",
|
||||
"url-parse": "^1.1.9",
|
||||
"util-deprecate": "^1.0.2",
|
||||
"uuid": "^3.1.0",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"postcss-loader": "^2.0.6",
|
||||
"prop-types": "^15.6.0",
|
||||
"qs": "^6.5.1",
|
||||
"react-modal": "^2.3.2",
|
||||
"react-modal": "^2.3.3",
|
||||
"redux": "^3.7.2",
|
||||
"request": "^2.83.0",
|
||||
"serve-favicon": "^2.4.5",
|
||||
|
@ -33,7 +33,7 @@
|
||||
"react-icons": "^2.2.5",
|
||||
"react-inspector": "^2.2.0",
|
||||
"react-komposer": "^2.0.0",
|
||||
"react-modal": "^2.3.2",
|
||||
"react-modal": "^2.3.3",
|
||||
"react-split-pane": "^0.1.65",
|
||||
"react-treebeard": "^2.0.3",
|
||||
"redux": "^3.7.2"
|
||||
|
19
yarn.lock
19
yarn.lock
@ -52,9 +52,9 @@
|
||||
version "15.6.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-15.6.4.tgz#3bb57bd43183a05919ceb025a264287348f47e9d"
|
||||
|
||||
"@types/react@^16.0.8":
|
||||
version "16.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.8.tgz#5a553a89dceddf73b9f9a2231501f322b3b97da6"
|
||||
"@types/react@^16.0.9":
|
||||
version "16.0.9"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.9.tgz#2ad952abbb22617620927694f9a4bce292d7fb2b"
|
||||
|
||||
JSONStream@^1.0.4:
|
||||
version "1.3.1"
|
||||
@ -5332,9 +5332,9 @@ graphql@^0.10.1:
|
||||
dependencies:
|
||||
iterall "^1.1.0"
|
||||
|
||||
graphql@^0.11.6:
|
||||
version "0.11.6"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.6.tgz#f0146b5dc1480fda579c21bb6238970fd5cf5aa3"
|
||||
graphql@^0.11.7:
|
||||
version "0.11.7"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
|
||||
dependencies:
|
||||
iterall "1.1.3"
|
||||
|
||||
@ -9410,6 +9410,13 @@ react-modal@^2.3.2:
|
||||
prop-types "^15.5.10"
|
||||
react-dom-factories "^1.0.0"
|
||||
|
||||
react-modal@^2.3.3:
|
||||
version "2.3.3"
|
||||
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-2.3.3.tgz#bf4d100bbc426549b943e4294f7e9ea88e56e1a5"
|
||||
dependencies:
|
||||
exenv "^1.2.0"
|
||||
prop-types "^15.5.10"
|
||||
|
||||
react-native-compat@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-compat/-/react-native-compat-1.0.0.tgz#491dbd8a0105ac061b8d0d926463ce6a3dff33bc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user