Updated some dependencies

This commit is contained in:
Donkie
2024-11-19 21:56:22 +01:00
parent a4355967d0
commit b568147884
2 changed files with 1305 additions and 830 deletions

View File

@@ -7,51 +7,51 @@
"private": true,
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/icons": "^5.5.1",
"@loadable/component": "^5.16.4",
"@refinedev/antd": "^5.42.0",
"@refinedev/core": "^4.53.0",
"@refinedev/antd": "^5.44.0",
"@refinedev/core": "^4.56.0",
"@refinedev/kbar": "^1.3.12",
"@refinedev/react-router-v6": "^4.5.11",
"@refinedev/react-router-v6": "^4.6.0",
"@refinedev/simple-rest": "^5.0.8",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/loadable__component": "^5.13.9",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/uuid": "^10.0.0",
"@yudiel/react-qr-scanner": "^1.2.10",
"antd": "^5.20.0",
"antd": "^5.22.1",
"axios": "^1.7.7",
"flag-icons": "^7.2.3",
"html-to-image": "^1.11.11",
"i18next": "^23.12.2",
"i18next": "^23.16.6",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"i18next-http-backend": "^2.6.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
"react-router-dom": "^6.26.0",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"react-to-print": "^2.15.1",
"uuid": "^10.0.0",
"vite-plugin-svgr": "^4.2.0"
"uuid": "^11.0.3",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@refinedev/cli": "^2.16.36",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@refinedev/cli": "^2.16.39",
"@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.5.4",
"vite": "^5.4.6",
"vite-plugin-mkcert": "^1.17.5"
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-mkcert": "^1.17.6"
},
"scripts": {
"dev": "refine dev",