Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7979)
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 Jun 28, 2022
1 parent 6689baf commit cf8b9bd
Show file tree
Hide file tree
Showing 8 changed files with 770 additions and 754 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.23.0",
"@graphql-typed-document-node/core": "3.1.1",
"@reduxjs/toolkit": "1.8.2",
Expand All @@ -50,8 +50,8 @@
"@types/node": "16.11.41",
"@types/react": "18.0.14",
"@types/webpack-env": "1.17.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@urql/exchange-graphcache": "4.4.3",
"@vue/apollo-composable": "4.0.0-alpha.18",
"@vue/composition-api": "1.6.3",
Expand Down Expand Up @@ -84,7 +84,7 @@
"lodash": "4.17.21",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"prettier-plugin-sh": "0.12.2",
"prettier-plugin-sh": "0.12.3",
"prettier-plugin-svelte": "2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
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 @@ -91,7 +91,7 @@
"@types/minimatch": "3.0.5",
"@types/mkdirp": "1.0.2",
"@types/valid-url": "1.0.3",
"@graphql-tools/merge": "8.2.15",
"@graphql-tools/merge": "8.3.0",
"bdd-stdin": "0.2.0",
"js-yaml": "4.1.0",
"make-dir": "3.1.0",
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 @@ -26,7 +26,7 @@
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@graphql-tools/schema": "8.4.0",
"@graphql-tools/schema": "8.5.0",
"cross-fetch": "3.1.5"
},
"main": "dist/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 @@ -25,7 +25,7 @@
"graphql-tag": "^2.0.0"
},
"devDependencies": {
"@graphql-tools/schema": "8.4.0",
"@graphql-tools/schema": "8.5.0",
"graphql-request": "4.3.0"
},
"main": "dist/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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"graphql-jit": "0.7.4",
"@graphql-tools/utils": "8.7.0"
"@graphql-tools/utils": "8.8.0"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-tools/utils": "8.7.0",
"@graphql-tools/utils": "8.8.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.14",
"tslib": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"classnames": "2.3.1",
"date-fns": "2.28.0",
"dedent": "0.7.0",
"framer-motion": "6.3.15",
"framer-motion": "6.3.16",
"graphql": "16.5.0",
"js-yaml": "4.1.0",
"next": "12.1.6",
Expand Down
1,500 changes: 758 additions & 742 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit cf8b9bd

@vercel
Copy link

@vercel vercel bot commented on cf8b9bd Jun 28, 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.