From 7e0469891048e9b4d36d1a9d3f734a247efccb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:21:57 +0000 Subject: [PATCH] build(deps): bump @mantine/notifications from 6.0.22 to 7.12.2 in /web Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 6.0.22 to 7.12.2. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.12.2/packages/@mantine/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 34 +++++++++++++++++++++------------- web/package.json | 2 +- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 214e849..ba14567 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@mantine/core": "^6.0.9", "@mantine/hooks": "^7.5.1", "@mantine/modals": "^6.0.9", - "@mantine/notifications": "^6.0.9", + "@mantine/notifications": "^7.12.2", "@testing-library/jest-dom": "^6.4.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -4179,18 +4179,26 @@ } }, "node_modules/@mantine/notifications": { - "version": "6.0.22", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-6.0.22.tgz", - "integrity": "sha512-x7iIil2yC81fEv/7YK6NYn6CKaftlw0E/hdprmxGWFhy87W9sYiYzPqigXZh11IJZFFW9ZPftpjPQFvDwE4KOw==", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.12.2.tgz", + "integrity": "sha512-gTvLHkoAZ42v5bZxibP9A50djp5ndEwumVhHSa7mxQ8oSS23tt3It/6hOqH7M+9kHY0a8s+viMiflUzTByA9qg==", "dependencies": { - "@mantine/utils": "6.0.22", - "react-transition-group": "4.4.2" + "@mantine/store": "7.12.2", + "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "6.0.22", - "@mantine/hooks": "6.0.22", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "@mantine/core": "7.12.2", + "@mantine/hooks": "7.12.2", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } + }, + "node_modules/@mantine/store": { + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.12.2.tgz", + "integrity": "sha512-NqL31sO/KcAETEWP/CiXrQOQNoE4168vZsxyXacQHGBueVMJa64WIDQtKLHrCnFRMws3vsXF02/OO4bH4XGcMQ==", + "peerDependencies": { + "react": "^18.2.0" } }, "node_modules/@mantine/styles": { @@ -17608,9 +17616,9 @@ } }, "node_modules/react-transition-group": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz", - "integrity": "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", "dependencies": { "@babel/runtime": "^7.5.5", "dom-helpers": "^5.0.1", diff --git a/web/package.json b/web/package.json index 889c314..2bfb9ef 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "@mantine/core": "^6.0.9", "@mantine/hooks": "^7.5.1", "@mantine/modals": "^6.0.9", - "@mantine/notifications": "^6.0.9", + "@mantine/notifications": "^7.12.2", "@testing-library/jest-dom": "^6.4.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",