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/hooks from 7.9.1 to 7.9.2 in /client #15

Closed
Closed
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 @@ -15,7 +15,7 @@
"@mantine/dates": "^7.9.1",
"@mantine/dropzone": "^7.9.1",
"@mantine/form": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/hooks": "^7.9.2",
"@mantine/notifications": "^7.9.1",
"@mantine/tiptap": "^7.9.2",
"@tabler/icons-react": "^3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ __metadata:
languageName: node
linkType: hard

"@mantine/hooks@npm:^7.9.1":
version: 7.9.1
resolution: "@mantine/hooks@npm:7.9.1"
"@mantine/hooks@npm:^7.9.2":
version: 7.9.2
resolution: "@mantine/hooks@npm:7.9.2"
peerDependencies:
react: ^18.2.0
checksum: 10c0/048614a18836163000eee23a5993be6ece236ec42ca644eeea3890137de62b9b4a50270abfd55619388fe92f191bece3fb549c13edc73bb43388eb84c0b6db1f
checksum: 10c0/e84e3ca8513c93f2759be7afec01d2e03295ddc665922d8c0972e6b39257e5d49815dfd0eab577e167534c599c8703ce3668c430fe94aed36f2f85474484d29d
languageName: node
linkType: hard

Expand Down Expand Up @@ -2501,7 +2501,7 @@ __metadata:
"@mantine/dates": "npm:^7.9.1"
"@mantine/dropzone": "npm:^7.9.1"
"@mantine/form": "npm:^7.9.1"
"@mantine/hooks": "npm:^7.9.1"
"@mantine/hooks": "npm:^7.9.2"
"@mantine/notifications": "npm:^7.9.1"
"@mantine/tiptap": "npm:^7.9.2"
"@tabler/icons-react": "npm:^3.3.0"
Expand Down
Loading