Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 13, 2021
1 parent e6538d1 commit 0cc2ced
Show file tree
Hide file tree
Showing 15 changed files with 7,831 additions and 5,516 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/bundling/no-tree-shaking/rollup-ac2/package.json
Expand Up @@ -32,7 +32,7 @@
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@apollo/client": "file:../../../../",
"graphql": "^15.0.0"
"graphql": "^16.0.0"
},
"devDependencies": {
"@babel/preset-react": "7.16.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/bundling/no-tree-shaking/rollup-ac3/package.json
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@apollo/client": "file:../../../../",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"react": "file:../../../../node_modules/react",
"react-dom": "file:../../../../node_modules/react-dom"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/bundling/tree-shaking/rollup-ac2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/bundling/tree-shaking/rollup-ac2/package.json
Expand Up @@ -33,7 +33,7 @@
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@apollo/client": "file:../../../../dist",
"graphql": "^15.0.0"
"graphql": "^16.0.0"
},
"devDependencies": {
"@babel/preset-react": "7.16.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/bundling/tree-shaking/rollup-ac3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/bundling/tree-shaking/rollup-ac3/package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@apollo/client": "file:../../../../dist",
"graphql": "^15.0.0",
"graphql": "^16.0.0",
"react": "file:../../../../node_modules/react",
"react-dom": "file:../../../../node_modules/react-dom"
},
Expand Down

0 comments on commit 0cc2ced

Please sign in to comment.