summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 52949bfa..7a7955e5 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"@mui/x-data-grid-premium": "^7.23.3",
"@mui/x-tree-view": "^7.23.6",
"@node-saml/node-saml": "^5.0.1",
- "@pdftron/pdfnet-node": "^11.3.0",
+ "@pdftron/pdfnet-node": "^11.5.0",
"@pdftron/webviewer": "^11.3.0",
"@radix-ui/primitive": "^1.1.1",
"@radix-ui/react-accordion": "^1.2.2",
@@ -135,6 +135,7 @@
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"knex": "^3.1.0",
+ "libphonenumber-js": "^1.12.10",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-auth": "^4.24.11",
@@ -164,6 +165,7 @@
"swr": "^2.3.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
+ "tmp-promise": "^3.0.3",
"ua-parser-js": "^2.0.4",
"uuid": "^11.0.5",
"vaul": "^1.1.2",
@@ -190,5 +192,8 @@
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
+ },
+ "overrides": {
+ "rimraf": "3.0.2"
}
}