Bump client packages

This commit is contained in:
Donkie
2025-06-08 12:03:27 +02:00
parent 0b9b3e7391
commit 1962945c5d
2 changed files with 545 additions and 429 deletions

View File

@@ -9,7 +9,7 @@
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@loadable/component": "^5.16.4",
"@loadable/component": "^5.16.7",
"@refinedev/antd": "^5.46.1",
"@refinedev/core": "^4.57.9",
"@refinedev/kbar": "^1.3.16",
@@ -18,41 +18,41 @@
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.17.16",
"@types/lodash": "^4.17.17",
"@types/uuid": "^10.0.0",
"@yudiel/react-qr-scanner": "^1.2.10",
"antd": "^5.24.6",
"axios": "^1.8.4",
"antd": "^5.25.4",
"axios": "^1.9.0",
"html-to-image": "^1.11.13",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
"react": "^19.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"react-router": "^7.5.0",
"react-to-print": "^3.0.6",
"react-i18next": "^15.5.2",
"react-router": "^7.6.2",
"react-to-print": "^3.1.0",
"uuid": "^11.1.0",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.3"
"zustand": "^5.0.5"
},
"devDependencies": {
"@refinedev/cli": "^2.16.46",
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.24.0",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@vitejs/plugin-react": "^4.5.1",
"eslint": "^9.28.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-react-refresh": "^0.4.20",
"typescript": "^5.8.3",
"vite": "^6.2.6",
"vite": "^6.3.5",
"vite-plugin-mkcert": "^1.17.8"
},
"scripts": {