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 18, 2023
1 parent 87d1b6f commit 25a6ff6
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 77 deletions.
4 changes: 2 additions & 2 deletions examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@graphql-ez/plugin-upload": "workspace:*",
"@graphql-ez/plugin-voyager": "workspace:*",
"@graphql-ez/plugin-websockets": "workspace:*",
"@types/graphql-upload": "^8.0.12",
"@types/graphql-upload": "^16.0.4",
"fastify": "^4.10.2",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:*",
"graphql-upload": "^13.0.0"
"graphql-upload": "^16.0.2"
},
"devDependencies": {
"@types/node": "^18.11.15",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"test": "jest"
},
"devDependencies": {
"@types/graphql-upload": "^8.0.12",
"@types/graphql-upload": "^16.0.4",
"@types/node": "^18.11.15",
"@types/node-fetch": "^2.6.2",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.16.9",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^",
"graphql-upload": "^13.0.0",
"graphql-upload": "^16.0.2",
"jest": "^29.3.1",
"node-fetch": "^2.6.7",
"ts-jest": "^29.0.3",
Expand All @@ -49,7 +49,7 @@
"@types/graphql-upload": "*",
"graphql": "*",
"graphql-ez": "workspace:^",
"graphql-upload": "^13.0.0"
"graphql-upload": "^16.0.2"
},
"peerDependenciesMeta": {
"graphql": {
Expand Down
Loading

0 comments on commit 25a6ff6

Please sign in to comment.