mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 15:30:56 +00:00
chore: fixed pnpm install issues, regarding package versions
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
"@commitlint/cli": "^19.5.0",
|
||||
"@commitlint/config-conventional": "^19.5.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"date-fns": "^3.6.0",
|
||||
"pdfjs-dist": "^3.11.174",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{ts,tsx}": ["eslint --fix", "prettier --write"],
|
||||
"**/*.{json,md}": ["prettier --write"]
|
||||
|
||||
Reference in New Issue
Block a user