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/notifications from 7.10.0 to 7.12.0 in /client #648

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 @@ -17,7 +17,7 @@
"@mantine/dropzone": "^7.10.0",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.0",
"@mantine/notifications": "^7.10.0",
"@mantine/notifications": "^7.12.0",
"@mantine/tiptap": "^7.10.0",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.39.0",
Expand Down
24 changes: 12 additions & 12 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,27 +388,27 @@ __metadata:
languageName: node
linkType: hard

"@mantine/notifications@npm:^7.10.0":
version: 7.10.0
resolution: "@mantine/notifications@npm:7.10.0"
"@mantine/notifications@npm:^7.12.0":
version: 7.12.0
resolution: "@mantine/notifications@npm:7.12.0"
dependencies:
"@mantine/store": "npm:7.10.0"
"@mantine/store": "npm:7.12.0"
react-transition-group: "npm:4.4.5"
peerDependencies:
"@mantine/core": 7.10.0
"@mantine/hooks": 7.10.0
"@mantine/core": 7.12.0
"@mantine/hooks": 7.12.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: 10c0/9ab82d2ed5b94bb74428c005349092d0e5a56a7de2ec9673c36fd28a80144af4653bbda27a2633226212d2079137f7bcdf5cfd8faf00543e6d5b7edd3165309f
checksum: 10c0/9638f82148e278d712d41de39885a7d72342fb2878686627132b57b0821d47bfb008c1256791baf9f1363123e75b0ac9b6a4d0f05264ac2cdbeb96b2d3addbcd
languageName: node
linkType: hard

"@mantine/store@npm:7.10.0":
version: 7.10.0
resolution: "@mantine/store@npm:7.10.0"
"@mantine/store@npm:7.12.0":
version: 7.12.0
resolution: "@mantine/store@npm:7.12.0"
peerDependencies:
react: ^18.2.0
checksum: 10c0/abc69903eaead4d08285051bae6b3f83e4978d662a027e5b989738e34f3907c1f5889150a2068d358851698e7683cbc591f977fc221c36c63b69628073b2e110
checksum: 10c0/03beae3e215dfcdd01f7ab1ec4786465222278f894432446a9bed7ffd4545a5e9eec052e0df831d553ccdca91bc8c8ff28b8565a11e2da08702cbe0f0d1be02e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2730,7 +2730,7 @@ __metadata:
"@mantine/dropzone": "npm:^7.10.0"
"@mantine/form": "npm:^7.10.1"
"@mantine/hooks": "npm:^7.10.0"
"@mantine/notifications": "npm:^7.10.0"
"@mantine/notifications": "npm:^7.12.0"
"@mantine/tiptap": "npm:^7.10.0"
"@tabler/icons-react": "npm:^3.5.0"
"@tanstack/eslint-plugin-query": "npm:^5.35.6"
Expand Down
Loading