mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Use @coralproject/graphql-anywhere-optimized
This commit is contained in:
+1
-1
@@ -58,6 +58,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/coralproject/talk#readme",
|
||||
"dependencies": {
|
||||
"@coralproject/graphql-anywhere-optimized": "^0.1.0",
|
||||
"accepts": "^1.3.4",
|
||||
"apollo-client": "^1.9.1",
|
||||
"apollo-utilities": "^1.0.3",
|
||||
@@ -106,7 +107,6 @@
|
||||
"fs-extra": "^4.0.1",
|
||||
"gql-merge": "^0.0.4",
|
||||
"graphql": "^0.9.1",
|
||||
"graphql-anywhere-optimized": "git+https://git@github.com/cvle/graphql-anywhere#optimized",
|
||||
"graphql-docs": "0.2.0",
|
||||
"graphql-errors": "^2.1.0",
|
||||
"graphql-redis-subscriptions": "1.3.0",
|
||||
|
||||
+1
-1
@@ -120,7 +120,7 @@ const config = {
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'graphql-anywhere': 'graphql-anywhere-optimized',
|
||||
'graphql-anywhere': '@coralproject/graphql-anywhere-optimized',
|
||||
'plugin-api': path.resolve(__dirname, 'plugin-api/'),
|
||||
plugins: path.resolve(__dirname, 'plugins/'),
|
||||
pluginsConfig: pluginsPath
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
eslint-plugin-promise "^3.3.1"
|
||||
eslint-plugin-react "^7.3.0"
|
||||
|
||||
"@coralproject/graphql-anywhere-optimized@^0.1.0":
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@coralproject/graphql-anywhere-optimized/-/graphql-anywhere-optimized-0.1.0.tgz#3456f16f790d8593b0ca4355910578ab1c6edab5"
|
||||
|
||||
"@kadira/storybook-deployer@^1.1.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@kadira/storybook-deployer/-/storybook-deployer-1.2.0.tgz#1708f5cb37fa08ab4173b1bd99df6f4717dfae12"
|
||||
@@ -3511,10 +3515,6 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
||||
|
||||
"graphql-anywhere-optimized@git+https://git@github.com/cvle/graphql-anywhere#optimized":
|
||||
version "3.1.0"
|
||||
resolved "git+https://git@github.com/cvle/graphql-anywhere#3f5d9e5c619ac4c4065af83abd7f76b84fb81e7c"
|
||||
|
||||
graphql-anywhere@^3.0.1:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-3.1.0.tgz#3ea0d8e8646b5cee68035016a9a7557c15c21e96"
|
||||
|
||||
Reference in New Issue
Block a user