Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Jul 20, 2023
1 parent 09bd29a commit e31fc5a
Show file tree
Hide file tree
Showing 8 changed files with 3,438 additions and 9,955 deletions.
4 changes: 2 additions & 2 deletions examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@apollo/gateway": "2.4.10",
"@apollo/gateway": "2.5.1",
"@apollo/server": "^4.7.5",
"@apollo/subgraph": "2.4.10",
"@apollo/subgraph": "2.5.1",
"@faker-js/faker": "^8.0.2",
"@pothos/core": "workspace:*",
"@pothos/plugin-directives": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@faker-js/faker": "^8.0.2",
"@swc-node/register": "^1.6.6",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.69",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.70",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@vitest/coverage-c8": "^0.33.0",
Expand All @@ -50,13 +50,13 @@
"graphql-tag": "^2.12.6",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"turbo": "^1.10.8",
"turbo": "^1.10.9",
"typescript": "5.1.6",
"typescript-json-schema": "^0.59.0",
"vitest": "^0.33.0"
},
"resolutions": {
"graphql": "16.6.0"
"graphql": "16.7.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.66",
"@swc/core": "^1.3.70",
"typescript": "^5.1.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"graphql": ">=15.1.0"
},
"devDependencies": {
"@apollo/gateway": "^2.4.10",
"@apollo/gateway": "^2.5.1",
"@apollo/server": "^4.7.5",
"@apollo/subgraph": "2.4.10",
"@apollo/subgraph": "2.5.1",
"@graphql-tools/utils": "^10.0.3",
"@pothos/core": "workspace:*",
"@pothos/plugin-directives": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tracing-newrelic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "4.0.3",
"newrelic": "^10.4.2"
"newrelic": "^10.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/tracing-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-tracing": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@sentry/node": "^7.57.0",
"@sentry/tracing": "^7.57.0",
"@sentry/node": "^7.59.3",
"@sentry/tracing": "^7.59.3",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/tracing-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-tracing": "workspace:*",
"@pothos/test-utils": "workspace:*",
"aws-xray-sdk-core": "^3.5.0",
"aws-xray-sdk-core": "^3.5.1",
"graphql": "16.7.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "4.0.3"
Expand Down
Loading

0 comments on commit e31fc5a

Please sign in to comment.