mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56439344c8 |
16
app/package-lock.json
generated
16
app/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user