Skip to content

Commit d640a63

Browse files
committed
chore: Update vitnode to 0.1.4
1 parent c040bf1 commit d640a63

File tree

26 files changed

+724
-745
lines changed

26 files changed

+724
-745
lines changed

apps/backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020
"@nestjs/schedule": "^4.1.2",
2121
"@nestjs/swagger": "^8.1.0",
2222
"@nestjs/throttler": "^6.3.0",
23-
"@react-email/components": "^0.0.31",
23+
"@react-email/components": "^0.0.32",
2424
"class-transformer": "^0.5.1",
2525
"class-validator": "^0.14.1",
2626
"drizzle-kit": "^0.30.1",
2727
"drizzle-orm": "^0.38.3",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",
3030
"reflect-metadata": "^0.2.2",
31-
"vitnode-backend": "0.1.1"
31+
"vitnode-backend": "0.1.4"
3232
},
3333
"devDependencies": {
3434
"@nestjs/cli": "^10.4.9",
3535
"@nestjs/schematics": "^10.2.3",
3636
"@swc/cli": "^0.5.2",
3737
"@types/express": "^5.0.0",
3838
"@types/node": "^22.10.5",
39-
"@types/react": "^19.0.2",
39+
"@types/react": "^19.0.3",
4040
"cross-env": "^7.0.3",
41-
"eslint-config-typescript-vitnode": "0.1.1",
41+
"eslint-config-typescript-vitnode": "0.1.4",
4242
"shared": "workspace:*",
4343
"typescript": "^5.7.2",
44-
"vitnode-shared": "0.1.1"
44+
"vitnode-shared": "0.1.4"
4545
}
4646
}

apps/backend/src/plugins/blog/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"keywords": []
1919
}
2020
],
21-
"version": "1.0.0",
22-
"version_code": 3
21+
"version": "1.0.1",
22+
"version_code": 4
2323
}

apps/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
"lint:fix": "eslint . --fix"
1313
},
1414
"dependencies": {
15-
"@hookform/resolvers": "^3.9.1",
15+
"@hookform/resolvers": "^3.10.0",
1616
"geist": "^1.3.1",
1717
"lucide-react": "^0.469.0",
18-
"next": "^15.1.3",
18+
"next": "^15.1.4",
1919
"next-intl": "4.0.0-beta-ddd5ae5",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
2222
"react-hook-form": "^7.54.2",
2323
"recharts": "^2.15.0",
2424
"sonner": "^1.7.1",
25-
"vitnode-frontend": "0.1.1",
25+
"vitnode-frontend": "0.1.4",
2626
"zod": "^3.24.1"
2727
},
2828
"devDependencies": {
2929
"@types/node": "^22.10.5",
30-
"@types/react": "^19.0.2",
30+
"@types/react": "^19.0.3",
3131
"@types/react-dom": "^19.0.2",
3232
"autoprefixer": "^10.4.20",
33-
"eslint-config-typescript-vitnode": "0.1.1",
33+
"eslint-config-typescript-vitnode": "0.1.4",
3434
"postcss": "^8.4.49",
3535
"shared": "workspace:*",
3636
"tailwindcss": "^3.4.17",
3737
"typescript": "^5.7.2",
38-
"vitnode-shared": "0.1.1"
38+
"vitnode-shared": "0.1.4"
3939
}
4040
}

apps/frontend/src/app/[locale]/(main)/(layout)/layout.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/frontend/src/app/[locale]/(main)/(layout)/page.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/frontend/src/app/[locale]/(main)/(layout)/[...slug]/page.tsx renamed to apps/frontend/src/app/[locale]/(main)/[...slug]/page.tsx

File renamed without changes.

apps/frontend/src/app/[locale]/(main)/(layout)/blog/[categorySlug]/[articleSlug]/page.tsx renamed to apps/frontend/src/app/[locale]/(main)/blog/[categorySlug]/[articleSlug]/page.tsx

File renamed without changes.

apps/frontend/src/app/[locale]/(main)/(layout)/blog/[categorySlug]/page.tsx renamed to apps/frontend/src/app/[locale]/(main)/blog/[categorySlug]/page.tsx

File renamed without changes.

apps/frontend/src/app/[locale]/(main)/(layout)/blog/[categorySlug]/sitemap.ts renamed to apps/frontend/src/app/[locale]/(main)/blog/[categorySlug]/sitemap.ts

File renamed without changes.

apps/frontend/src/app/[locale]/(main)/(layout)/blog/layout.tsx renamed to apps/frontend/src/app/[locale]/(main)/blog/layout.tsx

File renamed without changes.

0 commit comments

Comments
 (0)