Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5489)
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 7, 2023
1 parent b20ff17 commit 780645c
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 235 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.22.9",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@apollo/client": "3.7.17"
"@apollo/client": "3.8.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"value-or-promise": "^1.0.12"
},
"optionalDependencies": {
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0"
},
"devDependencies": {
"@types/lodash.pick": "4.4.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/parser": "7.22.7",
"@babel/traverse": "7.22.8",
"@babel/types": "7.22.5",
"@babel/parser": "7.22.10",
"@babel/traverse": "7.22.10",
"@babel/types": "7.22.10",
"@types/babel__traverse": "7.20.1",
"@vue/compiler-sfc": "3.3.4",
"svelte": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.4.0"
},
"optionalDependencies": {
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.7.17",
"@apollo/client": "3.8.0",
"@types/apollo-upload-client": "17.0.2",
"graphql-upload": "16.0.2"
},
Expand Down
439 changes: 213 additions & 226 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 780645c

Please sign in to comment.