From 56439344c8248c3ddbbb6f862711cf08913d4b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:23:25 +0000 Subject: [PATCH] Bump @mantine/modals from 7.13.2 to 8.3.6 in /app Bumps [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) from 7.13.2 to 8.3.6. - [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/8.3.6/packages/@mantine/modals) --- updated-dependencies: - dependency-name: "@mantine/modals" dependency-version: 8.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 16 ++++++++-------- app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index f585aef..c17d5ab 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -16,7 +16,7 @@ "@codemirror/view": "^6.38.6", "@mantine/core": "^7.13.2", "@mantine/hooks": "^7.13.2", - "@mantine/modals": "^7.13.2", + "@mantine/modals": "^8.3.6", "@mantine/notifications": "^7.13.2", "@react-hook/resize-observer": "^2.0.2", "@tabler/icons-react": "^3.35.0", @@ -1670,15 +1670,15 @@ } }, "node_modules/@mantine/modals": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.13.2.tgz", - "integrity": "sha512-rKkXss1ZYAbkSi9ZcUsBY/HyGjgKk+bT8TXzLoClBRgg6uyto+/2lT9M5e4Nao+2PsjsRnWI/ZgddNZKiSaNgQ==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.6.tgz", + "integrity": "sha512-pQFt32LigGSQAas/Wo6VqrE77HmbTRx8POSDh/r3PfPmoQdQpBN/C8mP2Z88JixIULq47DE49YEbgLG2Dyh1zA==", "license": "MIT", "peerDependencies": { - "@mantine/core": "7.13.2", - "@mantine/hooks": "7.13.2", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "@mantine/core": "8.3.6", + "@mantine/hooks": "8.3.6", + "react": "^18.x || ^19.x", + "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/notifications": { diff --git a/app/package.json b/app/package.json index 1fa686a..9857cf3 100644 --- a/app/package.json +++ b/app/package.json @@ -36,7 +36,7 @@ "@codemirror/view": "^6.38.6", "@mantine/core": "^7.13.2", "@mantine/hooks": "^7.13.2", - "@mantine/modals": "^7.13.2", + "@mantine/modals": "^8.3.6", "@mantine/notifications": "^7.13.2", "@react-hook/resize-observer": "^2.0.2", "@tabler/icons-react": "^3.35.0",