mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Update resolution in package.json
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"resolutions": {
|
||||
"gatsby/graphql": "0.10.5",
|
||||
"gatsby/react": "16.0.0",
|
||||
"gatsby/react-dom": "16.0.0"
|
||||
"gatsby/react-dom": "16.0.0",
|
||||
"eslint-plugin-relay/graphql": "0.10.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gaearon/react-live": "1.7.1-with-safari-fix",
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -4485,18 +4485,12 @@ graphql-skip-limit@^1.0.6:
|
||||
dependencies:
|
||||
babel-runtime "^6.26.0"
|
||||
|
||||
graphql@0.10.5, graphql@^0.10.3, graphql@^0.10.5:
|
||||
graphql@0.10.5, graphql@^0.10.3, graphql@^0.10.5, graphql@^0.11.3:
|
||||
version "0.10.5"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
|
||||
dependencies:
|
||||
iterall "^1.1.0"
|
||||
|
||||
graphql@^0.11.3:
|
||||
version "0.11.7"
|
||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
|
||||
dependencies:
|
||||
iterall "1.1.3"
|
||||
|
||||
gray-matter@^2.1.0:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-2.1.1.tgz#3042d9adec2a1ded6a7707a9ed2380f8a17a430e"
|
||||
@@ -5466,7 +5460,7 @@ items@2.x.x:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
|
||||
|
||||
iterall@1.1.3, iterall@^1.1.0:
|
||||
iterall@^1.1.0:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user