Skip to content

Commit 38aafdc

Browse files
committed
Bump graphql dev dependency to ^15.0.0. Bump peer dependency to ^14.5.0 || ^15.0.0 (onError was introduced in 14.5.0)
1 parent dff4047 commit 38aafdc

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lodash.get": "^4.4.2"
2121
},
2222
"peerDependencies": {
23-
"graphql": "^0.13.0 || ^14.0.0"
23+
"graphql": "^14.5.0 || ^15.0.0"
2424
},
2525
"files": [
2626
"dist",
@@ -41,14 +41,13 @@
4141
"devDependencies": {
4242
"@types/assert": "^1.4.6",
4343
"@types/chai": "^4.2.11",
44-
"@types/graphql": "^0.13.0 || ^14.0.0",
4544
"@types/lodash.get": "^4.4.6",
4645
"@types/mocha": "^7.0.2",
4746
"@typescript-eslint/eslint-plugin": "^2.27.0",
4847
"@typescript-eslint/parser": "^2.27.0",
4948
"chai": "^4.2.0",
5049
"eslint": "^6.8.0",
51-
"graphql": "^0.13.0 || ^14.0.0",
50+
"graphql": "15.0.0",
5251
"mocha": "^7.1.1",
5352
"rimraf": "^3.0.2",
5453
"ts-node": "^8.8.2",

yarn.lock

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
version "1.0.0"
3737
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
3838

39-
"@types/graphql@^0.13.0 || ^14.0.0":
40-
version "14.5.0"
41-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.5.0.tgz#a545fb3bc8013a3547cf2f07f5e13a33642b75d6"
42-
dependencies:
43-
graphql "*"
44-
4539
"@types/json-schema@^7.0.3":
4640
version "7.0.4"
4741
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
@@ -616,15 +610,10 @@ globals@^12.1.0:
616610
dependencies:
617611
type-fest "^0.8.1"
618612

619-
graphql@*:
613+
graphql@15.0.0:
620614
version "15.0.0"
621615
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
622-
623-
"graphql@^0.13.0 || ^14.0.0":
624-
version "14.6.0"
625-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
626-
dependencies:
627-
iterall "^1.2.2"
616+
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
628617

629618
growl@1.10.5:
630619
version "1.10.5"
@@ -762,10 +751,6 @@ isexe@^2.0.0:
762751
version "2.0.0"
763752
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
764753

765-
iterall@^1.2.2:
766-
version "1.3.0"
767-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
768-
769754
js-tokens@^4.0.0:
770755
version "4.0.0"
771756
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)