mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
Chore: Bump dangerously-set-html-content to 1.0.9 (#38622)
This commit is contained in:
parent
bfde29d107
commit
fec50115b0
@ -259,7 +259,7 @@
|
||||
"d3": "5.15.0",
|
||||
"d3-force": "^2.1.1",
|
||||
"d3-scale-chromatic": "1.5.0",
|
||||
"dangerously-set-html-content": "1.0.6",
|
||||
"dangerously-set-html-content": "1.0.9",
|
||||
"debounce-promise": "3.1.2",
|
||||
"eventemitter3": "4.0.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
|
@ -1,11 +0,0 @@
|
||||
declare module 'dangerously-set-html-content' {
|
||||
import React from 'react';
|
||||
|
||||
interface DangerouslySetHtmlContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
html: string;
|
||||
}
|
||||
|
||||
class DangerouslySetHtmlContent extends React.Component<DangerouslySetHtmlContentProps, any> {}
|
||||
|
||||
export = DangerouslySetHtmlContent;
|
||||
}
|
@ -9866,10 +9866,10 @@ d@1, d@^1.0.1:
|
||||
es5-ext "^0.10.50"
|
||||
type "^1.0.1"
|
||||
|
||||
dangerously-set-html-content@1.0.6:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.yarnpkg.com/dangerously-set-html-content/-/dangerously-set-html-content-1.0.6.tgz#3f4017215f821ba3ff46fa9d745036b708d4378c"
|
||||
integrity sha512-rZ9cjrVHpFLCzm/rF2ZTGIg24DfQ+E3DBtQ0+OacIVndNewl7+SZvn4n403il4xirZQwpwUJudn/USK8qm4fuQ==
|
||||
dangerously-set-html-content@1.0.9:
|
||||
version "1.0.9"
|
||||
resolved "https://registry.yarnpkg.com/dangerously-set-html-content/-/dangerously-set-html-content-1.0.9.tgz#d876deda1ec9ef4e62b21847f6dd6bc39d03a2cb"
|
||||
integrity sha512-nnXstBbPIaE+HEy6FbYpi14wIhIcPHkzNDCprpsrhwvyYtZE1Z44qYcbx8nlYpNdbYeW7x4Bkhx784Ud5QPa+A==
|
||||
|
||||
dargs@^4.0.1:
|
||||
version "4.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user