Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 27, 2022
1 parent d8b4012 commit 85766d8
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 113 deletions.
8 changes: 4 additions & 4 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@graphql-codegen/typescript": "*",
"@graphql-codegen/typescript-operations": "*",
"@graphql-codegen/typescript-resolvers": "*",
"@graphql-tools/graphql-file-loader": "7.5.2",
"@graphql-tools/load": "7.7.4",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/graphql-file-loader": "7.5.3",
"@graphql-tools/load": "7.7.5",
"@graphql-tools/schema": "9.0.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"prettier": "2.7.1"
},
"devDependencies": {
"@types/node": "16.11.56",
"tsup": "6.2.2"
"tsup": "6.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"@graphql-yoga/node": "2.13.9"
"@graphql-yoga/node": "2.13.11"
},
"scripts": {
"codegen": "graphql-codegen --config codegen.yml",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"bob-the-bundler": "4.0.0",
"chalk": "4.1.2",
"dotenv": "16.0.1",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -77,15 +77,15 @@
"java-ast": "0.3.0",
"jest": "28.1.3",
"jest-docblock": "28.1.1",
"jest-junit": "14.0.0",
"jest-junit": "14.0.1",
"lint-staged": "13.0.3",
"lodash": "4.17.21",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"@tanstack/react-query": "4.2.1",
"@tanstack/react-query": "4.2.3",
"rimraf": "3.0.2",
"stencil-apollo": "0.1.6",
"svelte": "3.49.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@graphql-tools/merge": "8.3.3",
"@graphql-tools/merge": "8.3.4",
"@types/debounce": "1.2.1",
"@types/inquirer": "8.2.3",
"@types/is-glob": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/schema": "9.0.2",
"cross-fetch": "3.1.5"
},
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"graphql-tag": "^2.0.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/schema": "9.0.2",
"graphql-request": "4.3.0"
},
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/jit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"graphql-jit": "0.7.4",
"@graphql-tools/utils": "8.10.0"
"@graphql-tools/utils": "8.10.1"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
Loading

1 comment on commit 85766d8

@vercel
Copy link

@vercel vercel bot commented on 85766d8 Aug 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.