Update package.json

This commit is contained in:
kleap-admin 2026-01-16 16:44:14 +00:00
parent f47298dd2e
commit cd41d95c92
1 changed files with 6 additions and 3 deletions

View File

@ -9,8 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"next": "15.1.7",
"@next/mdx": "15.1.7",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"react": "19.0.0",
"react-dom": "19.0.0"
}
}