forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^8.2.3
This commit is contained in:
72
commafeed-client/package-lock.json
generated
72
commafeed-client/package-lock.json
generated
@@ -12,12 +12,12 @@
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.4.0",
|
||||
"@lingui/react": "^5.4.0",
|
||||
"@mantine/core": "^8.2.2",
|
||||
"@mantine/form": "^8.2.2",
|
||||
"@mantine/hooks": "^8.2.2",
|
||||
"@mantine/modals": "^8.2.2",
|
||||
"@mantine/notifications": "^8.2.2",
|
||||
"@mantine/spotlight": "^8.2.2",
|
||||
"@mantine/core": "^8.2.3",
|
||||
"@mantine/form": "^8.2.3",
|
||||
"@mantine/hooks": "^8.2.3",
|
||||
"@mantine/modals": "^8.2.3",
|
||||
"@mantine/notifications": "^8.2.3",
|
||||
"@mantine/spotlight": "^8.2.3",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"axios": "^1.11.0",
|
||||
@@ -1658,9 +1658,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.2.2.tgz",
|
||||
"integrity": "sha512-+WnqII3zSD72F+7GLcRXZ/MyO4r7A4JM/yWkCSclxR4LeRQ5bd4HBRXkvXRMZP28UeL2b5X9Re2Sig3KVGDBeQ==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.2.3.tgz",
|
||||
"integrity": "sha512-8vR1xAhNzL4g9/8fANhWpjFuguDbubMFo0sgw4WjO32x4PuBrmckGP9qwCopgYfWt8F49sXiVI8UDZG66gzkHA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
@@ -1671,15 +1671,15 @@
|
||||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "8.2.2",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.2.2.tgz",
|
||||
"integrity": "sha512-HdoP9fWqZqQvDggYSqlHDCtu0xz/Ts10w4+qd3jZw0LmCx18J+NbMRWJHlVRznAEuNlnWtKdxRHOI68BgLRFFQ==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.2.3.tgz",
|
||||
"integrity": "sha512-jO39+BnvB/0IRlwnIvmOToZE3eVbMkBthzpskwRZ/zabc5Tb+fATRyzODZYQdGHuOEf1mzd7b4hEK7ekmf1N0g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1690,61 +1690,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.2.tgz",
|
||||
"integrity": "sha512-fjt0+pc1UxJIIUswu4ur72qVH+/UoFxyYmqWexuHJTOvuB86M//KUvXpFyhJcTdEENBHg2k1fyMpWmgg1VOZ5w==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.3.tgz",
|
||||
"integrity": "sha512-RBXAYqmxLk2DBIqN2DnWa9ShFEL1zpbQb0kgc8JIERmJyNwTjHKjHBDgX0jD7oeZjYfGh/g8du2MQEgF9BpsfQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.2.2.tgz",
|
||||
"integrity": "sha512-NCjdziBVtw21e15no3dl1MAAXawJGQRjyH4OVbVk9o4LlKPggSRy0O2rHrfaNpZf0LZIx/Zp4w9ww5zA84Ccrg==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.2.3.tgz",
|
||||
"integrity": "sha512-dHN/Z/P/1dk8TzCIA2oFPkyOJGNLFr8eYho48orA1Sf0lBSa48engcXrgdi19EODZotF4iCimOBRLkIkufCtOw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.2",
|
||||
"@mantine/hooks": "8.2.2",
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.2.2.tgz",
|
||||
"integrity": "sha512-XThhzNomF6vQtGqEnjCP0nidP34uSTmNLDkyo7ITqVEe9/KAMqf6PcWZ20xShokVtXGE/L9fq1jOhdCZ9eLVxg==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.2.3.tgz",
|
||||
"integrity": "sha512-WMB6qtZh4Gbeg1loRz3QfD6EY5Kx+pK92dezrFGiDb0owg7ZosepWJYqQtzgenARnyNnse46zdN8fQiSXGn2bQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.2",
|
||||
"@mantine/store": "8.2.3",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.2",
|
||||
"@mantine/hooks": "8.2.2",
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.2.2.tgz",
|
||||
"integrity": "sha512-1DvP/tImclrIOAyD/enypvJ05KBe5ngZNiPwS87cKiNvQ4HzhBTVuf+htTZHz3ZPYU9EiuJxEEHtjZgwphQCqA==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.2.3.tgz",
|
||||
"integrity": "sha512-jorSsWwHDtEMOnylpQG91xcKMeYQM5GVPz5Wbif7hpQgWguRq/elEhF6DTpoPwLlMnNrAC27CV6WPa+p0Gc1WA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.2"
|
||||
"@mantine/store": "8.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.2",
|
||||
"@mantine/hooks": "8.2.2",
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "8.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.2.2.tgz",
|
||||
"integrity": "sha512-4uvXAuCxPCOLRBgyy0tuIhm8cWsX8odcxVSc6lNWT5K0rT04gvB96I27MWThyGGLqB/BfON3VcBZ1dIMzt7k7w==",
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.2.3.tgz",
|
||||
"integrity": "sha512-8yKmmxBd2C6OEksAnca28Y8y9H0Of835zyx6UHkI2im1x0fVqQ5wFPB45lszT1bqN8JUSSzYU6UOwVTD1dKMOw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.4.0",
|
||||
"@lingui/react": "^5.4.0",
|
||||
"@mantine/core": "^8.2.2",
|
||||
"@mantine/form": "^8.2.2",
|
||||
"@mantine/hooks": "^8.2.2",
|
||||
"@mantine/modals": "^8.2.2",
|
||||
"@mantine/notifications": "^8.2.2",
|
||||
"@mantine/spotlight": "^8.2.2",
|
||||
"@mantine/core": "^8.2.3",
|
||||
"@mantine/form": "^8.2.3",
|
||||
"@mantine/hooks": "^8.2.3",
|
||||
"@mantine/modals": "^8.2.3",
|
||||
"@mantine/notifications": "^8.2.3",
|
||||
"@mantine/spotlight": "^8.2.3",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"axios": "^1.11.0",
|
||||
|
||||
Reference in New Issue
Block a user