client: update packages

This commit is contained in:
Philipinho
2024-03-29 21:56:38 +00:00
parent 34876dacdb
commit b8e7298370
2 changed files with 422 additions and 432 deletions

View File

@ -11,19 +11,19 @@
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@mantine/core": "^7.6.2",
"@mantine/form": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/modals": "^7.6.2",
"@mantine/notifications": "^7.6.2",
"@mantine/spotlight": "^7.6.2",
"@mantine/core": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/modals": "^7.7.1",
"@mantine/notifications": "^7.7.1",
"@mantine/spotlight": "^7.7.1",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query": "^5.28.9",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"date-fns": "^3.5.0",
"date-fns": "^3.6.0",
"emoji-mart": "^5.5.2",
"jotai": "^2.7.1",
"jotai": "^2.7.2",
"jotai-optics": "^0.3.2",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
@ -36,24 +36,24 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.27.7",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/node": "20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"optics-ts": "^2.4.1",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}