Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 20, 2021
1 parent aa5b2a7 commit 45c1ca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"electron": "^14.0.1",
"express": "^4.17.1",
"getport": "^0.1.0",
"graphql": "^14.7.0",
"graphql": "^15.6.0",
"knex": "^0.19.5",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
Expand Down
20 changes: 9 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4622,7 +4622,7 @@ __metadata:
eslint-plugin-jest: ^24.4.2
express: ^4.17.1
getport: ^0.1.0
graphql: ^14.7.0
graphql: ^15.6.0
jest: ^27.2.1
knex: ^0.19.5
lodash: ^4.17.21
Expand Down Expand Up @@ -16141,22 +16141,20 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"graphql@npm:^14.7.0":
version: 14.7.0
resolution: "graphql@npm:14.7.0"
dependencies:
iterall: ^1.2.2
checksum: e5f4e60799421a573904f390e1ec0aa76360f751688dbbe62e9c35baa0d3727c8d59a659bfc524f126dffe3518da87fd8ecaa78c94fd5c0fe4e035c670745242
languageName: node
linkType: hard

"graphql@npm:^15.4.0, graphql@npm:^15.5.0":
version: 15.5.3
resolution: "graphql@npm:15.5.3"
checksum: 0d507c7fdc1fd42b012827440473bb92b61cf3327f1ef837241c9344e87d2c8bcd400ae3f7acbfd20837e4aa90a31075b9f6d3abb0cc4dacad417bbb1306b89b
languageName: node
linkType: hard

"graphql@npm:^15.6.0":
version: 15.6.0
resolution: "graphql@npm:15.6.0"
checksum: 439959514665bc03ba86d6e55d8fb81d4c1e8ba3fc7f5114878b0ba794147e7ef57f368e40dadbb3f94d7c5f6685d15599bebb3a124cee2a1a8871a797d5ae81
languageName: node
linkType: hard

"gud@npm:^1.0.0":
version: 1.0.0
resolution: "gud@npm:1.0.0"
Expand Down Expand Up @@ -18197,7 +18195,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"iterall@npm:^1.1.3, iterall@npm:^1.2.1, iterall@npm:^1.2.2, iterall@npm:^1.3.0":
"iterall@npm:^1.1.3, iterall@npm:^1.2.1, iterall@npm:^1.3.0":
version: 1.3.0
resolution: "iterall@npm:1.3.0"
checksum: c78b99678f8c99be488cca7f33e4acca9b72c1326e050afbaf023f086e55619ee466af0464af94a0cb3f292e60cb5bac53a8fd86bd4249ecad26e09f17bb158b
Expand Down

0 comments on commit 45c1ca4

Please sign in to comment.