Skip to content

Commit

Permalink
perf(shield): New version of GraphQL Shield
Browse files Browse the repository at this point in the history
BREAKING CHANGE: API Change
  • Loading branch information
maticzav authored May 26, 2018
2 parents 95e1e0a + 83dbb3b commit 87f0f66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"postinstall": "opencollective postinstall"
},
"dependencies": {
"graphql-middleware": "1.2.1",
"graphql-middleware": "1.2.4",
"opencollective": "1.0.3"
},
"devDependencies": {
Expand Down
38 changes: 13 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@
into-stream "^3.1.0"
lodash "^4.17.4"

"@types/[email protected]":
version "0.12.6"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"

"@types/graphql@^0.13.0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
Expand Down Expand Up @@ -240,14 +236,6 @@ [email protected]:
apollo-utilities "^1.0.0"
zen-observable-ts "^0.8.6"

apollo-link@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.2.tgz#54c84199b18ac1af8d63553a68ca389c05217a03"
dependencies:
"@types/graphql" "0.12.6"
apollo-utilities "^1.0.0"
zen-observable-ts "^0.8.9"

apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
version "1.0.11"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.11.tgz#cd36bfa6e5c04eea2caf0c204a0f38a0ad550802"
Expand Down Expand Up @@ -1800,25 +1788,25 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

[email protected].1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.2.1.tgz#e9b063268ae617e8ac41e0a4141b0b4ad7e95317"
[email protected].4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.2.4.tgz#bd333c47e07801689f515892c8e0426b60bf72c2"
dependencies:
graphql-tools "^2.23.1"
graphql-tools "^3.0.2"

graphql-tools@^2.23.1:
version "2.24.0"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.24.0.tgz#bbacaad03924012a0edb8735a5e65df5d5563675"
graphql-tools@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.1.tgz#456c27061fb2f1040f6bb7bf8a68459651090462"
dependencies:
apollo-link "^1.2.1"
apollo-link "1.2.1"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
uuid "^3.1.0"

graphql-tools@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.1.tgz#456c27061fb2f1040f6bb7bf8a68459651090462"
graphql-tools@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.2.tgz#fb79821c23b0f5d11d842c4d0c15000d856c6c8c"
dependencies:
apollo-link "1.2.1"
apollo-utilities "^1.0.1"
Expand Down Expand Up @@ -2839,7 +2827,7 @@ onetime@^2.0.0:
dependencies:
mimic-fn "^1.0.0"

opencollective@^1.0.3:
[email protected]:
version "1.0.3"
resolved "https://registry.yarnpkg.com/opencollective/-/opencollective-1.0.3.tgz#aee6372bc28144583690c3ca8daecfc120dd0ef1"
dependencies:
Expand Down Expand Up @@ -4147,7 +4135,7 @@ yargs@~3.10.0:
decamelize "^1.0.0"
window-size "0.1.0"

zen-observable-ts@^0.8.6, zen-observable-ts@^0.8.9:
zen-observable-ts@^0.8.6:
version "0.8.9"
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.9.tgz#d3c97af08c0afdca37ebcadf7cc3ee96bda9bab1"
dependencies:
Expand Down

0 comments on commit 87f0f66

Please sign in to comment.