forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^8.1.0
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.3.2",
|
||||
"@lingui/react": "^5.3.2",
|
||||
"@mantine/core": "^8.0.2",
|
||||
"@mantine/form": "^8.0.2",
|
||||
"@mantine/hooks": "^8.0.2",
|
||||
"@mantine/modals": "^8.0.2",
|
||||
"@mantine/notifications": "^8.0.2",
|
||||
"@mantine/spotlight": "^8.0.2",
|
||||
"@mantine/core": "^8.1.0",
|
||||
"@mantine/form": "^8.1.0",
|
||||
"@mantine/hooks": "^8.1.0",
|
||||
"@mantine/modals": "^8.1.0",
|
||||
"@mantine/notifications": "^8.1.0",
|
||||
"@mantine/spotlight": "^8.1.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"axios": "^1.9.0",
|
||||
@@ -1706,9 +1706,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.0.2.tgz",
|
||||
"integrity": "sha512-2Ps7bRTeTbRwAKTCL9xdflPz0pwOlTq6ohyTbDZMCADqecf09GHI7GiX+HJatqbPZ2t8jK0fN1b48YhjJaxTqg==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.1.0.tgz",
|
||||
"integrity": "sha512-wouPEE6nNjN52+taw23uca6OFsxXF7Slw4G5GT3CGCathDsN563fxuPNrc2uifvNsl/3bbiMFAAGAkVF07lc1A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
@@ -1719,15 +1719,15 @@
|
||||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "8.0.2",
|
||||
"@mantine/hooks": "8.1.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.0.2.tgz",
|
||||
"integrity": "sha512-vSp9BfrhC9o7RMRYMaND2UAflXO4i6c5F1qPkiM2FID6ye2RJxW8YHaGa3kA0VfBbhDw9sFBbl8p7ttE4RPzcw==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.1.0.tgz",
|
||||
"integrity": "sha512-bCLdeWRbuYfG7l5b7nSKYEdWEWLOl55g/dyifRjFEr9pOK9ZNCj7oCOtXp0Lk1QJGqopZoaKxb5mvajEwDFXoQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1738,61 +1738,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.0.2.tgz",
|
||||
"integrity": "sha512-0jpEdC0KIAZ54D5kd9rJudrEm6vkvnrL9yYHnkuNbxokXSzDdYA/wpHnKR5WW+u6fW4JF6A6A7gN1vXKeC9MSw==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.1.0.tgz",
|
||||
"integrity": "sha512-Ycg8g11zRFfG0ZOp3lIogZh8O1Y5+Jiteu1Ja0BeIeTPVLLXufUhhgyorNr7F4QTD18xKzB1nX8wZzKFD6czPQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.0.2.tgz",
|
||||
"integrity": "sha512-AAYDotb7vWZcBdCph4rjy7VNn9AyReRa+bea+g5xplC2G03Fxcd9Lve2rodhuNx/l6IQe7INRkD+fzXvpDGnew==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.1.0.tgz",
|
||||
"integrity": "sha512-wYgbVjOsQx0fKEVi6n4Rzuncxm3OwrOGmFdmgFfWgRgMbXDWBXVOmJz7sJhyelQtozg4fq9ZszkL4iilkPi5nw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.0.2",
|
||||
"@mantine/hooks": "8.0.2",
|
||||
"@mantine/core": "8.1.0",
|
||||
"@mantine/hooks": "8.1.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.0.2.tgz",
|
||||
"integrity": "sha512-whSuoCCZxQF3VM40sumCte9tA79to8OCV/vv0z8PeVTj/eKlaTR+P9LKigO9ovhuNELrvvO3Rxcnno5aMBz0oA==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.1.0.tgz",
|
||||
"integrity": "sha512-MuTl3OVOaZko+fCxbi+1J2/7Ho6443aMDBV93UGwLfRfi6SwCMgv9Luj7LXG7JKLgYgWy3Uj9gOSXS6efNfmww==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.0.2",
|
||||
"@mantine/store": "8.1.0",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.0.2",
|
||||
"@mantine/hooks": "8.0.2",
|
||||
"@mantine/core": "8.1.0",
|
||||
"@mantine/hooks": "8.1.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.0.2.tgz",
|
||||
"integrity": "sha512-uqzSAaIAk7zQxs7uMWj/YFJA+EXmrnhYy7Y/kG4c/Us2QI2VWb2cgHVGhb3yzJFmjPhiXWjsaLf25AiyNdO53A==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.1.0.tgz",
|
||||
"integrity": "sha512-/PVY0dQkZPGZWgx2+bhakAFjz2Awr5Uk3LvXbiwHudvADjeiO0JYhKSSwnAjyAtoafXX6PmM8xc4C//YSTt9Vg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.0.2"
|
||||
"@mantine/store": "8.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.0.2",
|
||||
"@mantine/hooks": "8.0.2",
|
||||
"@mantine/core": "8.1.0",
|
||||
"@mantine/hooks": "8.1.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "8.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.0.2.tgz",
|
||||
"integrity": "sha512-/LuizGWAXjVnLLZ55f0QYotiqb8GlHpIb4KRf4LqRkbsA6UAZEVb6beuk0vI2Azf6vfuh7sTHu1xVC5zI6C+Cw==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.1.0.tgz",
|
||||
"integrity": "sha512-PobjhLuTIPtv3EkWkz+axmcPqrA8E2rSrUCm76CiddkZf6INaV9bQGzt7UpyoKQzu8jWuy/WUltdKPScwUfQBg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
"@fontsource/open-sans": "^5.2.6",
|
||||
"@lingui/core": "^5.3.2",
|
||||
"@lingui/react": "^5.3.2",
|
||||
"@mantine/core": "^8.0.2",
|
||||
"@mantine/form": "^8.0.2",
|
||||
"@mantine/hooks": "^8.0.2",
|
||||
"@mantine/modals": "^8.0.2",
|
||||
"@mantine/notifications": "^8.0.2",
|
||||
"@mantine/spotlight": "^8.0.2",
|
||||
"@mantine/core": "^8.1.0",
|
||||
"@mantine/form": "^8.1.0",
|
||||
"@mantine/hooks": "^8.1.0",
|
||||
"@mantine/modals": "^8.1.0",
|
||||
"@mantine/notifications": "^8.1.0",
|
||||
"@mantine/spotlight": "^8.1.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"axios": "^1.9.0",
|
||||
|
||||
Reference in New Issue
Block a user