chore: fixed pnpm install issues, regarding package versions

This commit is contained in:
Michael Abebe
2026-05-12 16:09:25 +03:00
parent 3b8b6979db
commit 516bbbb42b
7 changed files with 13028 additions and 576 deletions

View File

@@ -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"]