|
35 | 35 | "tslib": "2.8.1" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/core": "^7.28.5", |
39 | | - "@eslint/eslintrc": "^3.3.1", |
40 | | - "@eslint/js": "^9.37.0", |
| 38 | + "@babel/core": "7.28.5", |
| 39 | + "@eslint/eslintrc": "3.3.1", |
| 40 | + "@eslint/js": "9.38.0", |
41 | 41 | "@grafana/aws-sdk": "0.8.2", |
42 | | - "@grafana/eslint-config": "^8.1.0", |
43 | | - "@grafana/plugin-e2e": "^2.2.3", |
44 | | - "@grafana/tsconfig": "^2.0.1", |
| 42 | + "@grafana/eslint-config": "8.2.0", |
| 43 | + "@grafana/plugin-e2e": "2.2.3", |
| 44 | + "@grafana/tsconfig": "2.0.1", |
45 | 45 | "@playwright/test": "1.54.2", |
46 | | - "@stylistic/eslint-plugin-ts": "^4.4.1", |
47 | | - "@swc/core": "^1.13.21", |
48 | | - "@swc/helpers": "^0.5.17", |
49 | | - "@swc/jest": "^0.2.39", |
| 46 | + "@stylistic/eslint-plugin-ts": "4.4.1", |
| 47 | + "@swc/core": "1.13.21", |
| 48 | + "@swc/helpers": "0.5.17", |
| 49 | + "@swc/jest": "0.2.39", |
50 | 50 | "@testing-library/jest-dom": "6.9.1", |
51 | 51 | "@testing-library/react": "16.3.0", |
52 | | - "@testing-library/user-event": "^14.6.0", |
53 | | - "@types/jest": "^30.0.0", |
54 | | - "@types/lodash": "^4.17.20", |
55 | | - "@types/node": "^22.18.12", |
56 | | - "@types/semver": "^7.7.1", |
57 | | - "@typescript-eslint/eslint-plugin": "^8.38.0", |
58 | | - "@typescript-eslint/parser": "^8.46.1", |
59 | | - "copy-webpack-plugin": "^13.0.1", |
| 52 | + "@testing-library/user-event": "14.6.1", |
| 53 | + "@types/jest": "30.0.0", |
| 54 | + "@types/lodash": "4.17.20", |
| 55 | + "@types/node": "22.18.12", |
| 56 | + "@types/semver": "7.7.1", |
| 57 | + "@typescript-eslint/eslint-plugin": "8.44.1", |
| 58 | + "@typescript-eslint/parser": "8.46.2", |
| 59 | + "copy-webpack-plugin": "13.0.1", |
60 | 60 | "cspell": "9.1.5", |
61 | | - "css-loader": "^7.1.2", |
62 | | - "dotenv": "^17.2.3", |
63 | | - "eslint": "^9.37.0", |
64 | | - "eslint-config-prettier": "^10.1.8", |
65 | | - "eslint-plugin-deprecation": "^3.0.0", |
66 | | - "eslint-plugin-jsdoc": "^51.4.1", |
67 | | - "eslint-plugin-prettier": "^5.5.4", |
68 | | - "eslint-plugin-react": "^7.37.5", |
69 | | - "eslint-plugin-react-hooks": "^5.2.0", |
70 | | - "eslint-webpack-plugin": "^5.0.2", |
71 | | - "fork-ts-checker-webpack-plugin": "^9.1.0", |
72 | | - "glob": "^11.0.3", |
| 61 | + "css-loader": "7.1.2", |
| 62 | + "dotenv": "17.2.3", |
| 63 | + "eslint": "9.38.0", |
| 64 | + "eslint-config-prettier": "10.1.8", |
| 65 | + "eslint-plugin-deprecation": "3.0.0", |
| 66 | + "eslint-plugin-jsdoc": "51.4.1", |
| 67 | + "eslint-plugin-prettier": "5.5.4", |
| 68 | + "eslint-plugin-react": "7.37.5", |
| 69 | + "eslint-plugin-react-hooks": "5.2.0", |
| 70 | + "eslint-webpack-plugin": "5.0.2", |
| 71 | + "fork-ts-checker-webpack-plugin": "9.1.0", |
| 72 | + "glob": "11.0.3", |
73 | 73 | "identity-obj-proxy": "3.0.0", |
74 | | - "imports-loader": "^5.0.0", |
75 | | - "jest": "^30.2.0", |
76 | | - "jest-environment-jsdom": "^30.1.2", |
77 | | - "lefthook": "^1.13.6", |
78 | | - "prettier": "^3.6.2", |
79 | | - "react-select-event": "^5.3.0", |
80 | | - "replace-in-file-webpack-plugin": "^1.0.6", |
| 74 | + "imports-loader": "5.0.0", |
| 75 | + "jest": "30.2.0", |
| 76 | + "jest-environment-jsdom": "30.1.2", |
| 77 | + "lefthook": "1.13.6", |
| 78 | + "prettier": "3.6.2", |
| 79 | + "react-select-event": "5.5.1", |
| 80 | + "replace-in-file-webpack-plugin": "1.0.6", |
81 | 81 | "sass": "1.92.1", |
82 | 82 | "sass-loader": "16.0.6", |
83 | 83 | "style-loader": "4.0.0", |
84 | | - "swc-loader": "^0.2.3", |
85 | | - "terser-webpack-plugin": "^5.3.14", |
86 | | - "ts-node": "^10.9.2", |
87 | | - "tsconfig-paths": "^4.2.0", |
| 84 | + "swc-loader": "0.2.6", |
| 85 | + "terser-webpack-plugin": "5.3.14", |
| 86 | + "ts-node": "10.9.2", |
| 87 | + "tsconfig-paths": "4.2.0", |
88 | 88 | "typescript": "5.9.3", |
89 | | - "webpack": "^5.101.3", |
90 | | - "webpack-cli": "^6.0.1", |
91 | | - "webpack-livereload-plugin": "^3.0.2", |
92 | | - "webpack-subresource-integrity": "^5.1.0", |
93 | | - "webpack-virtual-modules": "^0.6.2" |
| 89 | + "webpack": "5.101.3", |
| 90 | + "webpack-cli": "6.0.1", |
| 91 | + "webpack-livereload-plugin": "3.0.2", |
| 92 | + "webpack-subresource-integrity": "5.1.0", |
| 93 | + "webpack-virtual-modules": "0.6.2" |
94 | 94 | }, |
95 | 95 | "engines": { |
96 | 96 | "node": ">=20" |
|
0 commit comments