Skip to content

Commit 3641efc

Browse files
fix(deps): update all non-major dependencies (v3) (#1568)
* fix(deps): update all non-major dependencies * Bump schema package Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 46dbadd commit 3641efc

File tree

19 files changed

+676
-728
lines changed

19 files changed

+676
-728
lines changed

examples/apollo-federation/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "exit 0"
88
},
99
"dependencies": {
10-
"@apollo/gateway": "^0.51.0",
10+
"@apollo/gateway": "^0.52.0",
1111
"@envelop/apollo-federation": "^2.4.0",
1212
"graphql-yoga": "2.13.4",
1313
"graphql": "^16.5.0"

examples/apollo-federation/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "exit 0"
88
},
99
"dependencies": {
10-
"@apollo/subgraph": "^0.4.0",
10+
"@apollo/subgraph": "^0.5.0",
1111
"graphql-yoga": "2.13.4",
1212
"graphql": "^16.2.0"
1313
}

examples/aws-lambda/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"postdeploy": "rm -rf cdk-out"
1717
},
1818
"devDependencies": {
19-
"@aws-cdk/assert": "2.36.0",
20-
"@types/aws-lambda": "8.10.101",
19+
"@aws-cdk/assert": "2.37.0",
20+
"@types/aws-lambda": "8.10.102",
2121
"@types/node": "16.11.47",
2222
"ts-node": "10.9.1",
23-
"aws-cdk": "2.36.0",
24-
"aws-cdk-lib": "2.36.0",
25-
"esbuild": "0.14.54",
23+
"aws-cdk": "2.37.0",
24+
"aws-cdk-lib": "2.37.0",
25+
"esbuild": "0.15.0",
2626
"typescript": "4.7.4"
2727
},
2828
"dependencies": {
29-
"@aws-cdk/aws-apigateway": "1.167.0",
30-
"@aws-cdk/aws-lambda": "1.167.0",
31-
"@aws-cdk/core": "1.167.0",
29+
"@aws-cdk/aws-apigateway": "1.168.0",
30+
"@aws-cdk/aws-lambda": "1.168.0",
31+
"@aws-cdk/core": "1.168.0",
3232
"source-map-support": "^0.5.16"
3333
}
3434
}

examples/azure-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@azure/functions": "3.2.0",
14-
"esbuild": "0.14.54",
14+
"esbuild": "0.15.0",
1515
"typescript": "4.7.4",
1616
"tslib": "2.4.0"
1717
}

examples/cloudflare-advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.5.0"
1313
},
1414
"devDependencies": {
15-
"wrangler": "2.0.23",
15+
"wrangler": "2.0.25",
1616
"typescript": "4.7.4",
1717
"ts-loader": "9.3.1",
1818
"webpack": "5.74.0"

examples/cloudflare-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "4.7.4",
18-
"wrangler": "2.0.24"
18+
"wrangler": "2.0.25"
1919
}
2020
}

examples/fastify-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@envelop/graphql-modules": "3.4.2",
11-
"@graphql-tools/load-files": "6.6.0",
11+
"@graphql-tools/load-files": "6.6.1",
1212
"graphql-yoga": "2.13.4",
1313
"fastify": "4.4.0",
1414
"graphql-modules": "2.1.0",

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-codegen/cli": "^2.6.2",
1212
"@graphql-codegen/typescript": "^2.4.11",
1313
"@graphql-codegen/typescript-resolvers": "^2.6.4",
14-
"@graphql-tools/schema": "^8.5.0",
14+
"@graphql-tools/schema": "^9.0.0",
1515
"graphql": "^16.1.0",
1616
"graphql-yoga": "2.13.4"
1717
},

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prisma": "3.15.2"
2222
},
2323
"dependencies": {
24-
"@graphql-tools/schema": "8.5.1",
24+
"@graphql-tools/schema": "9.0.0",
2525
"graphql-yoga": "2.13.4",
2626
"graphql": "16.5.0"
2727
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"eslint": "8.21.0",
2424
"eslint-config-next": "12.2.4",
2525
"typescript": "4.7.4",
26-
"esbuild": "0.14.54"
26+
"esbuild": "0.15.0"
2727
}
2828
}

0 commit comments

Comments
 (0)