9
9
"lint" : " next lint" ,
10
10
"lint:fix" : " next lint --fix" ,
11
11
"preview" : " next build && next start" ,
12
+ "sync" : " tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/sync.mts" ,
12
13
"typecheck" : " tsc --noEmit"
13
14
},
14
15
"dependencies" : {
15
16
"@radix-ui/react-slot" : " ^1.1.0" ,
16
17
"@radix-ui/react-tooltip" : " ^1.1.3" ,
17
18
"@udecode/cn" : " ^39.0.0" ,
18
- "@udecode/plate-common" : " ^ 39.1.8 " ,
19
- "@udecode/plate-selection" : " ^ 39.1.4 " ,
19
+ "@udecode/plate-common" : " 39.2.20 " ,
20
+ "@udecode/plate-selection" : " 39.2.12 " ,
20
21
"class-variance-authority" : " 0.7.0" ,
21
22
"clsx" : " ^2.1.1" ,
22
23
"eslint-plugin-prettier" : " ^5.2.1" ,
23
- "lucide-react" : " 0.452 .0" ,
24
- "next" : " ^14.2.15 " ,
24
+ "lucide-react" : " 0.454 .0" ,
25
+ "next" : " ^15.0.2 " ,
25
26
"next-themes" : " ^0.3.0" ,
26
27
"react" : " ^18.3.1" ,
27
28
"react-dnd" : " ^16.0.1" ,
28
29
"react-dnd-html5-backend" : " ^16.0.1" ,
29
30
"react-dom" : " ^18.3.1" ,
30
- "slate" : " 0.103.0 " ,
31
- "slate-history" : " 0.109.0 " ,
31
+ "slate" : " 0.110.2 " ,
32
+ "slate-history" : " 0.110.3 " ,
32
33
"slate-hyperscript" : " 0.100.0" ,
33
- "slate-react" : " 0.110.1 " ,
34
+ "slate-react" : " 0.110.3 " ,
34
35
"tailwind-merge" : " 2.5.4" ,
35
36
"tailwindcss-animate" : " 1.0.7"
36
37
},
37
38
"devDependencies" : {
38
39
"@ianvs/prettier-plugin-sort-imports" : " ^4.3.1" ,
39
- "@types/node" : " ^22.7.5 " ,
40
- "@types/react" : " ^18.3.11 " ,
40
+ "@types/node" : " ^22.8.6 " ,
41
+ "@types/react" : " ^18.3.12 " ,
41
42
"@types/react-dom" : " ^18.3.1" ,
42
- "@typescript-eslint/parser" : " ^8.9.0 " ,
43
+ "@typescript-eslint/parser" : " ^8.12.2 " ,
43
44
"autoprefixer" : " ^10.4.20" ,
44
45
"encoding" : " ^0.1.13" ,
45
46
"eslint" : " ^8.56.0" ,
46
- "eslint-config-next" : " 14.2.15 " ,
47
+ "eslint-config-next" : " 15.0.2 " ,
47
48
"eslint-config-prettier" : " ^9.1.0" ,
48
- "eslint-plugin-react" : " ^7.37.1 " ,
49
+ "eslint-plugin-react" : " ^7.37.2 " ,
49
50
"eslint-plugin-tailwindcss" : " ^3.17.5" ,
50
51
"eslint-plugin-unused-imports" : " ^4.1.3" ,
51
52
"postcss" : " ^8.4.45" ,
52
53
"prettier" : " ^3.3.3" ,
53
- "tailwindcss" : " ^3.4.13" ,
54
+ "tailwindcss" : " ^3.4.14" ,
55
+ "tsx" : " ^4.19.1" ,
54
56
"typescript" : " 5.6.3"
55
57
},
56
58
"packageManager" : " pnpm@9.2.0" ,
65
67
]
66
68
}
67
69
}
68
- }
70
+ }
0 commit comments