Skip to content

Commit a561b83

Browse files
committed
Update yoga to v5
1 parent e9ee457 commit a561b83

File tree

3 files changed

+8701
-6566
lines changed

3 files changed

+8701
-6566
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "pnpm@8.11.0",
15+
"packageManager": "pnpm@9.0.6",
1616
"engines": {
1717
"node": ">=16.0.0",
18-
"pnpm": ">=8.9.2"
18+
"pnpm": ">=9.0.6"
1919
},
2020
"keywords": [
2121
"graphql",
@@ -106,4 +106,4 @@
106106
"@octokit/types": "5.4.1"
107107
}
108108
}
109-
}
109+
}

packages/commands/serve/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"engines": {
18-
"node": ">=16.0.0"
18+
"node": ">=18.0.0"
1919
},
2020
"main": "dist/cjs/index.js",
2121
"module": "dist/esm/index.js",
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@graphql-inspector/commands": "workspace:*",
6868
"@graphql-inspector/logger": "workspace:*",
69-
"graphql-yoga": "4.0.3",
69+
"graphql-yoga": "5.3.0",
7070
"open": "8.4.2",
7171
"tslib": "2.6.2"
7272
},
@@ -81,4 +81,4 @@
8181
"typescript": {
8282
"definition": "dist/typings/index.d.ts"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)