mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +08:00
Merge branch 'master' into issue#1227-full-screen-scrolling-ios
This commit is contained in:
commit
9d43e24956
@ -22,7 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"global": "^4.3.2",
|
||||
"graphiql": "^0.11.5",
|
||||
"graphiql": "^0.11.6",
|
||||
"graphql": "^0.11.7",
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
|
@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.46",
|
||||
"@types/react": "^16.0.17",
|
||||
"@types/react": "^16.0.18",
|
||||
"git-url-parse": "^6.2.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"react": "^16.0.0",
|
||||
|
12
yarn.lock
12
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.17":
|
||||
version "16.0.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.17.tgz#a246e95a22058ca6db3d13de2877a2d17ca3bf46"
|
||||
"@types/react@^16.0.18":
|
||||
version "16.0.18"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.18.tgz#c08eea79ada55bf10b5353e18c21797dd17afa23"
|
||||
|
||||
JSONStream@^1.0.4:
|
||||
version "1.3.1"
|
||||
@ -5404,9 +5404,9 @@ graceful-fs@4.1.11, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3,
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
||||
|
||||
graphiql@^0.11.5:
|
||||
version "0.11.5"
|
||||
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-0.11.5.tgz#0924c934d035c69eddfbbae30d3e59e46e29afc9"
|
||||
graphiql@^0.11.6:
|
||||
version "0.11.6"
|
||||
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-0.11.6.tgz#5d24d3609c9dd7c8a24306f76d8402899a9dc5e0"
|
||||
dependencies:
|
||||
codemirror "^5.26.0"
|
||||
codemirror-graphql "^0.6.11"
|
||||
|
Loading…
x
Reference in New Issue
Block a user