Update dependencies

Upgrade Mantine to v4.2.4 (from v4.2.1)
This commit is contained in:
Aj - Thomas
2022-05-11 08:56:21 +02:00
parent d58465142c
commit 846f2c8670
2 changed files with 218 additions and 115 deletions

View File

@@ -25,19 +25,20 @@
"ci": "yarn test && yarn lint --fix && yarn typecheck && yarn prettier:write"
},
"dependencies": {
"@mantine/core": "^4.2.1",
"@mantine/dates": "^4.2.1",
"@mantine/dropzone": "^4.2.1",
"@mantine/form": "^4.2.1",
"@mantine/hooks": "^4.2.1",
"@mantine/modals": "^4.2.1",
"@mantine/next": "^4.2.1",
"@mantine/notifications": "^4.2.1",
"@mantine/prism": "^4.2.1",
"@mantine/spotlight": "^4.2.1",
"@mantine/core": "^4.2.4",
"@mantine/dates": "^4.2.4",
"@mantine/dropzone": "^4.2.4",
"@mantine/form": "^4.2.4",
"@mantine/hooks": "^4.2.4",
"@mantine/modals": "^4.2.4",
"@mantine/next": "^4.2.4",
"@mantine/notifications": "^4.2.4",
"@mantine/prism": "^4.2.4",
"@mantine/rte": "^4.2.4",
"@mantine/spotlight": "^4.2.4",
"@modulz/radix-icons": "^4.0.0",
"cookies-next": "^2.0.4",
"dayjs": "^1.11.1",
"dayjs": "^1.11.2",
"framer-motion": "^6.3.1",
"js-file-download": "^0.4.12",
"next": "12.1.5-canary.4",
@@ -82,4 +83,4 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
}
}
}