Skip to content

fix(deps): update dependency @mantine/hooks to v8 #3135

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

Closed
wants to merge 1 commit into from
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@blueprintjs/datetime2": "^2.3.3",
"@blueprintjs/icons": "^5.9.0",
"@blueprintjs/select": "^5.1.3",
"@mantine/hooks": "^7.11.2",
"@mantine/hooks": "^8.0.0",
"@octokit/rest": "^20.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/browser": "^8.33.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2371,12 +2371,12 @@ __metadata:
languageName: node
linkType: hard

"@mantine/hooks@npm:^7.11.2":
version: 7.17.8
resolution: "@mantine/hooks@npm:7.17.8"
"@mantine/hooks@npm:^8.0.0":
version: 8.1.2
resolution: "@mantine/hooks@npm:8.1.2"
peerDependencies:
react: ^18.x || ^19.x
checksum: 10c0/c68ace173bae85f7dcc20951bd7d35853e743a24934d963701118e2015a7ab37fecabcb84b5013b7cf9b83ad8439fe5ac5a1502a0493c1fbb1e41f5560ddf01e
checksum: 10c0/64bbc2b4cf39b315958939ce0c1febf2e35c79618f99cc2a262788e7d180922f7d551445606a2b4d66fcbf5371d1d40f9c50e5ff8e87b16ac1c28e5a4f2f4373
languageName: node
linkType: hard

Expand Down Expand Up @@ -7720,7 +7720,7 @@ __metadata:
"@blueprintjs/icons": "npm:^5.9.0"
"@blueprintjs/select": "npm:^5.1.3"
"@convergencelabs/ace-collab-ext": "npm:^0.6.0"
"@mantine/hooks": "npm:^7.11.2"
"@mantine/hooks": "npm:^8.0.0"
"@octokit/rest": "npm:^20.0.0"
"@reduxjs/toolkit": "npm:^1.9.7"
"@rsbuild/core": "npm:^1.3.12"
Expand Down
Loading