Skip to content

Commit b54e202

Browse files
committed
fix(create): update React template mdx package for React 19
Fixes #398
1 parent 5a63582 commit b54e202

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fair-students-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/create': patch
3+
---
4+
5+
Bump `@content-collections/mdx` in the React base template to `^0.2.2` so new projects install cleanly with React 19.

packages/create/src/frameworks/react/project/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@content-collections/core": "^0.13.1",
2626
"@content-collections/markdown": "^0.1.4",
27-
"@content-collections/mdx": "^0.1.2",
27+
"@content-collections/mdx": "^0.2.2",
2828
"@content-collections/vite": "^0.2.8",
2929
"@tailwindcss/typography": "^0.5.16",
3030
"@tanstack/devtools-vite": "^0.3.11",

0 commit comments

Comments
 (0)