forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^7.17.5
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.5",
|
||||
"@lingui/core": "^5.3.1",
|
||||
"@lingui/react": "^5.3.1",
|
||||
"@mantine/core": "^7.17.4",
|
||||
"@mantine/form": "^7.17.4",
|
||||
"@mantine/hooks": "^7.17.4",
|
||||
"@mantine/modals": "^7.17.4",
|
||||
"@mantine/notifications": "^7.17.4",
|
||||
"@mantine/spotlight": "^7.17.4",
|
||||
"@mantine/core": "^7.17.5",
|
||||
"@mantine/form": "^7.17.5",
|
||||
"@mantine/hooks": "^7.17.5",
|
||||
"@mantine/modals": "^7.17.5",
|
||||
"@mantine/notifications": "^7.17.5",
|
||||
"@mantine/spotlight": "^7.17.5",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.7.0",
|
||||
"axios": "^1.8.4",
|
||||
@@ -1708,9 +1708,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.4.tgz",
|
||||
"integrity": "sha512-Ea4M/98jxgIWCuxCdM0YIotVYjfLTGQsfIA6zDg0LsClgjo/ZLnnh4zbi+bLNgM+GGjP4ju7gv4MZvaTKuLO8g==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.5.tgz",
|
||||
"integrity": "sha512-66g/lr281cDPfucjtPw8gFo/yNS9G5iSKqysvPGuDpUBG2bEw8FsJMIsU0bMXtravToIpa3vJRrFUuPndPGnpQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
@@ -1721,15 +1721,15 @@
|
||||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "7.17.4",
|
||||
"@mantine/hooks": "7.17.5",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.17.4.tgz",
|
||||
"integrity": "sha512-faCz44IpvLSv8ekG962SIOtRQc4gfC+zeXasbycWNYMW0k8ge7ch689KIuSYN00gdZat2UOaCbrr+yrTYjeuCQ==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.17.5.tgz",
|
||||
"integrity": "sha512-24xkjs8486uOoevymHx2xgZ69j8mM9EG01LMOOMmEHV2k+0HwrCvwPL/2ISCnzWfHZBSwrq9ZTw7KZ6HPnU0nQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1740,61 +1740,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.4.tgz",
|
||||
"integrity": "sha512-PBcJxDAfGm8k1/JJmaDcxzRVQ3JSE1iXGktbgGz+qEOJmCxwbbAYe+CtGFFgi1xX2bPZ+7dtRr/+XFhnKtt/aw==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.5.tgz",
|
||||
"integrity": "sha512-Q/3AHI1fjl+W7xQ3jEoMmSoTxLqxMI2gPfxIjd73OPmRpPenYWR1zk/diirXXm2t7JOrAbmpA3/O1gzmgqzc/Q==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.17.4.tgz",
|
||||
"integrity": "sha512-KQYzLCQRBs9bq0svdpSda8fgxmqrwEy4tgvoXpmlr02srsyySvpOxhXmAUZsjPZapG+D97sYi7BscVZKZoIqgA==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.17.5.tgz",
|
||||
"integrity": "sha512-K2rKBkQmndZzL+uPBpQ54qcGwAL1f78ipucQt0Dhf5i252NTBaQVWrRRbPSL0KQQqtK+9TSaV5C8rQ4O9EKUjw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.17.4",
|
||||
"@mantine/hooks": "7.17.4",
|
||||
"@mantine/core": "7.17.5",
|
||||
"@mantine/hooks": "7.17.5",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.17.4.tgz",
|
||||
"integrity": "sha512-YxNmnZSfIG69lPMFItOZZsizYL3DsOLVUSPkkJILG5pW2F798dc4IA5mhRIbdmzDEx0ArWHJ7gsdd3Vmm5ubPg==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.17.5.tgz",
|
||||
"integrity": "sha512-dLbrSm7ct97fb0Yv8ImVj9mVNkjnD/xkDCP1PANt/shM9xDh0TguqQTvborb+8Wxh1g+RtWVML/an5rVsHbKmg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.17.4",
|
||||
"@mantine/store": "7.17.5",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.17.4",
|
||||
"@mantine/hooks": "7.17.4",
|
||||
"@mantine/core": "7.17.5",
|
||||
"@mantine/hooks": "7.17.5",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.17.4.tgz",
|
||||
"integrity": "sha512-HAAK8svSoNLKtwVHEYL4t9cQgR/lKDdXRHTUjmkuqgW5QzpX6A1GYtkHnHlDuVHFdDvInPlk+N63BMysUzw4cg==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.17.5.tgz",
|
||||
"integrity": "sha512-E7S3tLVT8TMABWkwq200N01UYEOJv2WfSrc1eAo33gGTdlbMb4Ei8z+VYv3M54dtN+aWi7oth4cqkyhnPhWx+A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.17.4"
|
||||
"@mantine/store": "7.17.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.17.4",
|
||||
"@mantine/hooks": "7.17.4",
|
||||
"@mantine/core": "7.17.5",
|
||||
"@mantine/hooks": "7.17.5",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "7.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.17.4.tgz",
|
||||
"integrity": "sha512-a/EecHPtYVxhu3oMX9uTymGolmOBWxW8Qs4fLCjiazEJbS1ScI4lS71GK/SuOa2rGuuOJkaotpyritbx3paIRg==",
|
||||
"version": "7.17.5",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.17.5.tgz",
|
||||
"integrity": "sha512-HQzy4rBlUFyw+39TgiAV+TGuQivMWYeQlnMctKJlaxwVY5ZTdF2IpJ/JZcjkGrmrZvBwUQ8IOMFvt2eZc20P1Q==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
"@fontsource/open-sans": "^5.2.5",
|
||||
"@lingui/core": "^5.3.1",
|
||||
"@lingui/react": "^5.3.1",
|
||||
"@mantine/core": "^7.17.4",
|
||||
"@mantine/form": "^7.17.4",
|
||||
"@mantine/hooks": "^7.17.4",
|
||||
"@mantine/modals": "^7.17.4",
|
||||
"@mantine/notifications": "^7.17.4",
|
||||
"@mantine/spotlight": "^7.17.4",
|
||||
"@mantine/core": "^7.17.5",
|
||||
"@mantine/form": "^7.17.5",
|
||||
"@mantine/hooks": "^7.17.5",
|
||||
"@mantine/modals": "^7.17.5",
|
||||
"@mantine/notifications": "^7.17.5",
|
||||
"@mantine/spotlight": "^7.17.5",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.7.0",
|
||||
"axios": "^1.8.4",
|
||||
|
||||
Reference in New Issue
Block a user