Skip to content

Commit

Permalink
fix(deps): graphql v16 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimatill committed Oct 7, 2022
1 parent 832b510 commit 1c33515
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 736 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.182",
"apollo-link": "^1.2.14",
"apollo-server": "^2.25.4",
"@types/node":"^18.8.3",
"apollo-server": "^3.10.2",
"axios": "^0.27.2",
"bob-esbuild": "^1.3.0",
"bob-esbuild-cli": "^1.0.1",
"codecov": "^3.8.3",
"graphql": "^15.8.0",
"graphql": "^16.6.0",
"husky": "^6.0.0",
"iterall": "^1.3.0",
"jest": "^26.6.3",
Expand All @@ -48,7 +48,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"scripts": {
"clean": "rimraf dist",
Expand Down
Loading

0 comments on commit 1c33515

Please sign in to comment.