fix warn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-23 12:59:13 +01:00
parent c91ae95b96
commit f9ebe25be9

View File

@@ -47,7 +47,9 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@codemirror/language": "^6.11.3",
"@heroicons/react": "^2.2.0", "@heroicons/react": "^2.2.0",
"@lezer/highlight": "^1.2.1",
"@mdxeditor/editor": "^3.52.4", "@mdxeditor/editor": "^3.52.4",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
@@ -57,6 +59,7 @@
"react-router-dom": "^7.0.0", "react-router-dom": "^7.0.0",
"tailwindcss": "^3.4.16", "tailwindcss": "^3.4.16",
"typescript": "^5.6.2", "typescript": "^5.6.2",
"vite": "^7.0.0" "vite": "^7.0.0",
"yjs": "^13.6.24"
} }
} }