Skip to content

Commit bd13c81

Browse files
fix(deps): update dependency fastify to v5 (#2136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d11a9b7 commit bd13c81

File tree

3 files changed

+78
-111
lines changed

3 files changed

+78
-111
lines changed

examples/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-ez/plugin-websockets": "^0.11.3",
2828
"@react-hookz/web": "^22.0.0",
2929
"extract-files": "^13.0.0",
30-
"fastify": "^4.29.0",
30+
"fastify": "^5.2.1",
3131
"framer-motion": "^11.18.2",
3232
"gqty": "workspace:^",
3333
"graphql": "^16.10.0",

internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@rollup/plugin-babel": "^6.0.4",
4141
"@types/jest": "^29.5.14",
4242
"cross-env": "^7.0.3",
43-
"fastify": "^4.29.0",
43+
"fastify": "^5.2.1",
4444
"gqty": "workspace:^",
4545
"graphql": "^16.10.0",
4646
"graphql-ez": "^0.16.1",

0 commit comments

Comments
 (0)