feat(deps): install CodeMirror 6 dependencies for live Caddyfile editor
Adds codemirror@6.0.2, @codemirror/view@6.42.1, @codemirror/state@6.6.0, @codemirror/language@6.12.3, @codemirror/legacy-modes@6.5.2 and @uiw/react-codemirror@4.25.9. No peer-dep conflicts; @uiw/react-codemirror v4.x is compatible with React 19.2.4 in this project. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
87f554083d
commit
7d5a7576bf
2 changed files with 230 additions and 0 deletions
|
|
@ -13,13 +13,19 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.4.1",
|
||||
"@codemirror/language": "^6.12.3",
|
||||
"@codemirror/legacy-modes": "^6.5.2",
|
||||
"@codemirror/state": "^6.6.0",
|
||||
"@codemirror/view": "^6.42.1",
|
||||
"@prisma/adapter-pg": "^7.8.0",
|
||||
"@prisma/client": "^7.8.0",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@uiw/react-codemirror": "^4.25.9",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"codemirror": "^6.0.2",
|
||||
"lucide-react": "^1.14.0",
|
||||
"next": "16.2.6",
|
||||
"pg": "^8.20.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue