|
20 | 20 | "author": "Grafana Labs",
|
21 | 21 | "license": "Apache-2.0",
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/core": "7.26.9", |
| 23 | + "@babel/core": "7.26.10", |
24 | 24 | "@emotion/eslint-plugin": "11.12.0",
|
25 |
| - "@grafana/e2e-selectors": "11.5.2", |
| 25 | + "@grafana/e2e-selectors": "11.6.0", |
26 | 26 | "@grafana/eslint-config": "^8.0.0",
|
27 |
| - "@grafana/plugin-e2e": "^1.18.3", |
| 27 | + "@grafana/plugin-e2e": "^1.19.2", |
28 | 28 | "@grafana/tsconfig": "^2.0.0",
|
29 |
| - "@playwright/test": "1.50.1", |
30 |
| - "@stylistic/eslint-plugin-ts": "^2.9.0", |
31 |
| - "@swc/core": "1.11.5", |
| 29 | + "@playwright/test": "1.51.1", |
| 30 | + "@stylistic/eslint-plugin-ts": "^4.2.0", |
| 31 | + "@swc/core": "1.11.13", |
32 | 32 | "@swc/helpers": "0.5.15",
|
33 | 33 | "@swc/jest": "0.2.37",
|
34 | 34 | "@testing-library/dom": "10.4.0",
|
|
38 | 38 | "@types/eslint": "9.6.1",
|
39 | 39 | "@types/jest": "29.5.14",
|
40 | 40 | "@types/lodash": "4.17.16",
|
41 |
| - "@types/node": "22.13.9", |
| 41 | + "@types/node": "22.13.14", |
42 | 42 | "@types/react": "19.0.1",
|
43 | 43 | "@types/react-dom": "19.0.1",
|
44 | 44 | "@types/react-router-dom": "5.3.3",
|
45 |
| - "@types/semver": "7.5.8", |
46 |
| - "@typescript-eslint/eslint-plugin": "^8.26.0", |
47 |
| - "@typescript-eslint/parser": "^8.26.0", |
| 45 | + "@types/semver": "7.7.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "^8.29.0", |
| 47 | + "@typescript-eslint/parser": "^8.29.0", |
48 | 48 | "copy-webpack-plugin": "13.0.0",
|
49 |
| - "cspell": "8.17.5", |
| 49 | + "cspell": "8.18.1", |
50 | 50 | "css-loader": "7.1.2",
|
51 |
| - "eslint": "^8.0.0", |
52 |
| - "eslint-config-prettier": "10.0.2", |
| 51 | + "eslint": "^9.23.0", |
| 52 | + "eslint-config-prettier": "10.1.1", |
53 | 53 | "eslint-plugin-deprecation": "3.0.0",
|
54 | 54 | "eslint-plugin-import": "2.31.0",
|
55 | 55 | "eslint-plugin-jest": "28.11.0",
|
56 |
| - "eslint-plugin-jsdoc": "50.6.3", |
| 56 | + "eslint-plugin-jsdoc": "50.6.9", |
57 | 57 | "eslint-plugin-jsx-a11y": "6.10.2",
|
58 | 58 | "eslint-plugin-lodash": "8.0.0",
|
59 | 59 | "eslint-plugin-react": "7.37.4",
|
60 | 60 | "eslint-plugin-react-hooks": "5.2.0",
|
61 | 61 | "eslint-webpack-plugin": "5.0.0",
|
62 |
| - "fork-ts-checker-webpack-plugin": "9.0.2", |
| 62 | + "fork-ts-checker-webpack-plugin": "9.0.3", |
63 | 63 | "glob": "11.0.1",
|
64 | 64 | "identity-obj-proxy": "3.0.0",
|
65 | 65 | "imports-loader": "^5.0.0",
|
|
68 | 68 | "prettier": "3.5.3",
|
69 | 69 | "react-popper-tooltip": "4.4.2",
|
70 | 70 | "replace-in-file-webpack-plugin": "^1.0.6",
|
71 |
| - "sass": "1.85.1", |
| 71 | + "sass": "1.86.0", |
72 | 72 | "sass-loader": "16.0.5",
|
73 | 73 | "semver": "^7.7.1",
|
74 | 74 | "style-loader": "4.0.0",
|
75 | 75 | "swc-loader": "0.2.6",
|
76 |
| - "terser-webpack-plugin": "^5.3.12", |
| 76 | + "terser-webpack-plugin": "^5.3.14", |
77 | 77 | "testing-library-selector": "0.3.1",
|
78 | 78 | "ts-node": "^10.9.2",
|
79 | 79 | "tsconfig-paths": "^4.2.0",
|
|
87 | 87 | "dependencies": {
|
88 | 88 | "@emotion/css": "11.13.5",
|
89 | 89 | "@grafana/aws-sdk": "^0.7.0",
|
90 |
| - "@grafana/data": "11.5.2", |
| 90 | + "@grafana/data": "11.6.0", |
91 | 91 | "@grafana/plugin-ui": "^0.10.4",
|
92 |
| - "@grafana/prometheus": "11.6.0-221778", |
93 |
| - "@grafana/runtime": "11.5.2", |
94 |
| - "@grafana/schema": "11.5.2", |
95 |
| - "@grafana/ui": "11.5.2", |
| 92 | + "@grafana/prometheus": "11.6.0", |
| 93 | + "@grafana/runtime": "11.6.0", |
| 94 | + "@grafana/schema": "11.6.0", |
| 95 | + "@grafana/ui": "11.6.0", |
96 | 96 | "lodash": "4.17.21",
|
97 | 97 | "react": "18.3.1",
|
98 | 98 | "react-dom": "18.3.1",
|
99 |
| - "react-router-dom": "^7.2.0", |
| 99 | + "react-router-dom": "^7.4.1", |
100 | 100 | "rxjs": "7.8.2",
|
101 | 101 | "semver": "7.7.1",
|
102 | 102 | "tslib": "2.8.1"
|
|
0 commit comments