From 8d980fef7126c5403f3220b7ab3c2d1c999ae66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:00:04 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.51 --- package.json | 2 +- packages/grafana-data/package.json | 2 +- packages/grafana-flamegraph/package.json | 2 +- .../grafana-o11y-ds-frontend/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 | 34 +++++++++---------- 14 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 29073254af1..7babe5e57b3 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.48", + "@types/react": "18.2.51", "@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 2c92400df64..4b3f5013d1c 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.48", + "@types/react": "18.2.51", "@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 66f3ee1132c..85dcca625db 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.48", + "@types/react": "18.2.51", "@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 213dcb8c6a2..b57da7556b1 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.48", + "@types/react": "18.2.51", "@types/systemjs": "6.13.5", "@types/testing-library__jest-dom": "5.14.9", "jest": "^29.6.4", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index e746d83be55..79f6793467a 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.48", + "@types/react": "18.2.51", "@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 118057db472..99117de1282 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.48", + "@types/react": "18.2.51", "@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 0049d839334..e806b445f7e 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.48", + "@types/react": "18.2.51", "@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 e05452a7e38..13821bd24ff 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.48", + "@types/react": "18.2.51", "@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 6ecd708a719..ce8ad495dcb 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.48", + "@types/react": "18.2.51", "@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 939d0f53f45..dabf8d01496 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.48", + "@types/react": "18.2.51", "@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 7b5d9db49ce..151750c0667 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.48", + "@types/react": "18.2.51", "@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 5e11749a5cc..223fb66b42e 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.48", + "@types/react": "18.2.51", "ts-node": "10.9.2", "webpack": "5.90.0" }, diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index 13e0037dbbe..b7be98271fc 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.48", + "@types/react": "18.2.51", "@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 0e40be19605..b7e687e18b1 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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" 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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@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.48" + "@types/react": "npm:18.2.51" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" jest: "npm:^29.6.4" @@ -3705,7 +3705,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.48" + "@types/react": "npm:18.2.51" "@types/react-dom": "npm:18.2.18" "@types/systemjs": "npm:6.13.5" esbuild: "npm:0.18.12" @@ -3786,7 +3786,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.48" + "@types/react": "npm:18.2.51" "@types/react-virtualized-auto-sizer": "npm:1.0.4" "@types/systemjs": "npm:6.13.5" "@types/testing-library__jest-dom": "npm:5.14.9" @@ -3873,7 +3873,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.48" + "@types/react": "npm:18.2.51" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-calendar": "npm:3.9.0" "@types/react-color": "npm:3.0.11" @@ -9354,14 +9354,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.48, @types/react@npm:>=16": - version: 18.2.48 - resolution: "@types/react@npm:18.2.48" +"@types/react@npm:*, @types/react@npm:18.2.51, @types/react@npm:>=16": + version: 18.2.51 + resolution: "@types/react@npm:18.2.51" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 10/2e56ea6bd821ae96bd943f727a59d85384eaf5f8a3e6fce4fa1d34453e32d8eedda742432b3857fa0de7a4214bf84ce4239757eb52918e76452c00384731e585 + checksum: 10/af2935027172ea40695b90b02e98520a097160fa8517f6022e2e2cf8518017e0b84991cc34ee8d72cd91dcb7c5404784d4bada7a4836edf2727c3d6703c16ff8 languageName: node linkType: hard @@ -17694,7 +17694,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.48" + "@types/react": "npm:18.2.51" "@types/react-beautiful-dnd": "npm:13.1.8" "@types/react-dom": "npm:18.2.18" "@types/react-grid-layout": "npm:1.3.5"