📌(frontend) add lacking peerdependencies

- Add some lacking peerdependencies to the packages.
- Resolve conflicts eslint dependencies.
This commit is contained in:
Anthony LC
2024-09-11 11:26:34 +02:00
committed by Anthony LC
parent fa8466d44d
commit b716881d50
6 changed files with 316 additions and 259 deletions

View File

@@ -30,7 +30,10 @@
"@blocknote/react": "0.15.7",
"@types/node": "20.16.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.2",