|
|
|
@ -116,11 +116,11 @@
|
|
|
|
|
"@floating-ui/dom": "^1.6.7",
|
|
|
|
|
"@lezer/common": "^1.2.1",
|
|
|
|
|
"@lezer/highlight": "^1.2.0",
|
|
|
|
|
"@mantine/code-highlight": "^7.6.1",
|
|
|
|
|
"@mantine/core": "^7.6.1",
|
|
|
|
|
"@mantine/dates": "^7.6.1",
|
|
|
|
|
"@mantine/hooks": "^7.6.1",
|
|
|
|
|
"@mantine/notifications": "^7.6.1",
|
|
|
|
|
"@mantine/code-highlight": "^7.11.2",
|
|
|
|
|
"@mantine/core": "^7.11.2",
|
|
|
|
|
"@mantine/dates": "^7.11.2",
|
|
|
|
|
"@mantine/hooks": "^7.11.2",
|
|
|
|
|
"@mantine/notifications": "^7.11.2",
|
|
|
|
|
"@nexucis/kvsearch": "^0.9.1",
|
|
|
|
|
"@prometheus-io/codemirror-promql": "^0.50.0-rc.1",
|
|
|
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
|
|
@ -148,86 +148,92 @@
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
|
"postcss-preset-mantine": "^1.13.0",
|
|
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
|
|
|
"postcss-simple-vars": "^7.0.1",
|
|
|
|
|
"vite": "^5.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/code-highlight": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-FDgbDQzlB+ldJzkWEscCtNyE5hqE1DgBjlrw3EeOhdK0FRijzXrUpABjnmZZPuoMAbxBaBPaguL4VwrHCzEOmg==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-9q4p4LDbuuUhQ8GjzmI/Ven2JxjoT8+Sjnv76hNGJK9xRtorJs2PJn/fdQTd7QX9tOaalnsENIj85bSZ4V3X2g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"clsx": "2.1.0",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"highlight.js": "^11.9.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@mantine/core": "7.6.1",
|
|
|
|
|
"@mantine/hooks": "7.6.1",
|
|
|
|
|
"@mantine/core": "7.11.2",
|
|
|
|
|
"@mantine/hooks": "7.11.2",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/core": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-52BgYXAMD+E6vDiGIGOJlLBc0pdT2+gzrB0g+v7c7xeiNXqHEG5cEplLErfNBHh9kMQHiDHCiCb5Su9jqoUlXw==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-T64RjdgY8UPAv249miW1lQyPPot1JbCcKKsAZMNQHgcttcxLhrFpKVvglc4/48hdSoxI4LYJPNvqp7zciZmucQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@floating-ui/react": "^0.26.9",
|
|
|
|
|
"clsx": "2.1.0",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"react-number-format": "^5.3.1",
|
|
|
|
|
"react-remove-scroll": "^2.5.7",
|
|
|
|
|
"react-textarea-autosize": "8.5.3",
|
|
|
|
|
"type-fest": "^3.13.1"
|
|
|
|
|
"type-fest": "^4.12.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@mantine/hooks": "7.6.1",
|
|
|
|
|
"@mantine/hooks": "7.11.2",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/dates": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-xHe5sINtFuqptmZCXfp0aeurC8wjiycBzHvk87CqfhLIGWBTSAkrCKk3KzdUeEKfVsLY1l21cFb7Sv7mr4lfTw==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-BEZs949EvfIG1fRNsEpcB0YqSe53z/KObwHyBwiqFjFHJ2eFPVMpxw6Rpy1Bud0/FZRV+QBokebxaf6+2tbCCw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"clsx": "2.1.0"
|
|
|
|
|
"clsx": "^2.1.1"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@mantine/core": "7.6.1",
|
|
|
|
|
"@mantine/hooks": "7.6.1",
|
|
|
|
|
"@mantine/core": "7.11.2",
|
|
|
|
|
"@mantine/hooks": "7.11.2",
|
|
|
|
|
"dayjs": ">=1.0.0",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/hooks": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-zsOGzFRcQZuER2rzAjfrAqp98W7WCFA43nF1QZUKV7AHTq8q1mtr3DOhFfO3/CA+t1lai68gp1guVcIhP4lrwQ==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-jhyVe/sbDEG2U8rr2lMecUPgQxcfr5hh9HazqGfkS7ZRIMDO7uJ947yAcTMGGkp5Lxtt5TBFt1Cb6tiB2/1agg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/notifications": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-Aiui/faUBVQVgDPW9poCe8WdRZkXmIe9aFTnmf+WTopMWK/zfLBp02IjLY1f59zs5NeF/vfXaMxiuQq+KH2hTQ==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-KB/6mp3mU3LvcFlfMc5zK5mWcrAO+zAGeiBb1oUjNFXBECCn9xizqqUeT0YbWBHL7wysq9IThDJxLwUBnQt+8Q==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@mantine/store": "7.6.1",
|
|
|
|
|
"@mantine/store": "7.11.2",
|
|
|
|
|
"react-transition-group": "4.4.5"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@mantine/core": "7.6.1",
|
|
|
|
|
"@mantine/hooks": "7.6.1",
|
|
|
|
|
"@mantine/core": "7.11.2",
|
|
|
|
|
"@mantine/hooks": "7.11.2",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/@mantine/store": {
|
|
|
|
|
"version": "7.6.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-UqSsJLlAL53OSSUNK/aTXpkss9DX0TppTbtBKXPyflYfq0B9vKwQKumxEsg3UGVC4cjiQq2VD4mjGT94r+deug==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-FfkmnOnCivOjqwNaTZeV4TgDANUs7fP+0uSgzp0GuvwTuDfQNVafPBRzPkjKuz5ug+Nn9l6WwjfJ6LBDv9U0LQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^18.2.0"
|
|
|
|
|
}
|
|
|
|
@ -296,11 +302,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mantine-ui/node_modules/type-fest": {
|
|
|
|
|
"version": "3.13.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
|
|
|
|
|
"integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
|
|
|
|
|
"version": "4.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
|
|
|
"integrity": "sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==",
|
|
|
|
|
"license": "(MIT OR CC0-1.0)",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.16"
|
|
|
|
|
"node": ">=16"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
@ -3533,9 +3540,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/clsx": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==",
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
@ -6229,10 +6237,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-preset-mantine": {
|
|
|
|
|
"version": "1.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-1bv/mQz2K+/FixIMxYd83BYH7PusDZaI7LpUtKbb1l/5N5w6t1p/V9ONHfRJeeAZyfa6Xc+AtR+95VKdFXRH1g==",
|
|
|
|
|
"version": "1.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-ji1PMDBUf2Vsx/HE5faMSs1+ff6qE6YRulTr4Ja+6HD3gop8rSMTCYdpN7KrdsEg079kfBKkO/PaKhG9uR0zwQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"postcss-mixins": "^9.0.4",
|
|
|
|
|
"postcss-nested": "^6.0.1"
|
|
|
|
|