Client: bumped dependencies

This commit is contained in:
Donkie
2023-08-13 10:46:06 +02:00
parent 980284be1d
commit f032bdcade
2 changed files with 489 additions and 545 deletions

View File

@@ -7,41 +7,41 @@
"private": true,
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/icons": "^5.2.5",
"@loadable/component": "^5.15.3",
"@refinedev/antd": "^5.28.0",
"@refinedev/core": "^4.26.4",
"@refinedev/kbar": "^1.1.2",
"@refinedev/react-router-v6": "^4.3.2",
"@refinedev/antd": "^5.34.0",
"@refinedev/core": "^4.34.0",
"@refinedev/kbar": "^1.3.0",
"@refinedev/react-router-v6": "^4.5.0",
"@refinedev/simple-rest": "^4.5.0",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query": "^4.32.6",
"@types/loadable__component": "^5.13.4",
"@yudiel/react-qr-scanner": "^1.1.10",
"antd": "^5.6.4",
"flag-icons": "^6.7.0",
"i18next": "^23.2.8",
"antd": "^5.8.3",
"flag-icons": "^6.9.4",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-xhr-backend": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.14.1",
"react-i18next": "^13.1.2",
"react-router-dom": "^6.15.0",
"react-to-print": "^2.14.13",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@refinedev/cli": "^2.7.2",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.2",
"eslint": "^8.44.0",
"@refinedev/cli": "^2.7.6",
"@types/node": "^20.4.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.1.6",
"vite": "^4.4.1",
"vite": "^4.4.9",
"vite-plugin-mkcert": "^1.16.0"
},
"scripts": {