@vitnode/blog 1.2.0-canary.59 → 1.2.0-canary.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/eslint.config.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  import eslintVitNode from "@vitnode/config/eslint";
2
+ import eslintVitNodeReact from "@vitnode/config/eslint.react";
2
3
  import { fileURLToPath } from "node:url";
3
4
  import { dirname } from "node:path";
4
5
 
@@ -6,6 +7,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
6
7
 
7
8
  export default [
8
9
  ...eslintVitNode,
10
+ ...eslintVitNodeReact,
9
11
  {
10
12
  languageOptions: {
11
13
  parserOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitnode/blog",
3
- "version": "1.2.0-canary.59",
3
+ "version": "1.2.0-canary.61",
4
4
  "description": "Blog plugin for VitNode, providing a blogging platform with Next.js and Hono.js.",
5
5
  "author": "VitNode Team",
6
6
  "license": "MIT",
@@ -27,33 +27,33 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@hono/zod-openapi": "^1.1.3",
31
- "drizzle-kit": "^0.31.5",
32
- "drizzle-orm": "^0.44.6",
33
- "hono": "^4.9.9",
34
- "lucide-react": "^0.544.0",
35
- "next": "15.6.0-canary.41",
36
- "next-intl": "^4.3.9",
30
+ "@hono/zod-openapi": "^1.1.4",
31
+ "drizzle-kit": "^0.31.6",
32
+ "drizzle-orm": "^0.44.7",
33
+ "hono": "^4.10.4",
34
+ "lucide-react": "^0.553.0",
35
+ "next": "^16.0.1",
36
+ "next-intl": "^4.5.0",
37
37
  "react": "^19.2.0",
38
38
  "react-dom": "^19.2.0",
39
- "react-email": "^4.2.12",
40
- "react-hook-form": "^7.63.0",
39
+ "react-email": "^5.0.1",
40
+ "react-hook-form": "^7.66.0",
41
41
  "sonner": "^2.0.7",
42
- "use-intl": "^4.3.9",
43
- "zod": "^4.1.11",
44
- "@vitnode/core": "1.2.0-canary.59"
42
+ "use-intl": "^4.5.0",
43
+ "zod": "^4.1.12",
44
+ "@vitnode/core": "1.2.0-canary.61"
45
45
  },
46
46
  "devDependencies": {
47
- "@react-email/components": "^0.5.5",
48
- "@swc/cli": "0.6.0",
49
- "@swc/core": "^1.13.5",
50
- "@types/react": "^19.2.0",
51
- "@types/react-dom": "^19.2.0",
47
+ "@react-email/components": "^1.0.0",
48
+ "@swc/cli": "^0.7.9",
49
+ "@swc/core": "^1.15.1",
50
+ "@types/react": "^19.2.2",
51
+ "@types/react-dom": "^19.2.2",
52
52
  "concurrently": "^9.2.1",
53
- "eslint": "^9.36.0",
53
+ "eslint": "^9.39.1",
54
54
  "tsc-alias": "^1.8.16",
55
55
  "typescript": "^5.9.3",
56
- "@vitnode/config": "1.2.0-canary.59"
56
+ "@vitnode/config": "1.2.0-canary.61"
57
57
  },
58
58
  "scripts": {
59
59
  "build:plugins": "tsc && swc src -d dist --config-file .swcrc && tsc-alias -p tsconfig.json",