forked from Archives/Athou_commafeed
Merge pull request #1891 from Athou/renovate/mantine-monorepo
fix(deps): update mantine monorepo to ^8.3.0 (minor)
This commit is contained in:
94
commafeed-client/package-lock.json
generated
94
commafeed-client/package-lock.json
generated
@@ -12,12 +12,12 @@
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.4.1",
|
||||
"@lingui/react": "^5.4.1",
|
||||
"@mantine/core": "^8.2.8",
|
||||
"@mantine/form": "^8.2.8",
|
||||
"@mantine/hooks": "^8.2.8",
|
||||
"@mantine/modals": "^8.2.8",
|
||||
"@mantine/notifications": "^8.2.8",
|
||||
"@mantine/spotlight": "^8.2.8",
|
||||
"@mantine/core": "^8.3.0",
|
||||
"@mantine/form": "^8.3.0",
|
||||
"@mantine/hooks": "^8.3.0",
|
||||
"@mantine/modals": "^8.3.0",
|
||||
"@mantine/notifications": "^8.3.0",
|
||||
"@mantine/spotlight": "^8.3.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.9.0",
|
||||
"axios": "^1.11.0",
|
||||
@@ -1251,18 +1251,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@floating-ui/react": {
|
||||
"version": "0.26.28",
|
||||
"resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.28.tgz",
|
||||
"integrity": "sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==",
|
||||
"version": "0.27.16",
|
||||
"resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.27.16.tgz",
|
||||
"integrity": "sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react-dom": "^2.1.2",
|
||||
"@floating-ui/utils": "^0.2.8",
|
||||
"@floating-ui/react-dom": "^2.1.6",
|
||||
"@floating-ui/utils": "^0.2.10",
|
||||
"tabbable": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0",
|
||||
"react-dom": ">=16.8.0"
|
||||
"react": ">=17.0.0",
|
||||
"react-dom": ">=17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@floating-ui/react-dom": {
|
||||
@@ -1652,28 +1652,28 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.2.8.tgz",
|
||||
"integrity": "sha512-dybAXrlQ+QiIhpnVCkdH6P4Sjm9I9RymYXfDp97oj9KfGRMEJGLDdPAwp/2GhXe7UdDkzqD48JCkbfRWF2Q+qA==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.0.tgz",
|
||||
"integrity": "sha512-WDKnEMkYYXrovqwKl3jHNqXWZkKS349/Btbvynldw0zierm0dJqYXNlLdPhjg9CkmTM3FFDg6MjYwlsHL8K8VQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
"@floating-ui/react": "^0.27.16",
|
||||
"clsx": "^2.1.1",
|
||||
"react-number-format": "^5.4.3",
|
||||
"react-remove-scroll": "^2.6.2",
|
||||
"react-number-format": "^5.4.4",
|
||||
"react-remove-scroll": "^2.7.1",
|
||||
"react-textarea-autosize": "8.5.9",
|
||||
"type-fest": "^4.27.0"
|
||||
"type-fest": "^4.41.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "8.2.8",
|
||||
"@mantine/hooks": "8.3.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.2.8.tgz",
|
||||
"integrity": "sha512-edigaUCmyxoPcqhMgkgJHXRgbzR1tym88xQNNgfGA1KYc9gr0BTk/3dOa5B93HIVdO9/DEXZwYKN4cjrKPDY+g==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.0.tgz",
|
||||
"integrity": "sha512-x6NeoUk+Umd56CwXB28cyZxTztMkNMKvlLnRoTkguf6/ak3xRvGDJ4wcVHfYxls8jDSEvCT94voa/cirXObkyg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1684,61 +1684,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.8.tgz",
|
||||
"integrity": "sha512-KK1krCcXizWT6JF8gWexv58imQBbviylAJqSqdZ4zUPgrpe81ehMyfxo5Z9EZsnSwMxkB4RLMhCCJhC5g8GvLA==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.0.tgz",
|
||||
"integrity": "sha512-y/D8Hi4C1iEjTpjeMWKmz9QHMdPm5qQsBsRz6rpdRlVurtBhNf3DCJEtvwtmmKN1F9vBK8DDGy/OjQPUHLDqcA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.2.8.tgz",
|
||||
"integrity": "sha512-+RzHK4uy/Gsk6RspunD8An9WYF921If8S2pDeveMwxVhUeNMZXeh9FpQWESlqVV+SHSPDDP4QeTkwhJm9DWf2g==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.0.tgz",
|
||||
"integrity": "sha512-EiXh+q/fCn6VEpqaVHZr9sLvSmVBasL/uwUa84u5CoU/iEjn6oUb0gNclocYpqhrfNvNNOWZEj51tgo0zkK6DA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.8",
|
||||
"@mantine/hooks": "8.2.8",
|
||||
"@mantine/core": "8.3.0",
|
||||
"@mantine/hooks": "8.3.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.2.8.tgz",
|
||||
"integrity": "sha512-luNksAUkROoMzKCB/30nQ8o38wt54ktylbpBcTrAcjE1q00nH/IEYLS58iUYGf8l/xGBV1KH8jgSik58iqk++A==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.0.tgz",
|
||||
"integrity": "sha512-x8L+1ij1UZxcMECODK6tnwxgfUl5dyjujv0VBg4GLvcn6L3nUP8YaOhSp8ZJJqfE9m/+LJ/brCx5vik6X3WjKA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.8",
|
||||
"@mantine/store": "8.3.0",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.8",
|
||||
"@mantine/hooks": "8.2.8",
|
||||
"@mantine/core": "8.3.0",
|
||||
"@mantine/hooks": "8.3.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.2.8.tgz",
|
||||
"integrity": "sha512-wZ4TMKC6LldI31DFOB89iat+4eyM29URN1uwklWUeigqR9/vywqXcKdzaSjpmbDxYelHFEp4AjgHzeG/8C915A==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.0.tgz",
|
||||
"integrity": "sha512-nAa5Nj3RfhNSGEawj8lPa3jHxI6OUMLbvUDfGmYkJzq8WRAfT77eOtwtG3lNBpAAU+BN3QnG98JTzq1Qn6A6YQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.8"
|
||||
"@mantine/store": "8.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.8",
|
||||
"@mantine/hooks": "8.2.8",
|
||||
"@mantine/core": "8.3.0",
|
||||
"@mantine/hooks": "8.3.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "8.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.2.8.tgz",
|
||||
"integrity": "sha512-xma5vcJlcR2UN6NZj0Rhskfppmz6wUTY/52EBU9sKZw60e1iiuTX2Bk/sfUa34VKZF4cRS46VLz2qstyCJne4Q==",
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.0.tgz",
|
||||
"integrity": "sha512-rgF4ZCXeU2C5qvGPjUfslspho9UQL2xPDtG8VWY+q60ZyEeUykdVfegny8GnuHlysjpg4nFaaWr3jcJvUlvcdA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.4.1",
|
||||
"@lingui/react": "^5.4.1",
|
||||
"@mantine/core": "^8.2.8",
|
||||
"@mantine/form": "^8.2.8",
|
||||
"@mantine/hooks": "^8.2.8",
|
||||
"@mantine/modals": "^8.2.8",
|
||||
"@mantine/notifications": "^8.2.8",
|
||||
"@mantine/spotlight": "^8.2.8",
|
||||
"@mantine/core": "^8.3.0",
|
||||
"@mantine/form": "^8.3.0",
|
||||
"@mantine/hooks": "^8.3.0",
|
||||
"@mantine/modals": "^8.3.0",
|
||||
"@mantine/notifications": "^8.3.0",
|
||||
"@mantine/spotlight": "^8.3.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.9.0",
|
||||
"axios": "^1.11.0",
|
||||
|
||||
Reference in New Issue
Block a user