This commit is contained in:
Raktima
2026-08-14 23:15:48 +05:30
committed by GitHub
parent 7b4785461c
commit 3a861f3e0f
4 changed files with 2652 additions and 3026 deletions
+2256 -2539
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -136,7 +136,7 @@
"eslint-plugin-react": "^7.37.5",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"postcss": "^8.5.12",
"postcss": "^8.5.23",
"pretty-quick": "^4.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.4.19",
@@ -154,7 +154,10 @@
"form-data": ">=4.0.6",
"js-yaml": "^3.15.0",
"undici": "^7.29.0",
"fast-uri": "^3.1.5"
"fast-uri": "^3.1.5",
"nanoid": ">=3.3.16",
"ws": ">=8.21.0",
"protobufjs": ">=7.6.5"
},
"engines": {
"node": "18 || 20 || 22"
+381 -478
View File
File diff suppressed because it is too large Load Diff
+10 -7
View File
@@ -40,22 +40,22 @@
"mailgun.js": "^13.0.0",
"moment": "^2.30.1",
"mongodb": "^7.2.0",
"multer": "^2.1.1",
"multer": "^2.2.0",
"multer-s3": "^3.0.1",
"node-forge": "^1.3.3",
"nodemailer": "^8.0.7",
"nodemailer": "^9.0.1",
"p-limit": "^7.3.0",
"parse": "^8.1.0",
"parse": "^8.6.0",
"parse-dbtool": "^1.2.0",
"parse-server": "^8.6.77",
"parse-server": "^8.6.84",
"parse-server-api-mail-adapter": "^5.0.5",
"pdf-lib": "^1.17.1",
"posthog-node": "^5.21.2",
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.1.1",
"sharp": "^0.34.5",
"sharp": "^0.35.3",
"speakeasy": "^2.0.0",
"ws": ">=8.21.0"
"ws": "^8.21.0"
},
"type": "module",
"devDependencies": {
@@ -73,6 +73,7 @@
"parse": "$parse",
"form-data": "$form-data",
"@parse/push-adapter": "$@parse/push-adapter",
"@grpc/grpc-js": ">=1.14.4",
"fast-xml-builder": "1.2.0",
"protobufjs": ">=7.6.3",
"tmp": ">=0.2.7",
@@ -81,7 +82,9 @@
"websocket-driver": ">=0.7.5",
"js-yaml": "^3.15.0",
"lodash": "^4.18.0",
"undici": "^7.29.0"
"undici": "^7.29.0",
"uuid": ">=11.1.1",
"body-parser": ">=2.3.0"
},
"engines": {
"node": "18 || 20 || 22"