Skip to content

Commit 07c0647

Browse files
committed
build(Upgrade graphql to v15.5.0 and other dependencies):
1 parent fd20648 commit 07c0647

File tree

2 files changed

+20
-41
lines changed

2 files changed

+20
-41
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@graphql-codegen/plugin-helpers": "^1.18.2",
3434
"@graphql-codegen/visitor-plugin-common": "^1.18.2",
3535
"auto-bind": "^4.0.0",
36-
"graphql": "^15.4.0",
36+
"graphql": "^15.5.0",
3737
"graphql-request": "^3.4.0",
3838
"micromatch": "^4.0.2",
3939
"pascal-case": "^3.1.2",
@@ -43,13 +43,13 @@
4343
"devDependencies": {
4444
"@graphql-codegen/testing": "^1.17.7",
4545
"@graphql-codegen/typescript": "^1.20.2",
46-
"@graphql-codegen/typescript-graphql-request": "^2.0.3",
46+
"@graphql-codegen/typescript-graphql-request": "^3.0.1",
4747
"@graphql-codegen/typescript-operations": "^1.17.14",
4848
"@types/jest": "^26.0.20",
4949
"@types/micromatch": "^4.0.1",
5050
"@types/node": "^14.14.22",
5151
"@typescript-eslint/eslint-plugin": "^4.14.1",
52-
"eslint": "^7.13.0",
52+
"eslint": "^7.18.0",
5353
"eslint-config-airbnb": "^18.2.1",
5454
"eslint-config-airbnb-typescript": "^12.0.0",
5555
"eslint-config-prettier": "^7.2.0",
@@ -62,15 +62,15 @@
6262
"jest-docblock": "^26.0.0",
6363
"jest-junit": "^12.0.0",
6464
"npm-run-all": "^4.1.5",
65-
"prettier": "^2.1.2",
65+
"prettier": "^2.2.1",
6666
"react": "^17.0.1",
6767
"ts-jest": "^26.4.4",
68-
"typescript": "^4.0.5"
68+
"typescript": "^4.1.3"
6969
},
7070
"resolutions": {
71-
"graphql": "^15.4.0",
71+
"graphql": "^15.5.0",
7272
"graphql-language-service-interface": "2.8.2",
73-
"**/@types/graphql-upload/graphql": "^15.4.0"
73+
"**/@types/graphql-upload/graphql": "^15.5.0"
7474
},
7575
"files": [
7676
"build/main",

yarn.lock

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -584,15 +584,15 @@
584584
open "7.1.0"
585585
tslib "~2.0.0"
586586

587-
"@graphql-codegen/typescript-graphql-request@^2.0.3":
588-
version "2.0.3"
589-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-2.0.3.tgz#d197289357e89990555cd4acbe4c3b2a930ae334"
590-
integrity sha512-++PkrQZ3krTzhlGlHRIE0sJBJXAZ1zKwgCAJcNkUvXeV0heBxs7aiYKFyBErwAXJTjC9m0CETU28thsZi04eZg==
587+
"@graphql-codegen/typescript-graphql-request@^3.0.1":
588+
version "3.0.1"
589+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-3.0.1.tgz#dbfb1e6566919359d3c6c5b8ba3a90faf2c92634"
590+
integrity sha512-KuHjMM3GEItM555zE7ySZn5cu7A6Tr1kgunob1QMUcSVRaE26ChNtD1Ummm2PXQEM4VXNu64eK5DWJ/xkR0eBg==
591591
dependencies:
592592
"@graphql-codegen/plugin-helpers" "^1.18.2"
593-
"@graphql-codegen/visitor-plugin-common" "^1.17.20"
593+
"@graphql-codegen/visitor-plugin-common" "^1.18.1"
594594
auto-bind "~4.0.0"
595-
tslib "~2.0.1"
595+
tslib "~2.1.0"
596596

597597
"@graphql-codegen/typescript-operations@^1.17.14":
598598
version "1.17.14"
@@ -615,22 +615,6 @@
615615
auto-bind "~4.0.0"
616616
tslib "~2.1.0"
617617

618-
"@graphql-codegen/visitor-plugin-common@^1.17.20":
619-
version "1.18.0"
620-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.0.tgz#f4366ec1093c01e752e85f8bd30d09c58b1d6951"
621-
integrity sha512-OR/Cm9nVaqMLe94Ski60UDhaAf/4+QeV/CQRYrCmxFzEsm03U41VplcNgJBXIAB3EgP/LEIZtgkRc1H4N9u9+Q==
622-
dependencies:
623-
"@graphql-codegen/plugin-helpers" "^1.18.2"
624-
"@graphql-tools/optimize" "^1.0.1"
625-
"@graphql-tools/relay-operation-optimizer" "^6"
626-
array.prototype.flatmap "^1.2.4"
627-
auto-bind "~4.0.0"
628-
dependency-graph "^0.9.0"
629-
graphql-tag "^2.11.0"
630-
parse-filepath "^1.0.2"
631-
pascal-case "^3.1.1"
632-
tslib "~2.0.1"
633-
634618
"@graphql-codegen/visitor-plugin-common@^1.18.1", "@graphql-codegen/visitor-plugin-common@^1.18.2":
635619
version "1.18.2"
636620
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.2.tgz#1a30bd33f011b4fb976e0f8462d160126db875ea"
@@ -1918,11 +1902,6 @@ dependency-graph@^0.10.0:
19181902
resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.10.0.tgz#dfebe384f1f36faf7782be203a7a71102a6335a6"
19191903
integrity sha512-c9amUgpgxSi1bE5/sbLwcs5diLD0ygCQYmhfM5H1s5VH1mCsYkcmAL3CcNdv4kdSw6JuMoHeDGzLgj/gAXdWVg==
19201904

1921-
dependency-graph@^0.9.0:
1922-
version "0.9.0"
1923-
resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318"
1924-
integrity sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==
1925-
19261905
dequal@2.0.2:
19271906
version "2.0.2"
19281907
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d"
@@ -2254,7 +2233,7 @@ eslint-visitor-keys@^2.0.0:
22542233
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
22552234
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
22562235

2257-
eslint@^7.13.0:
2236+
eslint@^7.18.0:
22582237
version "7.18.0"
22592238
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
22602239
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
@@ -2760,10 +2739,10 @@ graphql-tag@^2.11.0:
27602739
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
27612740
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
27622741

2763-
graphql@^15.4.0:
2764-
version "15.4.0"
2765-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347"
2766-
integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==
2742+
graphql@^15.5.0:
2743+
version "15.5.0"
2744+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
2745+
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
27672746

27682747
growly@^1.3.0:
27692748
version "1.3.0"
@@ -4505,7 +4484,7 @@ prelude-ls@~1.1.2:
45054484
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
45064485
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
45074486

4508-
prettier@^2.1.2:
4487+
prettier@^2.2.1:
45094488
version "2.2.1"
45104489
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
45114490
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
@@ -5448,7 +5427,7 @@ typedarray-to-buffer@^3.1.5:
54485427
dependencies:
54495428
is-typedarray "^1.0.0"
54505429

5451-
typescript@^4.0.5:
5430+
typescript@^4.1.3:
54525431
version "4.1.3"
54535432
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
54545433
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==

0 commit comments

Comments
 (0)