fix: optimise pdf viewer rerendering

This commit is contained in:
Mythie
2023-10-21 13:08:29 +11:00
parent 457e73342b
commit 2f2079e020
4 changed files with 32 additions and 7 deletions

6
package-lock.json generated
View File

@ -16479,6 +16479,11 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/remeda": {
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/remeda/-/remeda-1.27.1.tgz",
"integrity": "sha512-va05uuDBz/E55O9wmpDdbVlwdWbHGJJy3oC0EAHSFn74MpWF3S81NVJDz/FW05bc/UDg769t1u6YPhBK/gmvLw=="
},
"node_modules/repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
@ -19812,6 +19817,7 @@
"next-auth": "4.22.3",
"pdf-lib": "^1.17.1",
"react": "18.2.0",
"remeda": "^1.27.1",
"stripe": "^12.7.0",
"ts-pattern": "^5.0.5",
"zod": "^3.22.4"