Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@hono/zod-openapi": "^1.4.0",
"@hono/zod-validator": "^0.8.0",
"@hono/zod-openapi": "^1.5.1",
"@hono/zod-validator": "^0.9.0",
"@vitnode/core": "workspace:*",
"@vitnode/node-cron": "workspace:*",
"@vitnode/supabase-storage": "workspace:*",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"hono": "^4.12.27",
"next-intl": "^4.13.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"ws": "^8.21.0",
"hono": "^4.12.31",
"next-intl": "^4.13.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"ws": "^8.21.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@hono/node-server": "^2.0.6",
"@react-email/ui": "^6.6.6",
"@types/node": "^26.0.1",
"@hono/node-server": "^2.0.11",
"@react-email/ui": "^6.9.0",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitnode/blog": "workspace:*",
"@vitnode/config": "workspace:*",
"@vitnode/nodemailer": "workspace:*",
"dotenv": "^17.4.2",
"eslint": "^10.5.0",
"react-email": "^6.6.6",
"tsc-alias": "^1.8.17",
"tsx": "^4.22.4",
"eslint": "^10.7.0",
"react-email": "^6.9.0",
"tsc-alias": "^1.9.1",
"tsx": "^4.23.1",
"typescript": "^6.0.3"
}
}
47 changes: 23 additions & 24 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,34 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@hono/zod-openapi": "^1.4.0",
"@hono/zod-validator": "^0.8.0",
"@hono/zod-openapi": "^1.5.1",
"@hono/zod-validator": "^0.9.0",
"@vitnode/blog": "workspace:*",
"@vitnode/core": "workspace:*",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"fumadocs-core": "^16.10.5",
"fumadocs-mdx": "^15.0.12",
"fumadocs-ui": "^16.10.5",
"hono": "^4.12.27",
"lucide-react": "^1.21.0",
"motion": "^12.41.0",
"next": "16.3.0-preview.5",
"next-intl": "^4.13.0",
"node-cron": "^4.5.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.80.0",
"fumadocs-core": "^16.11.5",
"fumadocs-mdx": "^15.2.0",
"fumadocs-ui": "^16.11.5",
"hono": "^4.12.31",
"lucide-react": "^1.25.0",
"motion": "^12.42.2",
"next": "16.3.0-preview.9",
"next-intl": "^4.13.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.82.0",
"react-use": "^17.6.1",
"shadcn": "^4.11.0",
"shadcn": "^4.14.0",
"sonner": "^2.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.2.9",
"@next/bundle-analyzer": "^16.2.11",
"@playwright/test": "^1.61.1",
"@react-email/ui": "^6.6.6",
"@tailwindcss/postcss": "^4.3.1",
"@react-email/ui": "^6.9.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.0.1",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitnode/config": "workspace:*",
Expand All @@ -60,11 +59,11 @@
"@vitnode/supabase-storage": "workspace:*",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"eslint": "^10.5.0",
"postcss": "^8.5.15",
"react-email": "^6.6.6",
"shiki": "^4.3.0",
"tailwindcss": "^4.3.1",
"eslint": "^10.7.0",
"postcss": "^8.5.22",
"react-email": "^6.9.0",
"shiki": "^4.3.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"zod": "^4.4.3"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"test:e2e": "turbo test:e2e"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^26.1.1",
"@vitnode/config": "workspace:*",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"tsx": "^4.22.4",
"turbo": "^2.10.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tsx": "^4.23.1",
"turbo": "^2.10.6",
"typescript": "^6.0.3",
"zod": "^4.4.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"typescript": "6.0.x"
},
"devDependencies": {
"eslint": "^10.5.0",
"eslint": "^10.7.0",
"typescript": "^6.0.3"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^5.9.2",
"@eslint-react/eslint-plugin": "^5.17.3",
"@eslint/js": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^5.9.1",
"eslint-plugin-perfectionist": "^5.10.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-you-might-not-need-an-effect": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript-eslint": "^8.62.0"
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript-eslint": "^8.65.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-vitnode-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"validate-npm-package-name": "^8.0.0"
},
"devDependencies": {
"@types/node": "^26.0.1",
"@types/node": "^26.1.1",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"@vitnode/config": "workspace:*",
"eslint": "^10.5.0",
"eslint": "^10.7.0",
"typescript": "^6.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const apiDeps = {
react: versionsPackageJson.react,
"react-dom": versionsPackageJson.reactDom,
"react-email": versionsPackageJson.reactEmail,
shadcn: versionsPackageJson.shadcnUi,
ws: versionsPackageJson.ws,
zod: versionsPackageJson.zod,
};

