|
16 | 16 | "author": "Grafana", |
17 | 17 | "license": "Apache-2.0", |
18 | 18 | "devDependencies": { |
19 | | - "@eslint/eslintrc": "^3.3.1", |
20 | | - "@eslint/js": "^9.38.0", |
21 | | - "@grafana/eslint-config": "^8.2.0", |
22 | | - "@grafana/plugin-e2e": "^2.1.8", |
23 | | - "@grafana/tsconfig": "^2.0.1", |
| 19 | + "@eslint/eslintrc": "3.3.1", |
| 20 | + "@eslint/js": "9.38.0", |
| 21 | + "@grafana/eslint-config": "8.2.0", |
| 22 | + "@grafana/plugin-e2e": "2.1.8", |
| 23 | + "@grafana/tsconfig": "2.0.1", |
24 | 24 | "@playwright/test": "1.56.1", |
25 | | - "@stylistic/eslint-plugin-ts": "^4.4.1", |
26 | | - "@swc/core": "^1.13.21", |
27 | | - "@swc/helpers": "^0.5.17", |
28 | | - "@swc/jest": "^0.2.39", |
| 25 | + "@stylistic/eslint-plugin-ts": "4.4.1", |
| 26 | + "@swc/core": "1.13.21", |
| 27 | + "@swc/helpers": "0.5.17", |
| 28 | + "@swc/jest": "0.2.39", |
29 | 29 | "@testing-library/jest-dom": "6.9.1", |
30 | 30 | "@testing-library/react": "16.3.0", |
31 | | - "@testing-library/user-event": "^14.6.1", |
32 | | - "@types/common-tags": "^1.8.4", |
33 | | - "@types/jest": "^30.0.0", |
34 | | - "@types/jsurl": "^0.1.2", |
35 | | - "@types/node": "^22.18.13", |
36 | | - "@types/prismjs": "^1.26.5", |
37 | | - "@types/slate": "^0.47.16", |
38 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
39 | | - "@typescript-eslint/parser": "^8.44.1", |
40 | | - "copy-webpack-plugin": "^13.0.1", |
41 | | - "css-loader": "^7.1.2", |
42 | | - "eslint": "^9.37.0", |
43 | | - "eslint-config-prettier": "^10.1.8", |
44 | | - "eslint-plugin-deprecation": "^3.0.0", |
45 | | - "eslint-plugin-jsdoc": "^60.5.0", |
46 | | - "eslint-plugin-react": "^7.37.5", |
47 | | - "eslint-plugin-react-hooks": "^5.2.0", |
48 | | - "eslint-webpack-plugin": "^5.0.2", |
49 | | - "fork-ts-checker-webpack-plugin": "^9.1.0", |
50 | | - "glob": "^11.0.3", |
| 31 | + "@testing-library/user-event": "14.6.1", |
| 32 | + "@types/common-tags": "1.8.4", |
| 33 | + "@types/jest": "30.0.0", |
| 34 | + "@types/jsurl": "0.1.2", |
| 35 | + "@types/node": "22.18.13", |
| 36 | + "@types/prismjs": "1.26.5", |
| 37 | + "@types/slate": "0.47.16", |
| 38 | + "@typescript-eslint/eslint-plugin": "8.46.2", |
| 39 | + "@typescript-eslint/parser": "8.45.0", |
| 40 | + "copy-webpack-plugin": "13.0.1", |
| 41 | + "css-loader": "7.1.2", |
| 42 | + "eslint": "9.38.0", |
| 43 | + "eslint-config-prettier": "10.1.8", |
| 44 | + "eslint-plugin-deprecation": "3.0.0", |
| 45 | + "eslint-plugin-jsdoc": "60.8.3", |
| 46 | + "eslint-plugin-react": "7.37.5", |
| 47 | + "eslint-plugin-react-hooks": "5.2.0", |
| 48 | + "eslint-webpack-plugin": "5.0.2", |
| 49 | + "fork-ts-checker-webpack-plugin": "9.1.0", |
| 50 | + "glob": "11.0.3", |
51 | 51 | "identity-obj-proxy": "3.0.0", |
52 | | - "imports-loader": "^5.0.0", |
53 | | - "jest": "^30.0.5", |
54 | | - "jest-environment-jsdom": "^30.0.5", |
55 | | - "prettier": "^3.6.2", |
56 | | - "react-select-event": "^5.5.1", |
57 | | - "replace-in-file-webpack-plugin": "^1.0.6", |
| 52 | + "imports-loader": "5.0.0", |
| 53 | + "jest": "30.0.5", |
| 54 | + "jest-environment-jsdom": "30.0.5", |
| 55 | + "prettier": "3.6.2", |
| 56 | + "react-select-event": "5.5.1", |
| 57 | + "replace-in-file-webpack-plugin": "1.0.6", |
58 | 58 | "sass": "1.89.2", |
59 | 59 | "sass-loader": "16.0.6", |
60 | | - "semver": "^7.7.3", |
| 60 | + "semver": "7.7.3", |
61 | 61 | "style-loader": "4.0.0", |
62 | | - "swc-loader": "^0.2.3", |
63 | | - "terser-webpack-plugin": "^5.3.10", |
64 | | - "ts-node": "^10.9.2", |
| 62 | + "swc-loader": "0.2.6", |
| 63 | + "terser-webpack-plugin": "5.3.14", |
| 64 | + "ts-node": "10.9.2", |
65 | 65 | "typescript": "5.9.3", |
66 | | - "webpack": "^5.102.1", |
67 | | - "webpack-cli": "^6.0.1", |
68 | | - "webpack-livereload-plugin": "^3.0.2", |
69 | | - "webpack-subresource-integrity": "^5.1.0", |
70 | | - "webpack-virtual-modules": "^0.6.2" |
| 66 | + "webpack": "5.102.1", |
| 67 | + "webpack-cli": "6.0.1", |
| 68 | + "webpack-livereload-plugin": "3.0.2", |
| 69 | + "webpack-subresource-integrity": "5.1.0", |
| 70 | + "webpack-virtual-modules": "0.6.2" |
71 | 71 | }, |
72 | 72 | "engines": { |
73 | 73 | "node": ">=22" |
|
0 commit comments