Merge branch 'main' into B2B-88

This commit is contained in:
devmc-ee
2025-06-09 10:01:38 +03:00
51 changed files with 3604 additions and 156 deletions

View File

@@ -61,6 +61,7 @@
"@tanstack/react-table": "^8.21.3",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^5.2.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.510.0",
"next": "15.3.2",
@@ -73,10 +74,10 @@
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"xml-js": "^1.6.11",
"zod": "^3.24.4"
},
"devDependencies": {
"@hookform/resolvers": "^5.0.1",
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
@@ -85,6 +86,7 @@
"@types/node": "^22.15.18",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"react-hook-form": "^7.57.0",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.0.7",
"pino-pretty": "^13.0.0",
@@ -92,7 +94,8 @@
"supabase": "^2.22.12",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"yup": "^1.6.1"
},
"prettier": "@kit/prettier-config",
"browserslist": [
@@ -100,4 +103,4 @@
"> 0.7%",
"not dead"
]
}
}