update dependencies

This commit is contained in:
Philipinho
2024-04-05 01:13:29 +01:00
parent 1412f1d982
commit ab6c58460c
4 changed files with 1111 additions and 1438 deletions

View File

@ -18,7 +18,7 @@
"@mantine/notifications": "^7.7.1",
"@mantine/spotlight": "^7.7.1",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query": "^5.28.14",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
@ -36,14 +36,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.6",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/node": "20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
@ -53,7 +53,7 @@
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.4.4",
"vite": "^5.2.8"
}
}