Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @mantine/dropzone from 7.10.0 to 7.12.2 in /client #684

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@formkit/auto-animate": "^0.8.2",
"@mantine/core": "^7.10.0",
"@mantine/dates": "^7.10.0",
"@mantine/dropzone": "^7.10.0",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.0",
"@mantine/notifications": "^7.10.0",
Expand Down
14 changes: 7 additions & 7 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,17 +353,17 @@ __metadata:
languageName: node
linkType: hard

"@mantine/dropzone@npm:^7.10.0":
version: 7.10.0
resolution: "@mantine/dropzone@npm:7.10.0"
"@mantine/dropzone@npm:^7.12.2":
version: 7.12.2
resolution: "@mantine/dropzone@npm:7.12.2"
dependencies:
react-dropzone-esm: "npm:15.0.1"
peerDependencies:
"@mantine/core": 7.10.0
"@mantine/hooks": 7.10.0
"@mantine/core": 7.12.2
"@mantine/hooks": 7.12.2
react: ^18.2.0
react-dom: ^18.2.0
checksum: 10c0/54b4ad62ef20ba2fa6f430c2750fc8295a6798fc71d8c6ca70b44e021400c7d845fee62601fa9cac030212029347e3dc11c375cbcb1eb4759fc2db760614188e
checksum: 10c0/c974a57b087fa457dd7ca965a438c4d2b2992f0c99ca54b2ea262d9dd29ef704c8b1174f93aa2006f1e37d08e94a5717164c37c499be113561a32419e05e28df
languageName: node
linkType: hard

Expand Down Expand Up @@ -2727,7 +2727,7 @@ __metadata:
"@formkit/auto-animate": "npm:^0.8.2"
"@mantine/core": "npm:^7.10.0"
"@mantine/dates": "npm:^7.10.0"
"@mantine/dropzone": "npm:^7.10.0"
"@mantine/dropzone": "npm:^7.12.2"
"@mantine/form": "npm:^7.10.1"
"@mantine/hooks": "npm:^7.10.0"
"@mantine/notifications": "npm:^7.10.0"
Expand Down
Loading