Update dependencies

This commit is contained in:
Thomas "ajnart" Camlong
2022-04-30 21:33:03 +02:00
parent 7c93ff8a29
commit f216f46ccb
2 changed files with 69 additions and 51 deletions

View File

@@ -19,16 +19,19 @@
"storybook:build": "build-storybook"
},
"dependencies": {
"@mantine/core": "4.1.3",
"@mantine/dates": "4.1.3",
"@mantine/dropzone": "^4.1.5",
"@mantine/hooks": "4.1.3",
"@mantine/next": "4.1.3",
"@mantine/notifications": "4.1.3",
"@mantine/prism": "4.1.3",
"@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",
"@modulz/radix-icons": "^4.0.0",
"cookies-next": "^2.0.4",
"dayjs": "^1.11.0",
"dayjs": "^1.11.1",
"framer-motion": "^6.3.1",
"js-file-download": "^0.4.12",
"next": "12.1.5-canary.4",