mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Chore: uPlot v1.6.26 (#75199)
This commit is contained in:
parent
a64bfdfb94
commit
aadd5bacfa
@ -407,7 +407,7 @@
|
||||
"tinycolor2": "1.6.0",
|
||||
"tslib": "2.6.0",
|
||||
"tween-functions": "^1.2.0",
|
||||
"uplot": "1.6.24",
|
||||
"uplot": "1.6.26",
|
||||
"uuid": "9.0.0",
|
||||
"vendor": "link:./public/vendor",
|
||||
"visjs-network": "4.25.0",
|
||||
|
@ -58,7 +58,7 @@
|
||||
"string-hash": "^1.1.3",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tslib": "2.6.0",
|
||||
"uplot": "1.6.24",
|
||||
"uplot": "1.6.26",
|
||||
"xss": "^1.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -111,7 +111,7 @@
|
||||
"slate-react": "0.22.10",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tslib": "2.6.0",
|
||||
"uplot": "1.6.24",
|
||||
"uplot": "1.6.26",
|
||||
"uuid": "9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -90,6 +90,7 @@ export function getConfig(opts: TimelineCoreOptions) {
|
||||
mark.classList.add('bar-mark');
|
||||
mark.style.position = 'absolute';
|
||||
mark.style.background = 'rgba(255,255,255,0.2)';
|
||||
mark.style.pointerEvents = 'none';
|
||||
return mark;
|
||||
});
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
import { css as cssCore, Global } from '@emotion/react';
|
||||
import React, { useCallback, useLayoutEffect, useMemo, useRef, useState } from 'react';
|
||||
import { useClickAway } from 'react-use';
|
||||
|
||||
@ -167,13 +166,6 @@ export const ContextMenuPlugin = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Global
|
||||
styles={cssCore`
|
||||
.uplot .u-cursor-pt {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
`}
|
||||
/>
|
||||
{isOpen && coords && (
|
||||
<ContextMenuView
|
||||
data={data}
|
||||
|
14
yarn.lock
14
yarn.lock
@ -3708,7 +3708,7 @@ __metadata:
|
||||
tinycolor2: 1.6.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
uplot: 1.6.24
|
||||
uplot: 1.6.26
|
||||
xss: ^1.0.14
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0
|
||||
@ -4204,7 +4204,7 @@ __metadata:
|
||||
tinycolor2: 1.6.0
|
||||
tslib: 2.6.0
|
||||
typescript: 4.8.4
|
||||
uplot: 1.6.24
|
||||
uplot: 1.6.26
|
||||
uuid: 9.0.0
|
||||
webpack: 5.88.1
|
||||
peerDependencies:
|
||||
@ -20025,7 +20025,7 @@ __metadata:
|
||||
tslib: 2.6.0
|
||||
tween-functions: ^1.2.0
|
||||
typescript: 4.8.4
|
||||
uplot: 1.6.24
|
||||
uplot: 1.6.26
|
||||
uuid: 9.0.0
|
||||
vendor: "link:./public/vendor"
|
||||
visjs-network: 4.25.0
|
||||
@ -32999,10 +32999,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uplot@npm:1.6.24":
|
||||
version: 1.6.24
|
||||
resolution: "uplot@npm:1.6.24"
|
||||
checksum: 253e389dc6db40e1231d1c63913dea1e6987856cfde985da036e70786ef0077afc40f3ed6883c54d95a97ecedc3ea52a7fa815e88f3c3d381b61c15e745f8a40
|
||||
"uplot@npm:1.6.26":
|
||||
version: 1.6.26
|
||||
resolution: "uplot@npm:1.6.26"
|
||||
checksum: 873b5b049b0b2e00534e4a02bfcab7df6972099a2cedec0cd8b1ba949b318628a7d59b988e0f45fd3f8ed4eb6cc5a84d59f83a15b702c21f7396c664dc41a124
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user