From 0848e7dd69272e97a1b88ba5e6a61d4e5ea7f978 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:23:51 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.59 --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-flamegraph/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 2 +- packages/grafana-prometheus/package.json | 2 +- packages/grafana-runtime/package.json | 2 +- packages/grafana-sql/package.json | 2 +- packages/grafana-ui/package.json | 2 +- .../datasource/azuremonitor/package.json | 2 +- .../datasource/cloud-monitoring/package.json | 2 +- .../grafana-pyroscope-datasource/package.json | 2 +- .../grafana-testdata-datasource/package.json | 2 +- .../app/plugins/datasource/parca/package.json | 2 +- .../app/plugins/datasource/tempo/package.json | 2 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 38 +++++++++---------- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/package.json b/package.json index 99466848614..0cfa75b5e25 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@types/papaparse": "5.3.14", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-beautiful-dnd": "13.1.8", "@types/react-dom": "18.2.19", "@types/react-grid-layout": "1.3.5", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 883764535ea..838aa5a6041 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -78,7 +78,7 @@ "@types/marked": "5.0.2", "@types/node": "20.11.20", "@types/papaparse": "5.3.14", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-dom": "18.2.19", "@types/testing-library__jest-dom": "5.14.9", "@types/tinycolor2": "1.4.6", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index c5c692db8fe..d1a03bea971 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -67,7 +67,7 @@ "@types/d3": "^7", "@types/jest": "^29.5.4", "@types/lodash": "4.14.202", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/tinycolor2": "1.4.6", "babel-jest": "29.7.0", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index 2ffab0e1a74..a8980f072d2 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -34,7 +34,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.4", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/systemjs": "6.13.5", "@types/testing-library__jest-dom": "5.14.9", "jest": "^29.6.4", diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 4c7d821ac13..50a214459f9 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -97,7 +97,7 @@ "@types/node": "20.11.20", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-beautiful-dnd": "13.1.8", "@types/react-dom": "18.2.19", "@types/react-highlight-words": "0.16.7", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 84d6f4d680e..ebc543cd48d 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -60,7 +60,7 @@ "@types/history": "4.7.11", "@types/jest": "29.5.12", "@types/lodash": "4.14.202", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-dom": "18.2.19", "@types/systemjs": "6.13.5", "esbuild": "0.18.12", diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 6fc45eba7f3..6c94fac6ac3 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -39,7 +39,7 @@ "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.4", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/systemjs": "6.13.5", "@types/testing-library__jest-dom": "5.14.9", "jest": "^29.6.4", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index c7b46f6b52a..3118e85513f 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -142,7 +142,7 @@ "@types/mock-raf": "1.0.6", "@types/node": "20.11.20", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-beautiful-dnd": "13.1.8", "@types/react-calendar": "3.9.0", "@types/react-color": "3.0.11", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 167026946ad..8339305882e 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -31,7 +31,7 @@ "@types/lodash": "4.14.202", "@types/node": "20.11.20", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/testing-library__jest-dom": "5.14.9", "react-select-event": "5.5.1", "ts-node": "10.9.2", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index 443d0c488cf..68ec97c884f 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -34,7 +34,7 @@ "@types/lodash": "4.14.202", "@types/node": "20.11.20", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-test-renderer": "18.0.7", "@types/testing-library__jest-dom": "5.14.9", "react-select-event": "5.5.1", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 3ce77fc8e3a..04a37d98668 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -27,7 +27,7 @@ "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-dom": "18.2.19", "@types/testing-library__jest-dom": "5.14.9", "css-loader": "6.10.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index 19061828d29..5e4a71003ec 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -28,7 +28,7 @@ "@types/jest": "29.5.12", "@types/lodash": "4.14.202", "@types/node": "20.11.20", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/testing-library__jest-dom": "5.14.9", "@types/uuid": "9.0.8", "ts-node": "10.9.2", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index a1874cf6c0c..f5b02b031be 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -21,7 +21,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/lodash": "4.14.202", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "ts-node": "10.9.2", "webpack": "5.90.2" }, diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 74492416cac..14ed7e4f36b 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -46,7 +46,7 @@ "@types/lodash": "4.14.202", "@types/node": "20.11.20", "@types/prismjs": "1.26.3", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "@types/react-dom": "18.2.19", "@types/semver": "7.5.7", "@types/uuid": "9.0.8", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 65f01284a58..efe00b1e939 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -22,7 +22,7 @@ "@testing-library/react": "14.2.1", "@types/jest": "29.5.12", "@types/lodash": "4.14.202", - "@types/react": "18.2.55", + "@types/react": "18.2.59", "ts-node": "10.9.2", "webpack": "5.90.2" }, diff --git a/yarn.lock b/yarn.lock index f23af54f7ac..6b59cc316eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3233,7 +3233,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.20" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/testing-library__jest-dom": "npm:5.14.9" fast-deep-equal: "npm:^3.1.3" i18next: "npm:^23.0.0" @@ -3270,7 +3270,7 @@ __metadata: "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-dom": "npm:18.2.19" "@types/testing-library__jest-dom": "npm:5.14.9" css-loader: "npm:6.10.0" @@ -3311,7 +3311,7 @@ __metadata: "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.20" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/testing-library__jest-dom": "npm:5.14.9" "@types/uuid": "npm:9.0.8" d3-random: "npm:^3.0.1" @@ -3365,7 +3365,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" lodash: "npm:4.17.21" monaco-editor: "npm:0.34.0" react: "npm:18.2.0" @@ -3400,7 +3400,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.20" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-test-renderer": "npm:18.0.7" "@types/testing-library__jest-dom": "npm:5.14.9" debounce-promise: "npm:3.1.2" @@ -3452,7 +3452,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.20" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-dom": "npm:18.2.19" "@types/semver": "npm:7.5.7" "@types/uuid": "npm:9.0.8" @@ -3497,7 +3497,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" lodash: "npm:4.17.21" react: "npm:18.2.0" react-use: "npm:17.5.0" @@ -3552,7 +3552,7 @@ __metadata: "@types/marked": "npm:5.0.2" "@types/node": "npm:20.11.20" "@types/papaparse": "npm:5.3.14" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-dom": "npm:18.2.19" "@types/string-hash": "npm:1.1.3" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3787,7 +3787,7 @@ __metadata: "@types/d3": "npm:^7" "@types/jest": "npm:^29.5.4" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/tinycolor2": "npm:1.4.6" babel-jest: "npm:29.7.0" @@ -3868,7 +3868,7 @@ __metadata: "@testing-library/react": "npm:14.2.1" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:^29.5.4" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" jest: "npm:^29.6.4" @@ -3954,7 +3954,7 @@ __metadata: "@types/node": "npm:20.11.20" "@types/pluralize": "npm:^0.0.33" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-dom": "npm:18.2.19" "@types/react-highlight-words": "npm:0.16.7" @@ -4047,7 +4047,7 @@ __metadata: "@types/history": "npm:4.7.11" "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-dom": "npm:18.2.19" "@types/systemjs": "npm:6.13.5" esbuild: "npm:0.18.12" @@ -4128,7 +4128,7 @@ __metadata: "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:^29.5.4" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -4215,7 +4215,7 @@ __metadata: "@types/mock-raf": "npm:1.0.6" "@types/node": "npm:20.11.20" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-calendar": "npm:3.9.0" "@types/react-color": "npm:3.0.11" @@ -9910,14 +9910,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.55, @types/react@npm:>=16": - version: 18.2.55 - resolution: "@types/react@npm:18.2.55" +"@types/react@npm:*, @types/react@npm:18.2.59, @types/react@npm:>=16": + version: 18.2.59 + resolution: "@types/react@npm:18.2.59" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/bf8fe19e73575489e63c0726355f164157cd69e75f2a862436ad2c0586e732cb953a7255a6bc73145e8f9506ee7a723f9a569ca9a39c53984e5b12b84e1c718a + checksum: 10/d065b998bc99ac61ff30011072a55e52eaa51ad20a84bc5893fae5e5de80d2e0a61217772a3ab79eb19d2f8d8ae3bd8451db5e0a77044f279618a1fc3446def6 languageName: node linkType: hard @@ -18413,7 +18413,7 @@ __metadata: "@types/papaparse": "npm:5.3.14" "@types/pluralize": "npm:^0.0.33" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.55" + "@types/react": "npm:18.2.59" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-dom": "npm:18.2.19" "@types/react-grid-layout": "npm:1.3.5"