Expand Down
18 changes: 10 additions & 8 deletions packages/create-vitnode-app/src/create/package-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const versionsPackageJson = {
turbo: "^2.10",
typescript: "^6.0",
tsx: "^4",
tscAlias: "^1.8.16",
tscAlias: "^1.9",
eslint: "^10",
prettier: "^3.8",
prettier: "^3.9",
prettierTailwind: "^0.8",
tailwind: "^4.2",
tailwindPostcss: "^4.2",
Expand All @@ -18,9 +18,9 @@ export const versionsPackageJson = {

react: "^19.2",
reactDom: "^19.2",
nextSingle: "16.3.0-preview.5",
nextSingle: "16.3.0-preview.9",
nextIntl: "^4.13",
rhf: "^7.80",
rhf: "^7",
rhfResolvers: "^5.1.1",
lucide: "^1.21",
sonner: "^2.0.7",
Expand All @@ -30,12 +30,14 @@ export const versionsPackageJson = {
drizzleOrm: "^0.45.2",

hono: "^4.12",
honoZodOpenapi: "^1.3",
honoZodValidator: "^0.8",
reactEmail: "^6.6",
reactEmailUi: "^6.6",
honoZodOpenapi: "^1.5",
honoZodValidator: "^0.9",
reactEmail: "^6.9",
reactEmailUi: "^6.9",
zod: "^4.4",

ws: "^8",

cva: "^0.7.1",
babelPluginReactCompiler: "^1.0",

Expand Down
10 changes: 5 additions & 5 deletions packages/elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"test:watch": "vitest"
},
"dependencies": {
"@elastic/elasticsearch": "^8.0.0"
"@elastic/elasticsearch": "^9.4.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the Elasticsearch client compatible with ES 8 installs

When this adapter is used against an existing Elasticsearch 8 cluster, this dependency bump silently replaces the 8.x client with a 9.x client. Elastic’s compatibility policy is forward-oriented (upgrade the server before the client) and does not guarantee that newer clients work against older servers, so published @vitnode/elasticsearch users who have not migrated their self-hosted/Cloud cluster to ES 9 can start seeing runtime request failures after a package update. Keep the range on 8.x until the adapter is documented as ES9-only or supports both client majors.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
}
}
8 changes: 4 additions & 4 deletions packages/node-cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"node-cron": "^4.5.0"
"node-cron": "^4.6.0"
},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/nodemailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"nodemailer": "^9.0.1"
"nodemailer": "^9.0.3"
},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@types/nodemailer": "^8.0.1",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"resend": "^6.14.0"
"resend": "^6.18.0"
},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"test:watch": "vitest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.0.0"
"@aws-sdk/client-s3": "^3.1092.0"
},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
}
}
10 changes: 5 additions & 5 deletions packages/supabase-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"test:watch": "vitest"
},
"dependencies": {
"@supabase/storage-js": "^2.0.0"
"@supabase/storage-js": "^2.110.8"
},
"devDependencies": {
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.46",
"@vitnode/config": "workspace:*",
"@vitnode/core": "workspace:*",
"eslint": "^10.5.0",
"tsc-alias": "^1.8.17",
"eslint": "^10.7.0",
"tsc-alias": "^1.9.1",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
}
}
Loading
Loading