Skip to content

Commit

Permalink
Merge branch 'main' into fix-graphql-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 4, 2024
2 parents d209755 + d526715 commit 7c1cdda
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 428 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,32 @@
}
},
"devDependencies": {
"@apollo/server": "^4.10.4",
"@apollo/server-integration-testsuite": "^4.10.4",
"@apollo/server": "^4.11.0",
"@apollo/server-integration-testsuite": "^4.11.0",
"@apollo/utils.withrequired": "^3.0.0",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/schema": "^10.0.6",
"@jest/globals": "^29.7.0",
"@typescript-eslint/parser": "^7.16.0",
"crossws": "^0.2.4",
"@vitest/coverage-v8": "^2.0.1",
"eslint": "^9.6.0",
"@typescript-eslint/parser": "^8.8.0",
"crossws": "^0.3.1",
"@vitest/coverage-v8": "^2.1.2",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-unjs": "^0.3.2",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-config-unjs": "^0.4.1",
"eslint-plugin-unused-imports": "^4.1.4",
"graphql": "^16.9.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.15.0",
"h3": "^1.12.0",
"graphql-ws": "^5.16.0",
"h3": "^1.13.0",
"jest": "^29.7.0",
"listhen": "^1.7.2",
"prettier": "^3.3.2",
"listhen": "^1.9.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.0",
"typescript": "^5.5.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^2.0.1"
"vitest": "^2.1.2"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": "^16.10.0 || >=18.0.0"
}
Expand Down
Loading

0 comments on commit 7c1cdda

Please sign in to comment.