mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-02-07 23:00:34 +00:00
Bump dependencies & support next 14 for docs
- Renamed _app.js to mdx (for Next 14) - Lint next config file & package.json
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"scripts":{
|
||||
"dev": "next dev",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@vercel/analytics": "^1.0.2",
|
||||
"@vercel/analytics": "^1.1.1",
|
||||
"docsgpt": "^0.2.4",
|
||||
"next": "^13.5.1",
|
||||
"nextra": "^2.12.3",
|
||||
"nextra-theme-docs": "^2.12.3",
|
||||
"next": "^14.0.4",
|
||||
"nextra": "^2.13.2",
|
||||
"nextra-theme-docs": "^2.13.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user