Skip to content

Commit

Permalink
chore(deps): update dependency graphql-upload to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2022
1 parent 6fb5ce8 commit ee701e5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
2 changes: 1 addition & 1 deletion examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fastify": "^4.7.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"graphql-upload": "^13.0.0"
"graphql-upload": "^16.0.2"
},
"devDependencies": {
"@types/node": "^18.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"esbuild": "^0.15.10",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"graphql-upload": "^13.0.0",
"graphql-upload": "^16.0.2",
"jest": "^29.1.2",
"node-fetch": "^2.6.7",
"ts-jest": "^29.0.3",
Expand All @@ -48,7 +48,7 @@
"@types/graphql-upload": "*",
"graphql": "*",
"graphql-ez": "workspace:^0.15.0",
"graphql-upload": "^13.0.0"
"graphql-upload": "^16.0.2"
},
"peerDependenciesMeta": {
"graphql": {
Expand Down
84 changes: 43 additions & 41 deletions pnpm-lock.yaml

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

0 comments on commit ee701e5

Please sign in to comment.