forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^7.16.2
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.1.1",
|
||||
"@lingui/core": "^5.1.2",
|
||||
"@lingui/react": "^5.1.2",
|
||||
"@mantine/core": "^7.16.1",
|
||||
"@mantine/form": "^7.16.1",
|
||||
"@mantine/hooks": "^7.16.1",
|
||||
"@mantine/modals": "^7.16.1",
|
||||
"@mantine/notifications": "^7.16.1",
|
||||
"@mantine/spotlight": "^7.16.1",
|
||||
"@mantine/core": "^7.16.2",
|
||||
"@mantine/form": "^7.16.2",
|
||||
"@mantine/hooks": "^7.16.2",
|
||||
"@mantine/modals": "^7.16.2",
|
||||
"@mantine/notifications": "^7.16.2",
|
||||
"@mantine/spotlight": "^7.16.2",
|
||||
"@monaco-editor/react": "^4.7.0-rc.0",
|
||||
"@reduxjs/toolkit": "^2.5.0",
|
||||
"axios": "^1.7.9",
|
||||
@@ -1698,9 +1698,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.16.1.tgz",
|
||||
"integrity": "sha512-HYdjCeMU3dUJbc1CrAAedeAASTG5kVyL/qsiuYh5b7BoG0qsRtK8WJxBpUjW6VqtJpUaE94c5tlBJ8MgAmPHTQ==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.16.2.tgz",
|
||||
"integrity": "sha512-6dwFz+8HrOqFan7GezgpoWyZSCxedh10S8iILGVsc3GXiD4gzo+3VZndZKccktkYZ3GVC9E3cCS3SxbiyKSAVw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
@@ -1711,15 +1711,15 @@
|
||||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "7.16.1",
|
||||
"@mantine/hooks": "7.16.2",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.16.1.tgz",
|
||||
"integrity": "sha512-SZfOlmO14oAYdqo3SJKJlPrSNaeWyTPIPV/cur/4sPf114cAyggEZHoHJEjy2yA8UccfwYZx39yWrwxQCb8J8w==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.16.2.tgz",
|
||||
"integrity": "sha512-JZkLbZ7xWAZndPrxObkf10gjHj57x8yvI/vobjDhfWN3zFPTSWmSSF6yBE1FpITseOs3oR03hlkqG6EclK6g+g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1730,61 +1730,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.16.1.tgz",
|
||||
"integrity": "sha512-+hER8E4d2ByfQ/DKIXGM3Euxb7IH5ArSjzzzoF21sG095iXIryOCob22ZanrmiXCoAzKKdxqgVj4Di67ikLYSQ==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.16.2.tgz",
|
||||
"integrity": "sha512-ZFHQhDi9T+r6VR5NEeE47gigPPIAHVIKDOCWsCsbCqHc3yz5l8kiO2RdfUmsTKV2KD/AiXnAw4b6pjQEP58GOg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.16.1.tgz",
|
||||
"integrity": "sha512-kr5CgA/PKBgQ1yvXYauLYss20dkzYwgm+o+MKPeJ+bzJaHn6MkRhvXu4DnIurc8bUPKqDs6tUnLESRpUGv7bNQ==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.16.2.tgz",
|
||||
"integrity": "sha512-REwAV53Fcz021EE3zLyYdkdFlfG+b24y279Y+eA1jCCH9VMLivXL+gacrox4BcpzREsic9nGVInSNv3VJwPlAQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.16.1",
|
||||
"@mantine/hooks": "7.16.1",
|
||||
"@mantine/core": "7.16.2",
|
||||
"@mantine/hooks": "7.16.2",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.16.1.tgz",
|
||||
"integrity": "sha512-kCYbuanL+y/VZ0UqgE0fpQcpTznWHwLEOw4waMXHyig6z4AEEB45U3iFpBtuSXpuFjfqH0corMaaWkAVocwj2Q==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.16.2.tgz",
|
||||
"integrity": "sha512-U342XWiiRI1NvOlLsI6PH/pSNe0rxNClJ2w5orvjOMXvaAfDe52mhnzRmtzRxYENp06++3b/G7MjPH+466rF9Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.16.1",
|
||||
"@mantine/store": "7.16.2",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.16.1",
|
||||
"@mantine/hooks": "7.16.1",
|
||||
"@mantine/core": "7.16.2",
|
||||
"@mantine/hooks": "7.16.2",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.16.1.tgz",
|
||||
"integrity": "sha512-Lb1bc8Gfhm7fUCU+odebukeUyDsMvLSWrBKJjCg+IXQojUaxUAMXHPhrvmHqhOqDaRTUZw1zusodW+kKnFjoPg==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.16.2.tgz",
|
||||
"integrity": "sha512-KJwnewO9f150X0eTdOfjaKfbBZ6yoRtqQtcx0TyOVSHMTKaNwRfL/T9/kgvLMo5kSKFjOsNHAqQmNm4Nidnn0A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.16.1"
|
||||
"@mantine/store": "7.16.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.16.1",
|
||||
"@mantine/hooks": "7.16.1",
|
||||
"@mantine/core": "7.16.2",
|
||||
"@mantine/hooks": "7.16.2",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "7.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.16.1.tgz",
|
||||
"integrity": "sha512-EZjNzsLPWXB5MgBDa5FUEg5vbN+uo3hctSgplC7kkimjW7K3qfMiszwTt8cQgb7RRn7xH5sfC3U0Cm8X9h4kmA==",
|
||||
"version": "7.16.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.16.2.tgz",
|
||||
"integrity": "sha512-9dEGLosrYSePlAwhfx3CxTLcWu2M98TtuYnelAiHEdNEkyafirvZxNt4paMoFXLKR1XPm5wdjDK7bdTaE0t7Og==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@fontsource/open-sans": "^5.1.1",
|
||||
"@mantine/core": "^7.16.1",
|
||||
"@mantine/form": "^7.16.1",
|
||||
"@mantine/hooks": "^7.16.1",
|
||||
"@mantine/modals": "^7.16.1",
|
||||
"@mantine/notifications": "^7.16.1",
|
||||
"@mantine/spotlight": "^7.16.1",
|
||||
"@mantine/core": "^7.16.2",
|
||||
"@mantine/form": "^7.16.2",
|
||||
"@mantine/hooks": "^7.16.2",
|
||||
"@mantine/modals": "^7.16.2",
|
||||
"@mantine/notifications": "^7.16.2",
|
||||
"@mantine/spotlight": "^7.16.2",
|
||||
"@lingui/core": "^5.1.2",
|
||||
"@lingui/react": "^5.1.2",
|
||||
"@monaco-editor/react": "^4.7.0-rc.0",
|
||||
|
||||
Reference in New Issue
Block a user