fix: downgrade pdfjs-dist to version 5.4.296 and update react-pdf to version 10.3.0 (#2383)

This commit is contained in:
Karlo
2026-01-13 11:01:29 +01:00
committed by GitHub
parent bb3e9583e4
commit db913e95b6
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
"posthog-js": "^1.297.2",
"posthog-node": "4.18.0",
"react": "^18",
"react-pdf": "^10.2.0",
"react-pdf": "^10.3.0",
"remeda": "^2.32.0",
"sharp": "0.34.5",
"skia-canvas": "^3.0.8",
@@ -67,4 +67,4 @@
"@types/luxon": "^3.7.1",
"@types/pg": "^8.15.6"
}
}
}
+3 -3
View File
@@ -67,13 +67,13 @@
"lucide-react": "^0.554.0",
"luxon": "^3.7.2",
"perfect-freehand": "^1.2.2",
"pdfjs-dist": "5.4.449",
"pdfjs-dist": "5.4.296",
"react": "^18",
"react-colorful": "^5.6.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.66.1",
"react-pdf": "^10.2.0",
"react-pdf": "^10.3.0",
"react-rnd": "^10.5.2",
"remeda": "^2.32.0",
"tailwind-merge": "^1.14.0",
@@ -81,4 +81,4 @@
"ts-pattern": "^5.9.0",
"zod": "^3.25.76"
}
}
}