Updated client dependencies

This commit is contained in:
Donkie
2025-02-24 21:46:56 +01:00
parent 3a44a01467
commit cd274a9968
21 changed files with 1139 additions and 989 deletions

View File

@@ -7,52 +7,52 @@
"private": true,
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/icons": "^5.6.1",
"@loadable/component": "^5.16.4",
"@refinedev/antd": "^5.44.0",
"@refinedev/core": "^4.56.0",
"@refinedev/kbar": "^1.3.12",
"@refinedev/react-router-v6": "^4.6.0",
"@refinedev/simple-rest": "^5.0.8",
"@refinedev/antd": "^5.45.1",
"@refinedev/core": "^4.57.5",
"@refinedev/kbar": "^1.3.14",
"@refinedev/react-router": "^1.0.1",
"@refinedev/simple-rest": "^5.0.10",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.15",
"@types/uuid": "^10.0.0",
"@yudiel/react-qr-scanner": "^1.2.10",
"antd": "^5.22.1",
"axios": "^1.7.7",
"flag-icons": "^7.2.3",
"html-to-image": "^1.11.11",
"i18next": "^23.16.6",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"antd": "^5.24.2",
"axios": "^1.7.9",
"flag-icons": "^7.3.2",
"html-to-image": "^1.11.13",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"react-to-print": "^2.15.1",
"uuid": "^11.0.3",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1",
"react-router": "^7.2.0",
"react-to-print": "^3.0.5",
"uuid": "^11.1.0",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.1"
"zustand": "^5.0.3"
},
"devDependencies": {
"@refinedev/cli": "^2.16.39",
"@refinedev/cli": "^2.16.42",
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"typescript": "^5.6.3",
"vite": "^5.4.14",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-plugin-mkcert": "^1.17.6"
},
"scripts": {
@@ -74,4 +74,4 @@
"last 1 safari version"
]
}
}
}