Skip to content

Commit 13bfad4

Browse files
chore: update dependencies and improve type definitions
- Updated '@apollo/subgraph' from ^2.11.4 to ^2.12.1 - Updated '@graphql-codegen/typescript' from ^5.0.2 to ^5.0.4 - Updated '@graphql-codegen/typescript-operations' from ^5.0.2 to ^5.0.4 - Updated '@graphql-codegen/typescript-resolvers' from ^5.1.0 to ^5.1.2 - Updated '@graphql-tools/graphql-file-loader' from ^8.1.4 to ^8.1.6 - Updated '@graphql-tools/load' from ^8.1.4 to ^8.1.6 - Updated '@graphql-tools/merge' from ^9.1.3 to ^9.1.5 - Updated '@graphql-tools/schema' from ^10.0.27 to ^10.0.29 - Updated '@graphql-tools/url-loader' from ^9.0.2 to ^9.0.4 - Updated '@types/node' from ^24.10.0 to ^24.10.1 - Updated 'knitwork' from ^1.2.0 to ^1.3.0 - Updated 'oxc-parser' from ^0.96.0 to ^0.97.0 - Updated 'tsdown' from ^0.16.1 to ^0.16.4 - Refactored type definitions in server-codegen.ts for better clarity and performance.
1 parent c8f70f3 commit 13bfad4

File tree

5 files changed

+607
-774
lines changed

5 files changed

+607
-774
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nitro-graphql",
33
"type": "module",
44
"version": "2.0.0-beta.23",
5-
"packageManager": "pnpm@10.21.0",
5+
"packageManager": "pnpm@10.22.0",
66
"description": "GraphQL integration for Nitro",
77
"license": "MIT",
88
"sideEffects": false,

playgrounds/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nitro-graphql-federation-playground",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@10.21.0",
5+
"packageManager": "pnpm@10.22.0",
66
"scripts": {
77
"build": "nitro build",
88
"build:apollo": "nitro build --config nitro.config.apollo.ts",

0 commit comments

Comments
 (0)