Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2022
1 parent e52a83f commit 255c4e2
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 65 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@pulumi/pulumi": "3.36.0",
"@pulumi/pulumi": "3.37.1",
"@pulumi/cloudflare": "4.9.0",
"@pulumi/azure-native": "1.67.0",
"@pulumi/awsx": "0.40.0",
"@pulumi/aws": "5.10.0",
"@pulumi/docker": "3.2.0",
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"typescript": "4.7.4",
"ts-node": "10.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@aws-cdk/assert": "2.33.0",
"@types/aws-lambda": "8.10.101",
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"ts-node": "10.9.1",
"aws-cdk": "2.33.0",
"aws-cdk-lib": "2.33.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@graphql-yoga/node": "2.13.4",
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.0",
"graphql": "^16.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pino-pretty": "8.1.0"
},
"devDependencies": {
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"ts-node": "10.9.1"
}
}
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"license": "ISC",
"devDependencies": {
"@prisma/client": "3.15.2",
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4",
"prisma": "3.15.2"
},
"dependencies": {
"@graphql-tools/schema": "8.5.0",
"@graphql-tools/schema": "8.5.1",
"@graphql-yoga/node": "2.13.4",
"graphql": "16.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"cross-env": "7.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"devDependencies": {
"@vercel/node": "2.4.5",
"@vercel/node": "2.5.0",
"esbuild": "0.14.50",
"typescript": "4.7.4",
"tslib": "2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"@graphql-tools/schema": "^8.5.0",
"@graphql-tools/utils": "^8.8.0",
"@graphql-yoga/subscription": "^2.2.2",
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.0",
"dset": "^3.1.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"html-minifier-terser": "7.0.0-beta.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vite": "2.9.14"
},
"dependencies": {
"@graphql-tools/url-loader": "7.13.0",
"@graphql-tools/url-loader": "7.13.1",
"copy-to-clipboard": "3.3.1",
"graphiql": "1.8.8",
"graphiql-explorer": "0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"@graphql-tools/utils": "^8.8.0",
"@graphql-yoga/common": "^2.12.3",
"@graphql-yoga/subscription": "^2.2.2",
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@envelop/disable-introspection": "^3.4.0",
"@envelop/live-query": "^3.4.0",
"@types/eventsource": "1.1.9",
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"eventsource": "2.0.2",
"graphql": "^16.0.1",
"graphql-scalars": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@next/bundle-analyzer": "^12.0.10",
"@types/concurrently": "^6.4.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "16.11.45",
"@types/node": "16.11.46",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.0",
"bob-tsm": "^1.0.0",
Expand Down
Loading

0 comments on commit 255c4e2

Please sign in to comment.