Skip to content

Commit 5624456

Browse files
chore: update dependencies and improve code structure
- Bump version of '@apollo/subgraph' to ^2.11.4 and other dependencies in pnpm-workspace.yaml - Change handler function in rollup.ts to async for proper module loading - Import $fetch from 'nitro/deps/ofetch' in health.ts for improved fetching - Make 'framework' optional in NitroGraphQLOptions interface in index.ts - Update response status handling in apollo.ts to use 'status' instead of 'statusCode' - Correct import path for Nitro in file-generator.ts and path-resolver.ts - Update Vite plugin comment for clarity regarding Nitro integration - Add new path mappings in tsconfig.json for better module resolution
1 parent 3d5d6f9 commit 5624456

File tree

11 files changed

+3180
-7038
lines changed

11 files changed

+3180
-7038
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
"docs:build": "cd .docs && pnpm install && pnpm build",
101101
"docs:preview": "cd .docs && pnpm preview",
102102
"lint": "eslint .",
103-
"lint:fix": "eslint . --fix"
103+
"lint:fix": "eslint . --fix",
104+
"test:types": "tsc --noEmit"
104105
},
105106
"peerDependencies": {
106107
"@apollo/server": "^5.0.0",
@@ -162,7 +163,8 @@
162163
"nitro": "catalog:",
163164
"tsdown": "catalog:",
164165
"typescript": "catalog:",
165-
"vitepress-plugin-llms": "^1.8.1"
166+
"vite": "^7.2.2",
167+
"vitepress-plugin-llms": "^1.9.0"
166168
},
167169
"resolutions": {
168170
"nitro-graphql": "link:."

0 commit comments

Comments
 (0)