|
22 | 22 | "author": "Grafana Labs", |
23 | 23 | "license": "Apache-2.0", |
24 | 24 | "devDependencies": { |
25 | | - "@babel/core": "^7.29.0", |
| 25 | + "@babel/core": "7.29.0", |
26 | 26 | "@grafana/e2e-selectors": "11.6.0", |
27 | | - "@grafana/eslint-config": "^9.0.0", |
28 | | - "@grafana/plugin-e2e": "^1.19.3", |
29 | | - "@grafana/tsconfig": "^2.0.0", |
30 | | - "@playwright/test": "^1.57.0", |
31 | | - "@stylistic/eslint-plugin-ts": "^4.0.0", |
32 | | - "@swc/core": "^1.15.3", |
33 | | - "@swc/helpers": "^0.5.7", |
34 | | - "@swc/jest": "^0.2.36", |
35 | | - "@testing-library/dom": "^10.4.1", |
| 27 | + "@grafana/eslint-config": "9.0.0", |
| 28 | + "@grafana/plugin-e2e": "1.19.3", |
| 29 | + "@grafana/tsconfig": "2.0.0", |
| 30 | + "@playwright/test": "1.57.0", |
| 31 | + "@stylistic/eslint-plugin-ts": "4.4.1", |
| 32 | + "@swc/core": "1.15.3", |
| 33 | + "@swc/helpers": "0.5.7", |
| 34 | + "@swc/jest": "0.2.36", |
| 35 | + "@testing-library/dom": "10.4.1", |
36 | 36 | "@testing-library/jest-dom": "6.9.1", |
37 | 37 | "@testing-library/react": "16.3.2", |
38 | | - "@testing-library/user-event": "^14.6.1", |
39 | | - "@types/jest": "^30.0.0", |
40 | | - "@types/lodash": "^4.17.23", |
41 | | - "@types/node": "^20.11.30", |
42 | | - "@types/react-router-dom": "^5.2.0", |
43 | | - "@typescript-eslint/eslint-plugin": "^8.54.0", |
44 | | - "@typescript-eslint/parser": "^8.54.0", |
45 | | - "copy-webpack-plugin": "^14.0.0", |
46 | | - "cspell": "^9.4.0", |
47 | | - "css-loader": "^7.1.3", |
48 | | - "eslint": "^8.0.0", |
49 | | - "eslint-config-prettier": "^10.1.8", |
50 | | - "eslint-plugin-deprecation": "^3.0.0", |
51 | | - "eslint-plugin-jsdoc": "^62.8.0", |
52 | | - "eslint-plugin-react": "^7.37.5", |
53 | | - "eslint-plugin-react-hooks": "^5.2.0", |
54 | | - "eslint-webpack-plugin": "^5.0.2", |
55 | | - "fork-ts-checker-webpack-plugin": "^9.1.0", |
56 | | - "glob": "^13.0.3", |
| 38 | + "@testing-library/user-event": "14.6.1", |
| 39 | + "@types/jest": "30.0.0", |
| 40 | + "@types/lodash": "4.17.24", |
| 41 | + "@types/node": "20.19.37", |
| 42 | + "@types/react-router-dom": "5.3.3", |
| 43 | + "@typescript-eslint/eslint-plugin": "8.54.0", |
| 44 | + "@typescript-eslint/parser": "8.54.0", |
| 45 | + "copy-webpack-plugin": "14.0.0", |
| 46 | + "cspell": "9.4.0", |
| 47 | + "css-loader": "7.1.4", |
| 48 | + "eslint": "8.57.1", |
| 49 | + "eslint-config-prettier": "10.1.8", |
| 50 | + "eslint-plugin-deprecation": "3.0.0", |
| 51 | + "eslint-plugin-jsdoc": "62.8.0", |
| 52 | + "eslint-plugin-react": "7.37.5", |
| 53 | + "eslint-plugin-react-hooks": "5.2.0", |
| 54 | + "eslint-webpack-plugin": "5.0.3", |
| 55 | + "fork-ts-checker-webpack-plugin": "9.1.0", |
| 56 | + "glob": "13.0.6", |
57 | 57 | "identity-obj-proxy": "3.0.0", |
58 | | - "imports-loader": "^5.0.0", |
59 | | - "jest": "^30.2.0", |
60 | | - "jest-environment-jsdom": "^30.2.0", |
61 | | - "jest-fetch-mock": "^3.0.3", |
62 | | - "jest-mock-extended": "^4.0.0", |
63 | | - "prettier": "^3.8.1", |
64 | | - "replace-in-file-webpack-plugin": "^1.0.6", |
| 58 | + "imports-loader": "5.0.0", |
| 59 | + "jest": "30.3.0", |
| 60 | + "jest-environment-jsdom": "30.2.0", |
| 61 | + "jest-fetch-mock": "3.0.3", |
| 62 | + "jest-mock-extended": "4.0.0", |
| 63 | + "prettier": "3.8.1", |
| 64 | + "replace-in-file-webpack-plugin": "1.0.6", |
65 | 65 | "sass": "1.98.0", |
66 | 66 | "sass-loader": "16.0.7", |
67 | 67 | "style-loader": "4.0.0", |
68 | | - "swc-loader": "^0.2.6", |
69 | | - "terser-webpack-plugin": "^5.4.0", |
70 | | - "ts-node": "^10.9.2", |
71 | | - "tsconfig-paths": "^4.2.0", |
| 68 | + "swc-loader": "0.2.6", |
| 69 | + "terser-webpack-plugin": "5.4.0", |
| 70 | + "ts-node": "10.9.2", |
| 71 | + "tsconfig-paths": "4.2.0", |
72 | 72 | "typescript": "5.9.3", |
73 | | - "webpack": "^5.105.2", |
74 | | - "webpack-cli": "^6.0.0", |
75 | | - "webpack-livereload-plugin": "^3.0.2", |
76 | | - "webpack-subresource-integrity": "^5.1.0", |
77 | | - "webpack-virtual-modules": "^0.6.2" |
| 73 | + "webpack": "5.105.4", |
| 74 | + "webpack-cli": "6.0.1", |
| 75 | + "webpack-livereload-plugin": "3.0.2", |
| 76 | + "webpack-subresource-integrity": "5.1.0", |
| 77 | + "webpack-virtual-modules": "0.6.2" |
78 | 78 | }, |
79 | 79 | "dependencies": { |
80 | 80 | "@emotion/css": "11.13.5", |
|
0 commit comments