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",