Update Monthly patch updates (#64323)

* Update Monthly patch updates

* don't update dangerously-set-html-content

* run prettier

* fix types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2023-03-08 09:38:06 +00:00
committed by GitHub
parent a317e48de8
commit 523f675dd8
18 changed files with 806 additions and 699 deletions

View File

@@ -35,7 +35,7 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@braintree/sanitize-url": "6.0.1",
"@braintree/sanitize-url": "6.0.2",
"@grafana/schema": "9.5.0-pre",
"@types/d3-interpolate": "^3.0.0",
"d3-interpolate": "3.0.1",
@@ -44,13 +44,13 @@
"fast_array_intersect": "1.1.0",
"history": "4.10.1",
"lodash": "4.17.21",
"marked": "4.2.0",
"marked": "4.2.12",
"moment": "2.29.4",
"moment-timezone": "0.5.38",
"moment-timezone": "0.5.41",
"ol": "7.2.2",
"papaparse": "5.3.2",
"react-use": "17.4.0",
"regenerator-runtime": "0.13.10",
"regenerator-runtime": "0.13.11",
"rxjs": "7.8.0",
"tinycolor2": "1.6.0",
"tslib": "2.5.0",
@@ -69,11 +69,11 @@
"@testing-library/user-event": "14.4.3",
"@types/history": "4.7.11",
"@types/jest": "29.2.3",
"@types/jquery": "3.5.14",
"@types/lodash": "4.14.187",
"@types/marked": "4.0.7",
"@types/node": "18.14.0",
"@types/papaparse": "5.3.5",
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.191",
"@types/marked": "4.0.8",
"@types/node": "18.14.6",
"@types/papaparse": "5.3.7",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/sinon": "10.0.13",

View File

@@ -30,7 +30,7 @@ export const preferredVisualizationTypes = [
'flamegraph',
'rawPrometheus',
] as const;
export type PreferredVisualisationType = typeof preferredVisualizationTypes[number];
export type PreferredVisualisationType = (typeof preferredVisualizationTypes)[number];
/**
* @public