📌(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

@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

View File

@@ -34,6 +34,7 @@
"react-select": "5.8.0",
"styled-components": "6.1.13",
"yjs": "*",
"y-protocols": "1.0.6",
"zustand": "4.5.5"
},
"devDependencies": {
@@ -61,6 +62,7 @@
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"typescript": "*",
"webpack": "5.94.0",
"workbox-webpack-plugin": "7.1.0"
}
}