Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (ardatan#2176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 2822f7a commit b8057e9
Show file tree
Hide file tree
Showing 20 changed files with 212 additions and 212 deletions.
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@azure/functions": "4.3.0",
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240314.0",
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@azure/functions": "4.3.0",
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-http": "^1.18.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ws": "8.16.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"@types/ws": "8.5.10",
"ts-node": "10.9.2",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-sse": "^2.0.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"@types/ws": "8.5.10",
"ts-node": "10.9.2",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ws": "8.16.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"@types/ws": "8.5.10",
"ts-node": "10.9.2",
"typescript": "5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@envelop/core": "*",
"@graphql-tools/schema": "10.0.3",
"aws-sdk": "2.1578.0",
"aws-sdk": "2.1580.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"reflect-metadata": "0.2.1"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type-graphql": "1.1.1"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"ts-node": "10.9.2",
"typescript": "5.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.29",
"tsup": "8.0.2",
"typescript": "5.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"private": true,
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
Expand Down Expand Up @@ -36,8 +36,8 @@
"@theguild/prettier-config": "2.0.5",
"@types/benchmark": "2.1.5",
"@types/jest": "29.5.12",
"@types/k6": "0.49.1",
"@types/node": "20.11.28",
"@types/k6": "0.49.2",
"@types/node": "20.11.29",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"bob-the-bundler": "7.0.1",
Expand Down
Loading

0 comments on commit b8057e9

Please sign in to comment.