Skip to content

Commit 7677630

Browse files
authored
feat: Upgrade fastify to 5.8.5, @fastify/static to 9.1.3, and axios to 1.15.2 (#884)
1 parent 085cc3e commit 7677630

15 files changed

Lines changed: 247 additions & 242 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@baseplate-dev/core-generators': patch
3+
'@baseplate-dev/fastify-generators': patch
4+
'@baseplate-dev/project-builder-cli': patch
5+
'@baseplate-dev/project-builder-server': patch
6+
---
7+
8+
Upgrade fastify to 5.8.5, @fastify/static to 9.1.3, and axios to 1.15.2

examples/blog-with-auth/apps/backend/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@sentry/node": "10.39.0",
5353
"@sentry/profiling-node": "10.39.0",
5454
"es-toolkit": "1.44.0",
55-
"fastify": "5.8.4",
55+
"fastify": "5.8.5",
5656
"fastify-plugin": "5.1.0",
5757
"graphql": "16.11.0",
5858
"graphql-scalars": "1.23.0",

examples/blog-with-auth/apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@sentry/node": "10.39.0",
5353
"@sentry/profiling-node": "10.39.0",
5454
"es-toolkit": "1.44.0",
55-
"fastify": "5.8.4",
55+
"fastify": "5.8.5",
5656
"fastify-plugin": "5.1.0",
5757
"graphql": "16.11.0",
5858
"graphql-scalars": "1.23.0",

examples/blog-with-auth/pnpm-lock.yaml

Lines changed: 48 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/todo-with-better-auth/apps/admin/baseplate/generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@hookform/resolvers": "5.2.2",
4242
"@sentry/react": "10.39.0",
4343
"@tanstack/react-router": "1.159.5",
44-
"axios": "1.13.5",
44+
"axios": "1.15.2",
4545
"better-auth": "1.4.19",
4646
"class-variance-authority": "0.7.1",
4747
"clsx": "2.1.1",

examples/todo-with-better-auth/apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@hookform/resolvers": "5.2.2",
4242
"@sentry/react": "10.39.0",
4343
"@tanstack/react-router": "1.159.5",
44-
"axios": "1.13.5",
44+
"axios": "1.15.2",
4545
"better-auth": "1.4.19",
4646
"class-variance-authority": "0.7.1",
4747
"clsx": "2.1.1",

0 commit comments

Comments
 (0)