Skip to content

Commit d7d12d6

Browse files
chore: update dependencies in pnpm-workspace.yaml
- bump @antfu/eslint-config from ^6.2.0 to ^6.3.0 - bump @vitest/ui from ^4.0.14 to ^4.0.15 - bump oxc-parser from ^0.99.0 to ^0.101.0 - bump vitest from ^4.0.14 to ^4.0.15
1 parent a8cac2e commit d7d12d6

File tree

7 files changed

+946
-369
lines changed

7 files changed

+946
-369
lines changed

examples/better-auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"better:init": "npx @better-auth/cli@latest generate --config ./server/utils/auth.ts"
1313
},
1414
"devDependencies": {
15-
"@better-auth/cli": "^1.4.3",
15+
"@better-auth/cli": "^1.4.5",
1616
"@graphql-tools/utils": "^10.11.0",
1717
"@types/pg": "^8.15.6",
18-
"better-auth": "^1.4.3",
18+
"better-auth": "^1.4.5",
1919
"drizzle-kit": "^0.31.7",
2020
"drizzle-orm": "^0.44.7",
2121
"drizzle-zod": "^0.8.3",
2222
"graphql": "^16.12.0",
23-
"graphql-yoga": "^5.17.0",
23+
"graphql-yoga": "^5.17.1",
2424
"nitro": "^3.0.1-alpha.1",
2525
"nitro-graphql": "beta",
2626
"pg": "^8.16.3",
27-
"tsx": "^4.20.6",
27+
"tsx": "^4.21.0",
2828
"uuid": "^13.0.0",
2929
"zod": "^4.1.13"
3030
}

examples/drizzle-orm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"drizzle-orm": "^0.44.7",
1717
"drizzle-zod": "^0.8.3",
1818
"graphql": "^16.12.0",
19-
"graphql-yoga": "^5.17.0",
19+
"graphql-yoga": "^5.17.1",
2020
"nitro": "^3.0.1-alpha.1",
2121
"nitro-graphql": "beta",
2222
"pg": "^8.16.3",
23-
"rolldown": "^1.0.0-beta.52",
24-
"tsx": "^4.20.6",
23+
"rolldown": "^1.0.0-beta.53",
24+
"tsx": "^4.21.0",
2525
"uuid": "^13.0.0",
2626
"zod": "^4.1.13"
2727
}

examples/vite-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@tailwindcss/vite": "^4.1.17",
1414
"@tanstack/react-query": "^5.90.11",
1515
"graphql": "^16.12.0",
16-
"graphql-yoga": "^5.17.0",
16+
"graphql-yoga": "^5.17.1",
1717
"nitro": "npm:nitro-nightly@latest",
1818
"nitro-graphql": "2.0.0-beta.31",
1919
"ofetch": "^1.5.1",
20-
"react": "^19.2.0",
21-
"react-dom": "^19.2.0",
22-
"react-router-dom": "^7.9.6",
20+
"react": "^19.2.1",
21+
"react-dom": "^19.2.1",
22+
"react-router-dom": "^7.10.0",
2323
"tailwindcss": "^4.1.17"
2424
},
2525
"devDependencies": {

examples/vite-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint:type": "vue-tsc -b"
1111
},
1212
"dependencies": {
13-
"@pinia/colada": "^0.17.9",
13+
"@pinia/colada": "^0.18.0",
1414
"@tailwindcss/vite": "^4.1.17",
1515
"graphql": "^16.12.0",
16-
"graphql-yoga": "^5.17.0",
16+
"graphql-yoga": "^5.17.1",
1717
"nitro": "npm:nitro-nightly@latest",
1818
"nitro-graphql": "2.0.0-beta.31",
1919
"ofetch": "^1.5.1",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"graphql": "^16.12.0",
13-
"graphql-yoga": "^5.17.0",
13+
"graphql-yoga": "^5.17.1",
1414
"nitro-graphql": "2.0.0-beta.31",
15-
"rolldown": "^1.0.0-beta.52"
15+
"rolldown": "^1.0.0-beta.53"
1616
},
1717
"devDependencies": {
1818
"nitro": "npm:nitro-nightly@latest",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- examples/**
44

55
catalog:
6-
'@antfu/eslint-config': ^6.2.0
6+
'@antfu/eslint-config': ^6.3.0
77
'@apollo/server': ^5.2.0
88
'@apollo/subgraph': ^2.12.1
99
'@graphql-codegen/core': ^5.0.0
@@ -24,7 +24,7 @@ catalog:
2424
'@nuxtjs/tailwindcss': 7.0.0-beta.1
2525
'@types/node': ^24.10.1
2626
'@vitejs/devtools': ^0.0.0-alpha.16
27-
'@vitest/ui': ^4.0.14
27+
'@vitest/ui': ^4.0.15
2828
bumpp: ^10.3.2
2929
changelogen: ^0.6.2
3030
chokidar: ^5.0.0
@@ -40,15 +40,15 @@ catalog:
4040
nitro: npm:nitro-nightly@latest
4141
nuxt: ^4.2.1
4242
ohash: ^2.0.11
43-
oxc-parser: ^0.99.0
43+
oxc-parser: ^0.101.0
4444
pathe: ^2.0.3
4545
tailwindcss: ^4.1.17
4646
tinyglobby: ^0.2.15
4747
tsdown: ^0.16.8
4848
typescript: ^5.9.3
4949
vite: npm:rolldown-vite@latest
5050
vitepress-plugin-llms: ^1.9.3
51-
vitest: ^4.0.14
51+
vitest: ^4.0.15
5252
vue: ^3.5.25
5353
vue-router: ^4.6.3
5454
zod: ^4.1.13

0 commit comments

Comments
 (0)