Skip to content

Commit 0e55e58

Browse files
chore: correct playgrounds directory path and update dependencies in configuration files
1 parent 405bfed commit 0e55e58

File tree

4 files changed

+33
-279
lines changed

4 files changed

+33
-279
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export default antfu({
2424
},
2525
}, {
2626
files: [
27-
'playground/**/*.{ts,js,mjs,cjs}',
28-
'playground-nuxt/**/*.{ts,js,mjs,cjs}',
27+
'playgrounds/**/*.{ts,js,mjs,cjs}',
2928
],
3029
rules: {
3130
'no-console': 'off',

playgrounds/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@apollo/server": "catalog:",
17-
"@apollo/subgraph": "^2.11.2",
17+
"@apollo/subgraph": "catalog:",
1818
"@as-integrations/h3": "catalog:",
1919
"graphql": "catalog:",
2020
"h3": "catalog:",

0 commit comments

Comments
 (0)