Prometheus: Refactor labels caching (#20898)
Showing
... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
"@types/jest": "24.0.13", | "@types/jest": "24.0.13", | ||
"@types/jquery": "1.10.35", | "@types/jquery": "1.10.35", | ||
"@types/lodash": "4.14.123", | "@types/lodash": "4.14.123", | ||
"@types/lru-cache": "^5.1.0", | |||
"@types/marked": "0.6.5", | "@types/marked": "0.6.5", | ||
"@types/mousetrap": "1.6.3", | "@types/mousetrap": "1.6.3", | ||
"@types/node": "11.13.4", | "@types/node": "11.13.4", | ||
... | @@ -223,6 +224,7 @@ | ... | @@ -223,6 +224,7 @@ |
"is-hotkey": "0.1.4", | "is-hotkey": "0.1.4", | ||
"jquery": "3.4.1", | "jquery": "3.4.1", | ||
"lodash": "4.17.15", | "lodash": "4.17.15", | ||
"lru-cache": "^5.1.1", | |||
"marked": "0.6.2", | "marked": "0.6.2", | ||
"memoize-one": "5.1.1", | "memoize-one": "5.1.1", | ||
"moment": "2.24.0", | "moment": "2.24.0", | ||
... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment