Updated client packages

This commit is contained in:
Donkie
2025-03-16 17:48:58 +01:00
parent 0e4d0b3e14
commit 11b12ac2e7
2 changed files with 283 additions and 447 deletions

696
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,22 +9,22 @@
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@loadable/component": "^5.16.4",
"@refinedev/antd": "^5.45.1",
"@refinedev/core": "^4.57.5",
"@refinedev/kbar": "^1.3.14",
"@refinedev/antd": "^5.45.3",
"@refinedev/core": "^4.57.7",
"@refinedev/kbar": "^1.3.16",
"@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.15",
"@types/lodash": "^4.17.16",
"@types/uuid": "^10.0.0",
"@yudiel/react-qr-scanner": "^1.2.10",
"antd": "^5.24.2",
"axios": "^1.7.9",
"antd": "^5.24.3",
"axios": "^1.8.3",
"flag-icons": "^7.3.2",
"html-to-image": "^1.11.13",
"i18next": "^24.2.2",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
@@ -33,27 +33,27 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.1",
"react-router": "^7.2.0",
"react-router": "^7.3.0",
"react-to-print": "^3.0.5",
"uuid": "^11.1.0",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@refinedev/cli": "^2.16.42",
"@refinedev/cli": "^2.16.44",
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/node": "^22.13.5",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-plugin-mkcert": "^1.17.6"
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-plugin-mkcert": "^1.17.8"
},
"scripts": {
"dev": "refine dev",