forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^8.2.4
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.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",
|
||||
"@mantine/core": "^8.2.4",
|
||||
"@mantine/form": "^8.2.4",
|
||||
"@mantine/hooks": "^8.2.4",
|
||||
"@mantine/modals": "^8.2.4",
|
||||
"@mantine/notifications": "^8.2.4",
|
||||
"@mantine/spotlight": "^8.2.4",
|
||||
"@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.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.2.3.tgz",
|
||||
"integrity": "sha512-8vR1xAhNzL4g9/8fANhWpjFuguDbubMFo0sgw4WjO32x4PuBrmckGP9qwCopgYfWt8F49sXiVI8UDZG66gzkHA==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.2.4.tgz",
|
||||
"integrity": "sha512-bZBxt6CFNLleARe5Ni2oYOcuRdi8ZEaxoZBmdc3sQu24tiX61xTKtjOfHaPffNMpqNQoIbgOi955rk3t1KSLig==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
@@ -1671,15 +1671,15 @@
|
||||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"@mantine/hooks": "8.2.4",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.2.3.tgz",
|
||||
"integrity": "sha512-jO39+BnvB/0IRlwnIvmOToZE3eVbMkBthzpskwRZ/zabc5Tb+fATRyzODZYQdGHuOEf1mzd7b4hEK7ekmf1N0g==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.2.4.tgz",
|
||||
"integrity": "sha512-dr69dYyHStjn6+yBmMCLuIw0SmogtSPUqheA5mIztboswYUX9p+NRMUqfSjd5TZ9o3QEMt9HsQJsPLn67EIvJQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1690,61 +1690,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.3.tgz",
|
||||
"integrity": "sha512-RBXAYqmxLk2DBIqN2DnWa9ShFEL1zpbQb0kgc8JIERmJyNwTjHKjHBDgX0jD7oeZjYfGh/g8du2MQEgF9BpsfQ==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.2.4.tgz",
|
||||
"integrity": "sha512-ZXQ0uk6UtJa6Gl+ZWMBh4wC7UqCAoWWvau1TOoe05sBrkyGcXSVrTfoCVzjEQaB/h8VEOUWLGtJokkiMQKcMzA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.2.3.tgz",
|
||||
"integrity": "sha512-dHN/Z/P/1dk8TzCIA2oFPkyOJGNLFr8eYho48orA1Sf0lBSa48engcXrgdi19EODZotF4iCimOBRLkIkufCtOw==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.2.4.tgz",
|
||||
"integrity": "sha512-3o1ZnzrU+Rnp6HkJPHbVllVc9HmTVn4s8UyjGunc9IqnId7wU8GDULpWXNXrBgbvWuJzwIOfGYgw5GCefKUHIA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"@mantine/core": "8.2.4",
|
||||
"@mantine/hooks": "8.2.4",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.2.3.tgz",
|
||||
"integrity": "sha512-WMB6qtZh4Gbeg1loRz3QfD6EY5Kx+pK92dezrFGiDb0owg7ZosepWJYqQtzgenARnyNnse46zdN8fQiSXGn2bQ==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.2.4.tgz",
|
||||
"integrity": "sha512-CPyYM1Y9oXxlJl5zTJN0mgJGZh8ZrhdIsA4ZktnpmJMKvGHWQdmtzTcPDu4gwzDNdANsN0f9DtMSp68kNiD1xA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.3",
|
||||
"@mantine/store": "8.2.4",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"@mantine/core": "8.2.4",
|
||||
"@mantine/hooks": "8.2.4",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.2.3.tgz",
|
||||
"integrity": "sha512-jorSsWwHDtEMOnylpQG91xcKMeYQM5GVPz5Wbif7hpQgWguRq/elEhF6DTpoPwLlMnNrAC27CV6WPa+p0Gc1WA==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.2.4.tgz",
|
||||
"integrity": "sha512-p9olpP5OMtuh9QZ5HLQMgQE6YDJx6it31szt2dncBukim83laDwuKBEUkweBAsZqIUnBY1kaTrRKov1ADCa0Ew==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.2.3"
|
||||
"@mantine/store": "8.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.2.3",
|
||||
"@mantine/hooks": "8.2.3",
|
||||
"@mantine/core": "8.2.4",
|
||||
"@mantine/hooks": "8.2.4",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.2.3.tgz",
|
||||
"integrity": "sha512-8yKmmxBd2C6OEksAnca28Y8y9H0Of835zyx6UHkI2im1x0fVqQ5wFPB45lszT1bqN8JUSSzYU6UOwVTD1dKMOw==",
|
||||
"version": "8.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.2.4.tgz",
|
||||
"integrity": "sha512-NYbhSy6UkVXsCDDHau+ZmGuuLgQ1laNINhKRHYabRvH5aSuU9drbgIlraNgzoF/+LeoTSQ8LylsdWNQRq0hqqA==",
|
||||
"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.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",
|
||||
"@mantine/core": "^8.2.4",
|
||||
"@mantine/form": "^8.2.4",
|
||||
"@mantine/hooks": "^8.2.4",
|
||||
"@mantine/modals": "^8.2.4",
|
||||
"@mantine/notifications": "^8.2.4",
|
||||
"@mantine/spotlight": "^8.2.4",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"axios": "^1.11.0",
|
||||
|
||||
Reference in New Issue
Block a user