Skip to content

Commit 0253dac

Browse files
authored
Update fastify to version 5.7.4
1 parent 836cc62 commit 0253dac

File tree

3 files changed

+186
-157
lines changed

3 files changed

+186
-157
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"eslint-plugin-prettier": "^3.4.1",
9898
"eslint-plugin-react": "^7.31.7",
9999
"eslint-plugin-react-hooks": "^4.6.0",
100-
"fastify": "^4.24.2",
100+
"fastify": "^5.7.4",
101101
"gitpkg": "^1.0.0-beta.2",
102102
"vitest": "^2.1.2",
103103
"npm-run-all": "^4.1.5",

packages/test-apps/simple-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"fastify": "^4.23.2",
12+
"fastify": "^5.7.4",
1313
"fastify-renderer": "workspace:*",
1414
"path-to-regexp": "^8.2.0",
1515
"react": "*",

0 commit comments

Comments
 (0)