Skip to content

Commit fc7d409

Browse files
fix: sort yaml keys in pnpm-workspace.yaml overrides
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 6e7392b commit fc7d409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ packages:
1313
- crates/*
1414

1515
overrides:
16-
graphql: ^16.13.1
17-
vite: 8.0.0-beta.10
18-
nuxt: npm:nuxt-nightly@5x
1916
'@nuxt/kit': npm:@nuxt/kit-nightly@5x
2017
'@nuxt/schema': npm:@nuxt/schema-nightly@5x
18+
graphql: ^16.13.1
19+
nuxt: npm:nuxt-nightly@5x
20+
vite: 8.0.0-beta.10
2121

2222
catalog:
2323
'@antfu/eslint-config': ^7.7.0

0 commit comments

Comments
 (0)