Grafana Prometheus: Clean up package dependencies (#97398)
* chore(grafana-prometheus): use knip to clean up deps and dev deps * update --------- Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
This commit is contained in:
co-authored by
ismail simsek
parent
f535a7804f
commit
497491846e
@@ -39,7 +39,7 @@
|
||||
"@emotion/css": "11.13.5",
|
||||
"@floating-ui/react": "0.27.3",
|
||||
"@grafana/data": "11.6.0-pre",
|
||||
"@grafana/faro-web-sdk": "^1.13.2",
|
||||
"@grafana/e2e-selectors": "11.6.0-pre",
|
||||
"@grafana/llm": "0.12.0",
|
||||
"@grafana/plugin-ui": "0.10.1",
|
||||
"@grafana/runtime": "11.6.0-pre",
|
||||
@@ -48,81 +48,45 @@
|
||||
"@hello-pangea/dnd": "17.0.0",
|
||||
"@leeoniya/ufuzzy": "1.0.18",
|
||||
"@lezer/common": "1.2.3",
|
||||
"@lezer/highlight": "1.2.1",
|
||||
"@lezer/lr": "1.4.2",
|
||||
"@prometheus-io/lezer-promql": "0.301.0",
|
||||
"@reduxjs/toolkit": "2.5.1",
|
||||
"d3": "7.9.0",
|
||||
"date-fns": "4.1.0",
|
||||
"debounce-promise": "3.1.2",
|
||||
"eventemitter3": "5.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "11.0.2",
|
||||
"marked": "15.0.6",
|
||||
"marked-mangle": "1.1.10",
|
||||
"moment": "2.30.1",
|
||||
"moment-timezone": "0.5.47",
|
||||
"monaco-promql": "1.7.4",
|
||||
"pluralize": "8.0.0",
|
||||
"prismjs": "1.29.0",
|
||||
"react-highlight-words": "0.21.0",
|
||||
"react-select": "5.10.0",
|
||||
"react-use": "17.6.0",
|
||||
"react-window": "1.8.11",
|
||||
"rxjs": "7.8.1",
|
||||
"semver": "7.7.0",
|
||||
"tslib": "2.8.1",
|
||||
"uuid": "11.0.5",
|
||||
"whatwg-fetch": "3.6.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emotion/eslint-plugin": "11.12.0",
|
||||
"@grafana/e2e-selectors": "11.6.0-pre",
|
||||
"@grafana/tsconfig": "^2.0.0",
|
||||
"@rollup/plugin-image": "3.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.0",
|
||||
"@swc/core": "1.10.12",
|
||||
"@swc/helpers": "0.5.15",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.2.0",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"@types/d3": "7.4.3",
|
||||
"@types/debounce-promise": "3.1.9",
|
||||
"@types/eslint": "9.6.1",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/lodash": "4.17.15",
|
||||
"@types/node": "22.12.0",
|
||||
"@types/pluralize": "^0.0.33",
|
||||
"@types/prismjs": "1.26.5",
|
||||
"@types/react": "18.3.18",
|
||||
"@types/react-dom": "18.3.5",
|
||||
"@types/react-highlight-words": "0.20.0",
|
||||
"@types/react-window": "1.8.8",
|
||||
"@types/semver": "7.5.8",
|
||||
"@types/uuid": "10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.22.0",
|
||||
"@typescript-eslint/parser": "8.22.0",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"css-loader": "7.1.2",
|
||||
"debounce-promise": "3.1.2",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.30.1",
|
||||
"moment-timezone": "0.5.47",
|
||||
"monaco-promql": "1.7.4",
|
||||
"pluralize": "8.0.0",
|
||||
"prismjs": "1.29.0",
|
||||
"react-highlight-words": "0.21.0",
|
||||
"react-use": "17.6.0",
|
||||
"react-window": "1.8.11",
|
||||
"rxjs": "7.8.1",
|
||||
"semver": "7.7.0",
|
||||
"uuid": "11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@grafana/tsconfig": "^2.0.0",
|
||||
"@rollup/plugin-image": "3.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.2.0",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/node": "22.12.0",
|
||||
"@types/pluralize": "^0.0.33",
|
||||
"@types/prismjs": "1.26.5",
|
||||
"esbuild": "0.25.0",
|
||||
"eslint": "9.19.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest": "28.11.0",
|
||||
"eslint-plugin-jsdoc": "50.6.3",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-lodash": "8.0.0",
|
||||
"eslint-plugin-react": "7.37.4",
|
||||
"eslint-plugin-react-hooks": "5.1.0",
|
||||
"eslint-webpack-plugin": "4.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "9.0.2",
|
||||
"glob": "11.0.1",
|
||||
"jest": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-matcher-utils": "29.7.0",
|
||||
"prettier": "3.4.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-select-event": "5.5.1",
|
||||
@@ -130,14 +94,8 @@
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup-plugin-esbuild": "6.2.0",
|
||||
"rollup-plugin-node-externals": "^8.0.0",
|
||||
"sass": "1.83.4",
|
||||
"sass-loader": "16.0.4",
|
||||
"style-loader": "4.0.0",
|
||||
"testing-library-selector": "0.3.1",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.7.3",
|
||||
"webpack": "5.97.1",
|
||||
"webpack-cli": "6.0.1"
|
||||
"typescript": "5.7.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
||||
@@ -3611,11 +3611,9 @@ __metadata:
|
||||
resolution: "@grafana/prometheus@workspace:packages/grafana-prometheus"
|
||||
dependencies:
|
||||
"@emotion/css": "npm:11.13.5"
|
||||
"@emotion/eslint-plugin": "npm:11.12.0"
|
||||
"@floating-ui/react": "npm:0.27.3"
|
||||
"@grafana/data": "npm:11.6.0-pre"
|
||||
"@grafana/e2e-selectors": "npm:11.6.0-pre"
|
||||
"@grafana/faro-web-sdk": "npm:^1.13.2"
|
||||
"@grafana/llm": "npm:0.12.0"
|
||||
"@grafana/plugin-ui": "npm:0.10.1"
|
||||
"@grafana/runtime": "npm:11.6.0-pre"
|
||||
@@ -3625,23 +3623,16 @@ __metadata:
|
||||
"@hello-pangea/dnd": "npm:17.0.0"
|
||||
"@leeoniya/ufuzzy": "npm:1.0.18"
|
||||
"@lezer/common": "npm:1.2.3"
|
||||
"@lezer/highlight": "npm:1.2.1"
|
||||
"@lezer/lr": "npm:1.4.2"
|
||||
"@prometheus-io/lezer-promql": "npm:0.301.0"
|
||||
"@reduxjs/toolkit": "npm:2.5.1"
|
||||
"@rollup/plugin-image": "npm:3.0.3"
|
||||
"@rollup/plugin-node-resolve": "npm:16.0.0"
|
||||
"@swc/core": "npm:1.10.12"
|
||||
"@swc/helpers": "npm:0.5.15"
|
||||
"@testing-library/dom": "npm:10.4.0"
|
||||
"@testing-library/jest-dom": "npm:6.6.3"
|
||||
"@testing-library/react": "npm:16.2.0"
|
||||
"@testing-library/user-event": "npm:14.6.1"
|
||||
"@types/d3": "npm:7.4.3"
|
||||
"@types/debounce-promise": "npm:3.1.9"
|
||||
"@types/eslint": "npm:9.6.1"
|
||||
"@types/jest": "npm:29.5.14"
|
||||
"@types/jquery": "npm:3.5.32"
|
||||
"@types/lodash": "npm:4.17.15"
|
||||
"@types/node": "npm:22.12.0"
|
||||
"@types/pluralize": "npm:^0.0.33"
|
||||
@@ -3652,44 +3643,19 @@ __metadata:
|
||||
"@types/react-window": "npm:1.8.8"
|
||||
"@types/semver": "npm:7.5.8"
|
||||
"@types/uuid": "npm:10.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
|
||||
"@typescript-eslint/parser": "npm:8.22.0"
|
||||
copy-webpack-plugin: "npm:12.0.2"
|
||||
css-loader: "npm:7.1.2"
|
||||
d3: "npm:7.9.0"
|
||||
date-fns: "npm:4.1.0"
|
||||
debounce-promise: "npm:3.1.2"
|
||||
esbuild: "npm:0.25.0"
|
||||
eslint: "npm:9.19.0"
|
||||
eslint-config-prettier: "npm:9.1.0"
|
||||
eslint-plugin-import: "npm:^2.31.0"
|
||||
eslint-plugin-jest: "npm:28.11.0"
|
||||
eslint-plugin-jsdoc: "npm:50.6.3"
|
||||
eslint-plugin-jsx-a11y: "npm:6.10.2"
|
||||
eslint-plugin-lodash: "npm:8.0.0"
|
||||
eslint-plugin-react: "npm:7.37.4"
|
||||
eslint-plugin-react-hooks: "npm:5.1.0"
|
||||
eslint-webpack-plugin: "npm:4.2.0"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
fork-ts-checker-webpack-plugin: "npm:9.0.2"
|
||||
glob: "npm:11.0.1"
|
||||
jest: "npm:29.7.0"
|
||||
jest-environment-jsdom: "npm:29.7.0"
|
||||
jest-matcher-utils: "npm:29.7.0"
|
||||
lodash: "npm:4.17.21"
|
||||
lru-cache: "npm:11.0.2"
|
||||
marked: "npm:15.0.6"
|
||||
marked-mangle: "npm:1.1.10"
|
||||
moment: "npm:2.30.1"
|
||||
moment-timezone: "npm:0.5.47"
|
||||
monaco-promql: "npm:1.7.4"
|
||||
pluralize: "npm:8.0.0"
|
||||
prettier: "npm:3.4.2"
|
||||
prismjs: "npm:1.29.0"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-highlight-words: "npm:0.21.0"
|
||||
react-select: "npm:5.10.0"
|
||||
react-select-event: "npm:5.5.1"
|
||||
react-use: "npm:17.6.0"
|
||||
react-window: "npm:1.8.11"
|
||||
@@ -3698,18 +3664,10 @@ __metadata:
|
||||
rollup-plugin-esbuild: "npm:6.2.0"
|
||||
rollup-plugin-node-externals: "npm:^8.0.0"
|
||||
rxjs: "npm:7.8.1"
|
||||
sass: "npm:1.83.4"
|
||||
sass-loader: "npm:16.0.4"
|
||||
semver: "npm:7.7.0"
|
||||
style-loader: "npm:4.0.0"
|
||||
testing-library-selector: "npm:0.3.1"
|
||||
ts-node: "npm:10.9.2"
|
||||
tslib: "npm:2.8.1"
|
||||
typescript: "npm:5.7.3"
|
||||
uuid: "npm:11.0.5"
|
||||
webpack: "npm:5.97.1"
|
||||
webpack-cli: "npm:6.0.1"
|
||||
whatwg-fetch: "npm:3.6.20"
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
|
||||
Reference in New Issue
Block a user