|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
"@nexucis/kvsearch": "^0.9.1",
|
|
|
|
|
"@prometheus-io/codemirror-promql": "0.300.0-beta.0",
|
|
|
|
|
"@reduxjs/toolkit": "^2.2.1",
|
|
|
|
|
"@tabler/icons-react": "^2.47.0",
|
|
|
|
|
"@tabler/icons-react": "^3.19.0",
|
|
|
|
|
"@tanstack/react-query": "^5.59.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
|
|
"@testing-library/react": "^16.0.1",
|
|
|
|
@ -2696,30 +2696,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tabler/icons": {
|
|
|
|
|
"version": "2.47.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.47.0.tgz",
|
|
|
|
|
"integrity": "sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "3.19.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.19.0.tgz",
|
|
|
|
|
"integrity": "sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tabler/icons-react": {
|
|
|
|
|
"version": "2.47.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.47.0.tgz",
|
|
|
|
|
"integrity": "sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "3.19.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.19.0.tgz",
|
|
|
|
|
"integrity": "sha512-AqEWGI0tQWgqo6ZjMO5yJ9sYT8oXLuAM/up0hN9iENS6IdtNZryKrkNSiMgpwweNTpl8wFFG/dAZ959S91A/uQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tabler/icons": "2.47.0",
|
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
|
"@tabler/icons": "3.19.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
|
|
|
"react": ">= 16"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@tanstack/query-core": {
|
|
|
|
|