Skip to content

Commit

Permalink
[LOW] Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jan 15, 2025
1 parent 691ca89 commit eb2ec5f
Show file tree
Hide file tree
Showing 20 changed files with 244 additions and 219 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"@types/ol-ext": "npm:@siedlerchr/[email protected]",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-grid-layout": "1.3.5",
"@types/react-highlight-words": "0.20.0",
"@types/react-resizable": "3.0.8",
Expand Down Expand Up @@ -180,7 +180,7 @@
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-no-barrel-files": "^1.1.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-scope": "^8.0.0",
"eslint-webpack-plugin": "4.2.0",
Expand Down Expand Up @@ -214,9 +214,9 @@
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"pseudoizer": "^0.1.0",
"react-refresh": "0.14.0",
"react-refresh": "0.16.0",
"react-select-event": "5.5.1",
"react-test-renderer": "18.2.0",
"react-test-renderer": "19.0.0",
"redux-mock-store": "1.5.4",
"rimraf": "5.0.7",
"rudder-sdk-js": "2.48.15",
Expand Down Expand Up @@ -356,9 +356,9 @@
"rc-time-picker": "3.7.3",
"rc-tree": "5.8.8",
"re-resizable": "6.9.17",
"react": "18.2.0",
"react": "19.0.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "18.2.0",
"react-dom": "19.0.0",
"react-draggable": "4.4.6",
"react-dropzone": "^14.2.3",
"react-grid-layout": "patch:react-grid-layout@npm%3A1.4.4#~/.yarn/patches/react-grid-layout-npm-1.4.4-4024c5395b.patch",
Expand Down
12 changes: 6 additions & 6 deletions packages/grafana-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/papaparse": "5.3.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/tinycolor2": "1.4.6",
"esbuild": "0.20.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "5.0.7",
"rollup": "2.79.1",
"rollup-plugin-dts": "^5.0.0",
Expand All @@ -82,7 +82,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/grafana-flamegraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@leeoniya/ufuzzy": "1.0.14",
"d3": "^7.8.5",
"lodash": "4.17.21",
"react": "18.2.0",
"react": "19.0.0",
"react-use": "17.5.1",
"react-virtualized-auto-sizer": "1.0.24",
"tinycolor2": "1.6.0",
Expand All @@ -69,7 +69,7 @@
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react": "19.0.7",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/tinycolor2": "1.4.6",
"babel-jest": "29.7.0",
Expand All @@ -85,7 +85,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/grafana-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@svgr/plugin-svgo": "^8.1.0",
"@types/babel__core": "^7",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"esbuild": "0.20.2",
"prettier": "3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "5.0.7",
"rollup": "2.79.1",
"rollup-plugin-dts": "^6.1.0",
Expand All @@ -61,7 +61,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/grafana-o11y-ds-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.4",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react": "19.0.7",
"@types/systemjs": "6.13.5",
"@types/testing-library__jest-dom": "5.14.9",
"jest": "^29.6.4",
"react": "18.2.0",
"react": "19.0.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/grafana-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@types/node": "20.14.14",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-highlight-words": "0.20.0",
"@types/react-window": "1.8.8",
"@types/semver": "7.5.8",
Expand All @@ -115,18 +115,18 @@
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-webpack-plugin": "4.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"glob": "10.4.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matcher-utils": "29.7.0",
"prettier": "3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select-event": "5.5.1",
"react-test-renderer": "18.2.0",
"react-test-renderer": "19.0.0",
"rollup": "2.79.1",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "5.0.0",
Expand All @@ -141,7 +141,7 @@
"webpack-cli": "5.1.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/grafana-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"@types/history": "4.7.11",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/systemjs": "6.13.5",
"esbuild": "0.20.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "5.0.7",
"rollup": "2.79.1",
"rollup-plugin-dts": "^5.0.0",
Expand All @@ -74,7 +74,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/grafana-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@react-awesome-query-builder/ui": "6.6.2",
"immutable": "4.3.7",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select": "5.8.0",
"react-use": "17.5.1",
"react-virtualized-auto-sizer": "1.0.24",
Expand All @@ -43,8 +43,8 @@
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/systemjs": "6.13.5",
"@types/testing-library__jest-dom": "5.14.9",
Expand Down
14 changes: 7 additions & 7 deletions packages/grafana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
"@types/mock-raf": "1.0.6",
"@types/node": "20.14.14",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react": "19.0.7",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.25",
"@types/react-dom": "19.0.3",
"@types/react-highlight-words": "0.20.0",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "18.3.0",
Expand All @@ -170,10 +170,10 @@
"expose-loader": "5.0.0",
"mock-raf": "1.0.1",
"process": "^0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select-event": "^5.1.0",
"react-test-renderer": "18.2.0",
"react-test-renderer": "19.0.0",
"rimraf": "5.0.7",
"rollup": "2.79.1",
"rollup-plugin-copy": "3.5.0",
Expand All @@ -189,7 +189,7 @@
"webpack": "5.91.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}
8 changes: 4 additions & 4 deletions public/app/plugins/datasource/azuremonitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select": "5.8.0",
"react-use": "17.5.1",
"rxjs": "7.8.1",
Expand All @@ -34,8 +34,8 @@
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/testing-library__jest-dom": "5.14.9",
"react-select-event": "5.5.1",
"ts-node": "10.9.2",
Expand Down
10 changes: 5 additions & 5 deletions public/app/plugins/datasource/cloud-monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select": "5.8.0",
"react-use": "17.5.1",
"rxjs": "7.8.1",
Expand All @@ -36,12 +36,12 @@
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-test-renderer": "18.3.0",
"@types/testing-library__jest-dom": "5.14.9",
"react-select-event": "5.5.1",
"react-test-renderer": "18.2.0",
"react-test-renderer": "19.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"webpack": "5.91.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@grafana/sql": "11.3.0-pre",
"@grafana/ui": "11.3.0-pre",
"lodash": "4.17.21",
"react": "18.2.0",
"react": "19.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.3"
},
Expand All @@ -23,7 +23,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react": "19.0.7",
"@types/testing-library__jest-dom": "5.14.9",
"ts-node": "10.9.2",
"typescript": "5.4.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-use": "17.5.1",
"rxjs": "7.8.1",
"tslib": "2.6.3"
Expand All @@ -29,8 +29,8 @@
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/testing-library__jest-dom": "5.14.9",
"css-loader": "7.1.2",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"d3-random": "^3.0.1",
"lodash": "4.17.21",
"micro-memoize": "^4.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select": "5.8.0",
"react-use": "17.5.1",
"rxjs": "7.8.1",
Expand All @@ -31,8 +31,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/testing-library__jest-dom": "5.14.9",
"@types/uuid": "9.0.8",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit eb2ec5f

Please sign in to comment.