Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8328)
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] committed Sep 6, 2022
1 parent 09b6208 commit e6ef73c
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 229 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.3",
"@graphql-tools/load": "7.7.5",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/graphql-file-loader": "7.5.4",
"@graphql-tools/load": "7.7.6",
"@graphql-tools/schema": "9.0.3",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"prettier": "2.7.1"
},
"devDependencies": {
"@types/node": "16.11.56",
"@types/node": "16.11.57",
"tsup": "6.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"graphql": "16.6.0",
"@graphql-yoga/node": "2.13.12",
"@graphql-yoga/node": "2.13.13",
"graphql-request": "5.0.0"
},
"scripts": {
Expand Down
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.12"
"@graphql-yoga/node": "2.13.13"
},
"scripts": {
"codegen": "graphql-codegen --config codegen.yml",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"devDependencies": {
"@apollo/client": "3.6.9",
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",
"@babel/core": "7.19.0",
"@babel/preset-env": "7.19.0",
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
Expand All @@ -46,11 +46,11 @@
"@types/common-tags": "1.8.1",
"@types/jest": "28.1.8",
"@types/mkdirp": "1.0.2",
"@types/node": "16.11.56",
"@types/node": "16.11.57",
"@types/react": "18.0.18",
"@types/webpack-env": "1.18.0",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@urql/exchange-graphcache": "5.0.1",
"@vue/apollo-composable": "4.0.0-alpha.19",
"@vue/composition-api": "1.7.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"urql": "3.0.2",
"urql": "3.0.3",
"vue": "3.2.38",
"vue-apollo-smart-ops": "0.1.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 @@ -74,7 +74,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@graphql-tools/merge": "8.3.4",
"@graphql-tools/merge": "8.3.5",
"@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.2",
"@graphql-tools/schema": "9.0.3",
"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.2",
"@graphql-tools/schema": "9.0.3",
"graphql-request": "5.0.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.1"
"@graphql-tools/utils": "8.11.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
427 changes: 214 additions & 213 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e6ef73c

Please sign in to comment.