Package Update

This commit is contained in:
DeathKaioken 2025-09-27 13:29:55 +02:00
parent 5b69ae10e8
commit 471a75c542
2 changed files with 477 additions and 738 deletions

1163
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,45 +11,45 @@
"build-css": "npx @tailwindcss/cli -i ./public/css/index.css -o ./public/css/output.css"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@hookform/resolvers": "^5.2.2",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@react-pdf/renderer": "^4.3.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/postcss": "^4.1.13",
"autoprefixer": "^10.4.21",
"axios": "^1.10.0",
"country-flag-icons": "^1.5.19",
"axios": "^1.12.2",
"country-flag-icons": "^1.5.21",
"country-select-js": "^2.1.0",
"i18next": "^25.3.2",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"intl-tel-input": "^25.5.2",
"pdfjs-dist": "^5.4.54",
"intl-tel-input": "^25.10.11",
"pdfjs-dist": "^5.4.149",
"postcss": "^8.5.6",
"postcss-preset-env": "^10.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.6.1",
"postcss-preset-env": "^10.4.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^15.7.3",
"react-pdf": "^10.1.0",
"react-phone-number-input": "^3.4.12",
"react-router-dom": "^6.23.1",
"react-router-dom": "^7.9.1",
"react-toastify": "^11.0.5",
"winston": "^3.17.0",
"yup": "^1.7.0",
"zustand": "^5.0.6"
"yup": "^1.7.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tailwindcss/cli": "^4.0.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"@eslint/js": "^9.36.0",
"@tailwindcss/cli": "^4.1.13",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tailwindcss": "^4.1.12",
"vite": "^7.0.4"
"eslint-plugin-react-refresh": "^0.4.21",
"globals": "^16.4.0",
"tailwindcss": "^4.1.13",
"vite": "^7.1.7"
}
}