Skip to content

Commit 52203f0

Browse files
committed
chore: Update packages
1 parent 0a67058 commit 52203f0

File tree

19 files changed

+862
-773
lines changed

19 files changed

+862
-773
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
LOGIN_TOKEN_SECRET=vitnode_secret
21
POSTGRES_URL=postgresql://root:root@localhost:5432/vitnode
32

43
NEXT_PUBLIC_BACKEND_URL=http://localhost:3000

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@v4
2323
name: Install pnpm
2424
with:
25-
version: 10.12.1
25+
version: 10.12.4
2626

2727
- name: Install Node.js
2828
uses: actions/setup-node@v4

.github/workflows/bump_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: pnpm/action-setup@v4
5353
name: Install pnpm
5454
with:
55-
version: 10.12.1
55+
version: 10.12.4
5656

5757
- name: Install Node.js
5858
uses: actions/setup-node@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"title": "Internationalization (I18n)",
3-
"pages": ["expand-langs", "messages", "namespaces", "..."]
3+
"pages": ["expand-langs", "namespaces", "messages", "..."]
44
}

apps/docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"dependencies": {
1212
"@vitnode/core": "workspace:*",
1313
"babel-plugin-react-compiler": "19.1.0-rc.2",
14-
"fumadocs-core": "^15.5.3",
14+
"fumadocs-core": "^15.5.5",
1515
"fumadocs-mdx": "^11.6.9",
16-
"fumadocs-ui": "^15.5.3",
16+
"fumadocs-ui": "^15.5.5",
1717
"lucide-react": "^0.517.0",
18-
"motion": "^12.18.1",
18+
"motion": "^12.19.1",
1919
"next": "^15.3.4",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0"
2222
},
2323
"devDependencies": {
24-
"@tailwindcss/postcss": "^4.1.10",
24+
"@tailwindcss/postcss": "^4.1.11",
2525
"@types/mdx": "^2.0.13",
26-
"@types/node": "^24.0.3",
27-
"@types/react": "^19.1.8",
28-
"@types/react-dom": "^19.1.6",
26+
"@types/node": "^24",
27+
"@types/react": "^19.1",
28+
"@types/react-dom": "^19.1",
2929
"postcss": "^8.5.6",
3030
"shiki": "^3.7.0",
31-
"tailwindcss": "^4.1.10",
31+
"tailwindcss": "^4.1.11",
3232
"typescript": "^5.8.3"
3333
}
3434
}

apps/web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"@hono/zod-openapi": "^0.19.8",
2323
"@hono/zod-validator": "^0.7.0",
2424
"@hookform/resolvers": "^5.1.1",
25-
"@react-email/components": "^0.1.0",
25+
"@react-email/components": "^0.1.1",
2626
"@vitnode/blog": "workspace:*",
2727
"@vitnode/core": "workspace:*",
2828
"babel-plugin-react-compiler": "19.1.0-rc.2",
29-
"dotenv": "^16.5.0",
30-
"drizzle-kit": "^0.31.1",
29+
"dotenv": "^16.6.0",
30+
"drizzle-kit": "^0.31.3",
3131
"drizzle-orm": "^0.44.2",
32-
"hono": "^4.8.2",
33-
"lucide-react": "^0.517.0",
32+
"hono": "^4.8.3",
33+
"lucide-react": "^0.523.0",
3434
"next": "^15.3.4",
35-
"next-intl": "^4.1.0",
35+
"next-intl": "^4.3.1",
3636
"react": "^19.1.0",
3737
"react-dom": "^19.1.0",
3838
"react-hook-form": "^7.58.1",
@@ -41,15 +41,15 @@
4141
},
4242
"devDependencies": {
4343
"@playwright/test": "^1.53.1",
44-
"@tailwindcss/postcss": "^4.1.10",
45-
"@types/node": "^24.0.3",
46-
"@types/react": "^19.1.8",
47-
"@types/react-dom": "^19.1.6",
44+
"@tailwindcss/postcss": "^4.1.11",
45+
"@types/node": "^24",
46+
"@types/react": "^19.1",
47+
"@types/react-dom": "^19.1",
4848
"@vitnode/eslint-config": "workspace:*",
4949
"eslint": "^9.29.0",
50-
"prettier": "^3.5.3",
51-
"react-email": "^4.0.16",
52-
"tailwindcss": "^4.1.10",
50+
"prettier": "^3.6.1",
51+
"react-email": "^4.0.17",
52+
"tailwindcss": "^4.1.11",
5353
"tw-animate-css": "^1.3.4",
5454
"typescript": "^5.8.3"
5555
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"test:e2e": "turbo test:e2e"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^24.0.3",
20+
"@types/node": "^24",
2121
"@vitnode/eslint-config": "workspace:*",
22-
"prettier": "^3.5.3",
22+
"prettier": "^3.6.1",
2323
"prettier-plugin-tailwindcss": "^0.6.13",
2424
"tsx": "^4.20.3",
2525
"turbo": "^2.5.4",
@@ -28,7 +28,7 @@
2828
"engines": {
2929
"node": ">=22"
3030
},
31-
"packageManager": "[email protected].1",
31+
"packageManager": "[email protected].4",
3232
"workspaces": [
3333
"apps/*",
3434
"packages/*",

packages/create-vitnode-app/copy-of-vitnode-app/root/.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
LOGIN_TOKEN_SECRET=vitnode_secret
21
POSTGRES_URL=postgresql://root:root@localhost:5432/vitnode
32

43
NEXT_PUBLIC_BACKEND_URL=http://localhost:3000

packages/create-vitnode-app/copy-of-vitnode-app/root/src/vitnode.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export const vitNodeConfig = buildConfig({
88
},
99
plugins: [],
1010
i18n: {
11-
locales: ['en'] as const,
11+
locales: [
12+
{
13+
code: 'en',
14+
name: 'English',
15+
},
16+
],
1217
defaultLocale: 'en',
1318
},
1419
theme: {

packages/create-vitnode-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"validate-npm-package-name": "^6.0.1"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^24.0.3",
38+
"@types/node": "^24",
3939
"@types/prompts": "^2.4.9",
4040
"@types/validate-npm-package-name": "^4.0.2",
4141
"@vitnode/eslint-config": "workspace:*",

0 commit comments

Comments
 (0)