From d17a77f4a2fe28199a42f2326855579f3c98a822 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:36:43 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.53 (#81879) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 +- yarn.lock | 47 +++++++------------ 15 files changed, 32 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 7ac1082275a..ca823edfed1 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "@types/papaparse": "5.3.14", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@types/react-beautiful-dnd": "13.1.8", "@types/react-dom": "18.2.18", "@types/react-grid-layout": "1.3.5", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 4b3f5013d1c..91a3221d31e 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.16", "@types/papaparse": "5.3.14", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@types/react-dom": "18.2.18", "@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 85dcca625db..97d8b8bd479 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.51", + "@types/react": "18.2.53", "@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 b57da7556b1..9258a0b41f2 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -35,7 +35,7 @@ "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.4", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@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 37f5229c27d..27f13acfaa7 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -85,7 +85,7 @@ "@types/node": "20.11.16", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", - "@types/react": "18.2.48", + "@types/react": "18.2.53", "@types/react-beautiful-dnd": "13.1.8", "@types/react-dom": "18.2.18", "@types/react-highlight-words": "0.16.7", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 79f6793467a..2f21ed81399 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.51", + "@types/react": "18.2.53", "@types/react-dom": "18.2.18", "@types/systemjs": "6.13.5", "esbuild": "0.18.12", diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index 99117de1282..b68b04a1241 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.51", + "@types/react": "18.2.53", "@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 290ebbf05ae..a2608915cdf 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.16", "@types/prismjs": "1.26.3", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@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 569846c2cd1..abd4d0c509b 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.16", "@types/prismjs": "1.26.3", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@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 d1aa14e7be0..97a618676cf 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.16", "@types/prismjs": "1.26.3", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@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 51b10e2f730..fde50257f68 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.51", + "@types/react": "18.2.53", "@types/react-dom": "18.2.18", "@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 9bd5c62314c..fdb713d7191 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.16", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@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 7689f5d5083..a61d8a6339f 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.51", + "@types/react": "18.2.53", "ts-node": "10.9.2", "webpack": "5.90.1" }, diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 2168170f225..ab3f31a1965 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -49,7 +49,7 @@ "@types/lodash": "4.14.202", "@types/node": "20.11.16", "@types/prismjs": "1.26.3", - "@types/react": "18.2.51", + "@types/react": "18.2.53", "@types/react-dom": "18.2.18", "@types/semver": "7.5.6", "@types/uuid": "9.0.8", diff --git a/yarn.lock b/yarn.lock index 91547415b19..b9c2d981810 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3043,7 +3043,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.16" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/testing-library__jest-dom": "npm:5.14.9" fast-deep-equal: "npm:^3.1.3" i18next: "npm:^22.0.0" @@ -3085,7 +3085,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.16" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/react-test-renderer": "npm:18.0.7" "@types/testing-library__jest-dom": "npm:5.14.9" debounce-promise: "npm:3.1.2" @@ -3125,7 +3125,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.51" + "@types/react": "npm:18.2.53" "@types/react-dom": "npm:18.2.18" "@types/testing-library__jest-dom": "npm:5.14.9" css-loader: "npm:6.10.0" @@ -3166,7 +3166,7 @@ __metadata: "@types/jest": "npm:29.5.12" "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.16" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/testing-library__jest-dom": "npm:5.14.9" "@types/uuid": "npm:9.0.8" d3-random: "npm:^3.0.1" @@ -3220,7 +3220,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.51" + "@types/react": "npm:18.2.53" lodash: "npm:4.17.21" monaco-editor: "npm:0.34.0" react: "npm:18.2.0" @@ -3263,7 +3263,7 @@ __metadata: "@types/lodash": "npm:4.14.202" "@types/node": "npm:20.11.16" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/react-dom": "npm:18.2.18" "@types/semver": "npm:7.5.6" "@types/uuid": "npm:9.0.8" @@ -3337,7 +3337,7 @@ __metadata: "@types/marked": "npm:5.0.2" "@types/node": "npm:20.11.16" "@types/papaparse": "npm:5.3.14" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/react-dom": "npm:18.2.18" "@types/string-hash": "npm:1.1.3" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3572,7 +3572,7 @@ __metadata: "@types/d3": "npm:^7" "@types/jest": "npm:^29.5.4" "@types/lodash": "npm:4.14.202" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/tinycolor2": "npm:1.4.6" babel-jest: "npm:29.7.0" @@ -3653,7 +3653,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.51" + "@types/react": "npm:18.2.53" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" jest: "npm:^29.6.4" @@ -3724,7 +3724,7 @@ __metadata: "@types/node": "npm:20.11.16" "@types/pluralize": "npm:^0.0.33" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.48" + "@types/react": "npm:18.2.53" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-dom": "npm:18.2.18" "@types/react-highlight-words": "npm:0.16.7" @@ -3813,7 +3813,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.51" + "@types/react": "npm:18.2.53" "@types/react-dom": "npm:18.2.18" "@types/systemjs": "npm:6.13.5" esbuild: "npm:0.18.12" @@ -3894,7 +3894,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.51" + "@types/react": "npm:18.2.53" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3981,7 +3981,7 @@ __metadata: "@types/mock-raf": "npm:1.0.6" "@types/node": "npm:20.11.16" "@types/prismjs": "npm:1.26.3" - "@types/react": "npm:18.2.51" + "@types/react": "npm:18.2.53" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-calendar": "npm:3.9.0" "@types/react-color": "npm:3.0.11" @@ -9462,14 +9462,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.51, @types/react@npm:>=16": - version: 18.2.51 - resolution: "@types/react@npm:18.2.51" +"@types/react@npm:*, @types/react@npm:18.2.53, @types/react@npm:>=16": + version: 18.2.53 + resolution: "@types/react@npm:18.2.53" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/af2935027172ea40695b90b02e98520a097160fa8517f6022e2e2cf8518017e0b84991cc34ee8d72cd91dcb7c5404784d4bada7a4836edf2727c3d6703c16ff8 + checksum: 10/9a518aef07c6bb743aa18a2aea7f618d4e7c9e44e14d25119d2e255c48e68ecd901ede8b4eaf22ffe4f52c1ff85e11634ec75e73dcfc0719cc52269629f13d69 languageName: node linkType: hard @@ -9484,17 +9484,6 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:18.2.48": - version: 18.2.48 - resolution: "@types/react@npm:18.2.48" - dependencies: - "@types/prop-types": "npm:*" - "@types/scheduler": "npm:*" - csstype: "npm:^3.0.2" - checksum: 10/2e56ea6bd821ae96bd943f727a59d85384eaf5f8a3e6fce4fa1d34453e32d8eedda742432b3857fa0de7a4214bf84ce4239757eb52918e76452c00384731e585 - languageName: node - linkType: hard - "@types/reactcss@npm:*": version: 1.2.6 resolution: "@types/reactcss@npm:1.2.6" @@ -17814,7 +17803,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.51" + "@types/react": "npm:18.2.53" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-dom": "npm:18.2.18" "@types/react-grid-layout": "npm:1.3.5"