Skip to content

Commit 9864326

Browse files
committed
Merge branch 'ci/templates'
1 parent 99743a7 commit 9864326

File tree

4 files changed

+1122
-502
lines changed

4 files changed

+1122
-502
lines changed

package.json

+16-14
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,50 @@
99
"lint": "next lint",
1010
"lint:fix": "next lint --fix",
1111
"preview": "next build && next start",
12+
"sync": "tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/sync.mts",
1213
"typecheck": "tsc --noEmit"
1314
},
1415
"dependencies": {
1516
"@radix-ui/react-slot": "^1.1.0",
1617
"@radix-ui/react-tooltip": "^1.1.3",
1718
"@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",
2021
"class-variance-authority": "0.7.0",
2122
"clsx": "^2.1.1",
2223
"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",
2526
"next-themes": "^0.3.0",
2627
"react": "^18.3.1",
2728
"react-dnd": "^16.0.1",
2829
"react-dnd-html5-backend": "^16.0.1",
2930
"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",
3233
"slate-hyperscript": "0.100.0",
33-
"slate-react": "0.110.1",
34+
"slate-react": "0.110.3",
3435
"tailwind-merge": "2.5.4",
3536
"tailwindcss-animate": "1.0.7"
3637
},
3738
"devDependencies": {
3839
"@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",
4142
"@types/react-dom": "^18.3.1",
42-
"@typescript-eslint/parser": "^8.9.0",
43+
"@typescript-eslint/parser": "^8.12.2",
4344
"autoprefixer": "^10.4.20",
4445
"encoding": "^0.1.13",
4546
"eslint": "^8.56.0",
46-
"eslint-config-next": "14.2.15",
47+
"eslint-config-next": "15.0.2",
4748
"eslint-config-prettier": "^9.1.0",
48-
"eslint-plugin-react": "^7.37.1",
49+
"eslint-plugin-react": "^7.37.2",
4950
"eslint-plugin-tailwindcss": "^3.17.5",
5051
"eslint-plugin-unused-imports": "^4.1.3",
5152
"postcss": "^8.4.45",
5253
"prettier": "^3.3.3",
53-
"tailwindcss": "^3.4.13",
54+
"tailwindcss": "^3.4.14",
55+
"tsx": "^4.19.1",
5456
"typescript": "5.6.3"
5557
},
5658
"packageManager": "pnpm@9.2.0",
@@ -65,4 +67,4 @@
6567
]
6668
}
6769
}
68-
}
70+
}

0 commit comments

Comments
 (0)