Skip to content

Commit aa62165

Browse files
authored
Merge branch 'master' into dependabot/bun/react-dom-19.2.4
2 parents eaf303c + db45326 commit aa62165

File tree

12 files changed

+27
-20
lines changed

12 files changed

+27
-20
lines changed

bun.lock

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

frontend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"files": {
55
"includes": [

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"zod": "^4.3.6"
5050
},
5151
"devDependencies": {
52-
"@biomejs/biome": "^2.3.12",
52+
"@biomejs/biome": "^2.3.14",
5353
"@hey-api/openapi-ts": "0.73.0",
5454
"@playwright/test": "1.58.2",
5555
"@tanstack/router-devtools": "^1.157.17",

frontend/src/routes/_layout/admin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const Route = createFileRoute("/_layout/admin")({
2929
head: () => ({
3030
meta: [
3131
{
32-
title: "Admin - FastAPI Cloud",
32+
title: "Admin - FastAPI Template",
3333
},
3434
],
3535
}),

frontend/src/routes/_layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Route = createFileRoute("/_layout/")({
77
head: () => ({
88
meta: [
99
{
10-
title: "Dashboard - FastAPI Cloud",
10+
title: "Dashboard - FastAPI Template",
1111
},
1212
],
1313
}),

frontend/src/routes/_layout/items.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const Route = createFileRoute("/_layout/items")({
2121
head: () => ({
2222
meta: [
2323
{
24-
title: "Items - FastAPI Cloud",
24+
title: "Items - FastAPI Template",
2525
},
2626
],
2727
}),

frontend/src/routes/_layout/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Route = createFileRoute("/_layout/settings")({
1717
head: () => ({
1818
meta: [
1919
{
20-
title: "Settings - FastAPI Cloud",
20+
title: "Settings - FastAPI Template",
2121
},
2222
],
2323
}),

frontend/src/routes/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Route = createFileRoute("/login")({
4444
head: () => ({
4545
meta: [
4646
{
47-
title: "Log In - FastAPI Cloud",
47+
title: "Log In - FastAPI Template",
4848
},
4949
],
5050
}),

frontend/src/routes/recover-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Route = createFileRoute("/recover-password")({
4242
head: () => ({
4343
meta: [
4444
{
45-
title: "Recover Password - FastAPI Cloud",
45+
title: "Recover Password - FastAPI Template",
4646
},
4747
],
4848
}),

frontend/src/routes/reset-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const Route = createFileRoute("/reset-password")({
6060
head: () => ({
6161
meta: [
6262
{
63-
title: "Reset Password - FastAPI Cloud",
63+
title: "Reset Password - FastAPI Template",
6464
},
6565
],
6666
}),

0 commit comments

Comments
 (0)