Update package.json
This commit is contained in:
parent
f47298dd2e
commit
cd41d95c92
|
|
@ -9,8 +9,11 @@
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "15.1.9",
|
"next": "15.1.7",
|
||||||
"react": "^19.0.0",
|
"@next/mdx": "15.1.7",
|
||||||
"react-dom": "^19.0.0"
|
"@mdx-js/loader": "^3.1.0",
|
||||||
|
"@mdx-js/react": "^3.1.0",
|
||||||
|
"react": "19.0.0",
|
||||||
|
"react-dom": "19.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue