chore: bump version to 2.18.1 and update AppBreadcrumbs component (#386)

- Incremented application version from 2.18.0 to 2.18.1 in package.json.
- Refactored AppBreadcrumbs component to use Next.js Link for improved navigation.
This commit is contained in:
Giancarlo Buomprisco
2025-10-14 14:18:19 +09:00
committed by GitHub
parent 2e20d3e76f
commit 5539d38cc2
17 changed files with 365 additions and 177 deletions

View File

@@ -14,7 +14,7 @@
"@tanstack/react-query": "5.90.2",
"ai": "5.0.59",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"next": "15.5.5",
"nodemailer": "^7.0.6",
"react": "19.1.1",
"react-dom": "19.1.1",

View File

@@ -61,7 +61,7 @@
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"next": "15.5.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.1.1",
@@ -76,7 +76,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.5.4",
"@next/bundle-analyzer": "15.5.5",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.6.2",
"@types/react": "19.1.16",