Skip to content

Commit

Permalink
Merge branch 'master' into defer-noUncheckedIndexedAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose authored May 12, 2023
2 parents 7acb763 + 88c4b49 commit 6e101c2
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 605 deletions.
10 changes: 5 additions & 5 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-resolvers": "3.2.1",
"@graphql-tools/graphql-file-loader": "7.5.16",
"@graphql-tools/load": "7.8.13",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/graphql-file-loader": "7.5.17",
"@graphql-tools/load": "7.8.14",
"@graphql-tools/schema": "9.0.19",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/node": "18.16.8",
"tsup": "6.7.0"
}
}
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"graphql-yoga": "3.7.3"
"graphql-yoga": "3.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@changesets/cli": "2.26.1",
"@theguild/eslint-config": "0.9.0",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "28.1.8",
Expand All @@ -54,16 +54,16 @@
"husky": "8.0.3",
"jest": "28.1.3",
"jest-docblock": "28.1.1",
"jest-junit": "15.0.0",
"lint-staged": "13.2.1",
"jest-junit": "16.0.0",
"lint-staged": "13.2.2",
"patch-package": "6.5.1",
"prettier": "2.8.7",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.0",
"rimraf": "4.4.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "2.5.0",
"tsx": "3.12.6",
"tsx": "3.12.7",
"typescript": "5.0.4"
},
"lint-staged": {
Expand All @@ -78,7 +78,7 @@
]
},
"resolutions": {
"prettier": "2.8.7",
"prettier": "2.8.8",
"babel-jest": "28.1.3",
"jest-runner": "28.1.3",
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@graphql-tools/merge": "8.4.0",
"@graphql-tools/merge": "8.4.2",
"@types/debounce": "1.2.1",
"@types/inquirer": "8.2.6",
"@types/is-glob": "4.0.2",
Expand All @@ -89,7 +89,7 @@
"change-case-all": "1.0.15",
"js-yaml": "4.1.0",
"make-dir": "3.1.0",
"prettier": "2.8.7"
"prettier": "2.8.8"
},
"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"
Expand Down
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"generate-json-config": "tsx generate-config-json-schema.ts"
},
"devDependencies": {
"@theguild/algolia": "1.1.6",
"@theguild/algolia": "1.1.7",
"@theguild/tailwind-config": "0.2.1",
"@types/dedent": "0.7.0",
"@types/jsonpath": "0.2.0",
"@types/node": "18.15.11",
"@types/node": "18.16.8",
"@types/react": "18.0.37",
"fast-xml-parser": "4.2.0",
"fast-xml-parser": "4.2.2",
"jsonpath": "1.1.1",
"prettier-plugin-tailwindcss": "0.2.5"
"prettier-plugin-tailwindcss": "0.2.8"
},
"dependencies": {
"@graphql-codegen/add": "4.0.1",
Expand Down Expand Up @@ -67,15 +67,15 @@
"@graphql-codegen/urql-introspection": "2.2.1",
"@graphql-codegen/client-preset": "3.0.1",
"@monaco-editor/react": "4.5.0",
"@theguild/components": "4.5.10",
"@theguild/components": "4.5.11",
"classnames": "2.3.2",
"date-fns": "2.29.3",
"dedent": "0.7.0",
"graphql": "16.6.0",
"js-yaml": "4.1.0",
"next": "13.2.3",
"next": "13.4.2",
"next-mdx-remote": "4.4.1",
"next-sitemap": "4.0.6",
"next-sitemap": "4.0.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.6",
Expand Down
Loading

0 comments on commit 6e101c2

Please sign in to comment.