mirror of https://github.com/grafana/grafana.git
Update dependency react-highlight-words to v0.18.0 (#49136)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
43ab0c1f95
commit
2bbb685c54
|
@ -351,7 +351,7 @@
|
|||
"react-dom": "17.0.2",
|
||||
"react-draggable": "4.4.4",
|
||||
"react-grid-layout": "1.3.4",
|
||||
"react-highlight-words": "0.17.0",
|
||||
"react-highlight-words": "0.18.0",
|
||||
"react-hook-form": "7.5.3",
|
||||
"react-inlinesvg": "2.3.0",
|
||||
"react-loadable": "5.5.0",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"react-custom-scrollbars-2": "4.4.0",
|
||||
"react-dom": "17.0.2",
|
||||
"react-dropzone": "12.0.4",
|
||||
"react-highlight-words": "0.17.0",
|
||||
"react-highlight-words": "0.18.0",
|
||||
"react-hook-form": "7.5.3",
|
||||
"react-inlinesvg": "2.3.0",
|
||||
"react-popper": "2.2.5",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -4834,7 +4834,7 @@ __metadata:
|
|||
react-docgen-typescript-loader: 3.7.2
|
||||
react-dom: 17.0.2
|
||||
react-dropzone: 12.0.4
|
||||
react-highlight-words: 0.17.0
|
||||
react-highlight-words: 0.18.0
|
||||
react-hook-form: 7.5.3
|
||||
react-inlinesvg: 2.3.0
|
||||
react-popper: 2.2.5
|
||||
|
@ -21286,7 +21286,7 @@ __metadata:
|
|||
react-dom: 17.0.2
|
||||
react-draggable: 4.4.4
|
||||
react-grid-layout: 1.3.4
|
||||
react-highlight-words: 0.17.0
|
||||
react-highlight-words: 0.18.0
|
||||
react-hook-form: 7.5.3
|
||||
react-inlinesvg: 2.3.0
|
||||
react-loadable: 5.5.0
|
||||
|
@ -31527,16 +31527,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-highlight-words@npm:0.17.0":
|
||||
version: 0.17.0
|
||||
resolution: "react-highlight-words@npm:0.17.0"
|
||||
"react-highlight-words@npm:0.18.0":
|
||||
version: 0.18.0
|
||||
resolution: "react-highlight-words@npm:0.18.0"
|
||||
dependencies:
|
||||
highlight-words-core: ^1.2.0
|
||||
memoize-one: ^4.0.0
|
||||
prop-types: ^15.5.8
|
||||
peerDependencies:
|
||||
react: ^0.14.0 || ^15.0.0 || ^16.0.0-0 || ^17.0.0-0
|
||||
checksum: 41b3d0e4516cbc12fd4e0b620b72d309eaa3e207f1089a377d76040f99edb717b99a34e0bef5f83d7d28d408542f3138ca3a5c06e08359e4f13f241432327485
|
||||
react: ^0.14.0 || ^15.0.0 || ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0
|
||||
checksum: ff9759e7ebeb140067854d8cad3021123ba0e3b78bda14d35d9b21dd7890986c858955885ddbcb537e9f88472aebe4a23a1841b7af190989efb0a8ecf7dc2a57
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Loading…
Reference in New Issue