Skip to content

Commit a44a64d

Browse files
chore: upgrade vite to 8.0.0 stable and update nitro-graphql versions in examples
- Vite 8.0.0-beta.10 -> 8.0.0 (stable release) - All examples nitro-graphql -> ^2.0.0-beta.72 - Clean pnpm-lock.yaml regeneration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad9d5c3 commit a44a64d

File tree

11 files changed

+90
-578
lines changed

11 files changed

+90
-578
lines changed

examples/better-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"graphql": "^16.13.1",
2424
"graphql-yoga": "^5.18.1",
2525
"nitro": "^3.0.260311-beta",
26-
"nitro-graphql": "2.0.0-beta.61",
26+
"nitro-graphql": "^2.0.0-beta.72",
2727
"pg": "^8.20.0",
2828
"rolldown": "^1.0.0-rc.8",
2929
"tsx": "^4.21.0",

examples/drizzle-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graphql": "^16.13.1",
2020
"graphql-yoga": "^5.18.1",
2121
"nitro": "^3.0.260311-beta",
22-
"nitro-graphql": "2.0.0-beta.61",
22+
"nitro-graphql": "^2.0.0-beta.72",
2323
"pg": "^8.20.0",
2424
"rolldown": "^1.0.0-rc.8",
2525
"tsx": "^4.21.0",

examples/nitro-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/server": "^5.4.0",
1010
"graphql": "^16.13.1",
1111
"nitro": "^3.0.260311-beta",
12-
"nitro-graphql": "2.0.0-beta.61",
12+
"nitro-graphql": "^2.0.0-beta.72",
1313
"rolldown": "^1.0.0-rc.8"
1414
}
1515
}

examples/nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"graphql": "^16.13.1",
1010
"graphql-yoga": "^5.18.1",
1111
"nitro": "^3.0.260311-beta",
12-
"nitro-graphql": "2.0.0-beta.61",
12+
"nitro-graphql": "^2.0.0-beta.72",
1313
"rolldown": "^1.0.0-rc.8"
1414
}
1515
}

examples/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"graphql": "^16.13.1",
1414
"graphql-yoga": "^5.18.1",
15-
"nitro-graphql": "^2.0.0-beta.71",
15+
"nitro-graphql": "^2.0.0-beta.72",
1616
"nuxt": "npm:nuxt-nightly@5x",
1717
"vue": "^3.5.29",
1818
"vue-router": "^5.0.3"
@@ -24,12 +24,12 @@
2424
"overrides": {
2525
"graphql": "^16.13.1",
2626
"nitro": "$nitro",
27-
"vite": "8.0.0-beta.10"
27+
"vite": "^8.0.0"
2828
}
2929
},
3030
"overrides": {
3131
"graphql": "^16.13.1",
3232
"nitro": "^3.0.260311-beta",
33-
"vite": "8.0.0-beta.10"
33+
"vite": "^8.0.0"
3434
}
3535
}

examples/subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql-ws": "^6.0.7",
1313
"graphql-yoga": "^5.18.1",
1414
"nitro": "^3.0.260311-beta",
15-
"nitro-graphql": "2.0.0-beta.61",
15+
"nitro-graphql": "^2.0.0-beta.72",
1616
"rolldown": "^1.0.0-rc.8"
1717
}
1818
}

examples/vite-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "^16.13.1",
1616
"graphql-yoga": "^5.18.1",
1717
"nitro": "^3.0.260311-beta",
18-
"nitro-graphql": "2.0.0-beta.61",
18+
"nitro-graphql": "^2.0.0-beta.72",
1919
"ofetch": "^1.5.1",
2020
"react": "^19.2.4",
2121
"react-dom": "^19.2.4",
@@ -29,6 +29,6 @@
2929
"@vitejs/plugin-react": "^5.1.4",
3030
"graphql-config": "^5.1.6",
3131
"typescript": "^5.9.3",
32-
"vite": "8.0.0-beta.7"
32+
"vite": "^8.0.0"
3333
}
3434
}

examples/vite-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "^16.13.1",
1616
"graphql-yoga": "^5.18.1",
1717
"nitro": "^3.0.260311-beta",
18-
"nitro-graphql": "2.0.0-beta.61",
18+
"nitro-graphql": "^2.0.0-beta.72",
1919
"ofetch": "^1.5.1",
2020
"pinia": "^3.0.4",
2121
"tailwindcss": "^4.2.1",
@@ -28,7 +28,7 @@
2828
"@vue/tsconfig": "^0.9.0",
2929
"graphql-config": "^5.1.6",
3030
"typescript": "^5.9.3",
31-
"vite": "8.0.0-beta.7",
31+
"vite": "^8.0.0",
3232
"vue-tsc": "^3.2.5"
3333
}
3434
}

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"graphql": "^16.13.1",
1313
"graphql-yoga": "^5.18.1",
14-
"nitro-graphql": "2.0.0-beta.61",
14+
"nitro-graphql": "^2.0.0-beta.72",
1515
"rolldown": "^1.0.0-rc.8"
1616
},
1717
"devDependencies": {
1818
"nitro": "^3.0.260311-beta",
19-
"vite": "8.0.0-beta.7"
19+
"vite": "^8.0.0"
2020
}
2121
}

pnpm-lock.yaml

Lines changed: 74 additions & 562 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)