Skip to content

Commit

Permalink
dependencies fixes, release with graphql v16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 17, 2021
1 parent 4c40fa0 commit 6443194
Showing 7 changed files with 748 additions and 852 deletions.
4 changes: 2 additions & 2 deletions examples/apollo-client-2/package.json
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-schema": "^1.2.5",
"graphql": "15.3.0",
"graphql": "16.0.1",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"typescript": "3.9.7"
"typescript": "4.4.4"
}
}
4 changes: 2 additions & 2 deletions examples/apollo-client-3/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"dependencies": {
"@apollo/client": "3.3.19",
"@types/node": "15.6.1",
"graphql": "15.5.0",
"typescript": "4.2.4",
"graphql": "16.0.1",
"typescript": "4.4.4",
"@graphql-codegen/cli": "1.21.5",
"@graphql-codegen/typescript": "1.22.1",
"@graphql-codegen/typescript-operations": "1.18.0",
6 changes: 3 additions & 3 deletions examples/graphql/package.json
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@
},
"dependencies": {
"@types/node": "14.0.27",
"graphql": "15.3.0",
"typescript": "3.9.7",
"graphql": "16.0.1",
"typescript": "4.4.4",
"@graphql-typed-document-node/core": "^3.1.0",
"@graphql-typed-document-node/patch-cli": "^3.0.3",
"@graphql-codegen/typed-document-node": "1.17.9",
"@graphql-codegen/cli": "1.17.8",
"@graphql-codegen/typescript": "1.17.8",
"@graphql-codegen/typescript-operations": "1.17.8"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,11 +37,11 @@
"ts-jest": "26.5.6",
"ts-node": "8.10.2",
"graphql": "15.6.0",
"typescript": "3.9.7"
"typescript": "4.4.4"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
"eslint --fix"
]
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-typed-document-node/core",
"version": "3.1.0",
"version": "3.1.1",
"repository": "git@github.com:dotansimha/graphql-typed-document-node.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
@@ -18,7 +18,7 @@
"devDependencies": {
"bob-the-bundler": "1.1.0",
"graphql": "16.0.1",
"typescript": "3.9.7"
"typescript": "4.4.4"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
@@ -29,4 +29,4 @@
"publishConfig": {
"access": "public"
}
}
}
18 changes: 9 additions & 9 deletions packages/patch-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-typed-document-node/patch-cli",
"version": "3.0.8",
"version": "3.0.9",
"repository": "git@github.com:dotansimha/graphql-typed-document-node.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
@@ -23,19 +23,19 @@
"semver": "7.3.5"
},
"devDependencies": {
"bob-the-bundler": "1.1.0",
"bob-the-bundler": "1.5.1",
"@types/tmp": "0.2.2",
"tmp": "0.2.1",
"@types/semver": "7.3.9",
"@graphql-codegen/typed-document-node": "1.18.9",
"@graphql-codegen/cli": "1.21.6",
"@graphql-codegen/typescript": "1.22.4",
"@graphql-codegen/typescript-operations": "1.18.3",
"graphql": "15.6.0",
"typescript": "3.9.7"
"@graphql-codegen/typed-document-node": "2.2.0",
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/typescript": "2.4.0",
"@graphql-codegen/typescript-operations": "2.2.0",
"graphql": "16.0.1",
"typescript": "4.4.4"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
"copy": [
Loading

0 comments on commit 6443194

Please sign in to comment.