Update package.json

This commit is contained in:
gokul 2026-01-29 01:36:09 -05:00
parent 506b766619
commit 2e68de6524
1 changed files with 6 additions and 6 deletions

View File

@ -39,14 +39,14 @@
"history": "^5.3.0", "history": "^5.3.0",
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",
"html2pdf": "^0.0.11", "html2pdf": "^0.0.11",
"html2pdf.js": "^0.14.0", "html2pdf.js": "^0.10.3",
"html5-qrcode": "^2.3.8", "html5-qrcode": "^2.3.8",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"jsbarcode": "^3.11.6", "jsbarcode": "^3.11.6",
"jspdf": "^4.0.0", "jspdf": "^2.5.1",
"lucide-react": "^0.536.0", "lucide-react": "^0.536.0",
"material-ui": "^0.15.0", "material-ui": "^0.20.2",
"moment": "^2.30.1", "moment": "^2.30.1",
"mui-autocomplete": "^2.0.1", "mui-autocomplete": "^2.0.1",
"number-to-words": "^1.2.4", "number-to-words": "^1.2.4",
@ -58,7 +58,7 @@
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-countup": "^6.5.3", "react-countup": "^6.5.3",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-devtools": "^1.0.5", "react-devtools": "^5.2.0",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-icons": "^4.12.0", "react-icons": "^4.12.0",
"react-image-crop": "^11.0.10", "react-image-crop": "^11.0.10",
@ -73,7 +73,7 @@
"recharts": "^3.5.0", "recharts": "^3.5.0",
"string-similarity": "^4.0.4", "string-similarity": "^4.0.4",
"tesseract.js": "^6.0.0", "tesseract.js": "^6.0.0",
"universal-cookie": "^8.0.1", "universal-cookie": "^6.1.3",
"webfontloader": "^1.6.28", "webfontloader": "^1.6.28",
"xlsx": "^0.18.5", "xlsx": "^0.18.5",
"zustand": "^5.0.8" "zustand": "^5.0.8"
@ -91,7 +91,7 @@
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"sass": "^1.77.2", "sass": "^1.77.2",
"terser": "^5.31.3", "terser": "^5.31.3",
"vite": "^7.3.1", "vite": "^4.5.3",
"vite-plugin-obfuscator": "^1.0.5", "vite-plugin-obfuscator": "^1.0.5",
"vite-plugin-remove-console": "^2.2.0" "vite-plugin-remove-console": "^2.2.0"
} }