|
19 | 19 | "devDependencies": { |
20 | 20 | "@grafana/eslint-config": "^9.0.0", |
21 | 21 | "@grafana/tsconfig": "^2.0.1", |
22 | | - "@stylistic/eslint-plugin-ts": "^2.9.0", |
23 | | - "@swc/core": "^1.3.90", |
24 | | - "@swc/helpers": "^0.5.0", |
25 | | - "@swc/jest": "^0.2.26", |
26 | | - "@testing-library/jest-dom": "6.1.4", |
27 | | - "@testing-library/react": "14.0.0", |
| 22 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
| 23 | + "@swc/core": "^1.15.11", |
| 24 | + "@swc/helpers": "^0.5.18", |
| 25 | + "@swc/jest": "^0.2.39", |
| 26 | + "@testing-library/jest-dom": "6.9.1", |
| 27 | + "@testing-library/react": "16.3.2", |
28 | 28 | "@testing-library/react-hooks": "^8.0.1", |
29 | | - "@types/jest": "^29.5.0", |
30 | | - "@types/node": "^20.8.7", |
| 29 | + "@types/jest": "^30.0.0", |
| 30 | + "@types/node": "^25.1.0", |
31 | 31 | "@types/pubsub-js": "^1.8.3", |
32 | | - "@types/testing-library__jest-dom": "5.14.8", |
33 | | - "@typescript-eslint/eslint-plugin": "^6.18.0", |
34 | | - "@typescript-eslint/parser": "^6.18.0", |
35 | | - "copy-webpack-plugin": "^11.0.0", |
36 | | - "css-loader": "^6.7.3", |
37 | | - "eslint": "^8.0.0", |
38 | | - "eslint-config-prettier": "^8.8.0", |
39 | | - "eslint-plugin-deprecation": "^2.0.0", |
40 | | - "eslint-plugin-jsdoc": "^46.8.0", |
| 32 | + "@typescript-eslint/eslint-plugin": "^8.54.0", |
| 33 | + "@typescript-eslint/parser": "^8.54.0", |
| 34 | + "copy-webpack-plugin": "^13.0.1", |
| 35 | + "css-loader": "^7.1.3", |
| 36 | + "eslint": "^9.39.2", |
| 37 | + "eslint-config-prettier": "^10.1.8", |
| 38 | + "eslint-plugin-deprecation": "^3.0.0", |
| 39 | + "eslint-plugin-jsdoc": "^62.4.1", |
41 | 40 | "eslint-plugin-react": "^7.33.0", |
42 | | - "eslint-plugin-react-hooks": "^4.6.0", |
43 | | - "eslint-webpack-plugin": "^4.0.1", |
44 | | - "fork-ts-checker-webpack-plugin": "^8.0.0", |
45 | | - "glob": "^10.2.7", |
| 41 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 42 | + "eslint-webpack-plugin": "^5.0.2", |
| 43 | + "fork-ts-checker-webpack-plugin": "^9.1.0", |
| 44 | + "glob": "^13.0.0", |
46 | 45 | "identity-obj-proxy": "3.0.0", |
47 | 46 | "imports-loader": "^5.0.0", |
48 | | - "jest": "^29.7.0", |
| 47 | + "jest": "^30.2.0", |
49 | 48 | "jest-environment-jsdom": "30.2.0", |
50 | | - "prettier": "^2.8.7", |
| 49 | + "prettier": "^3.8.1", |
51 | 50 | "replace-in-file-webpack-plugin": "^1.0.6", |
52 | | - "sass": "1.63.2", |
53 | | - "sass-loader": "13.3.1", |
54 | | - "style-loader": "3.3.3", |
55 | | - "swc-loader": "^0.2.3", |
56 | | - "terser-webpack-plugin": "^5.3.10", |
| 51 | + "sass": "1.97.3", |
| 52 | + "sass-loader": "16.0.6", |
| 53 | + "style-loader": "4.0.0", |
| 54 | + "swc-loader": "^0.2.7", |
| 55 | + "terser-webpack-plugin": "^5.3.16", |
57 | 56 | "ts-node": "^10.9.2", |
58 | | - "typescript": "5.5.4", |
59 | | - "webpack": "^5.94.0", |
60 | | - "webpack-cli": "^5.1.4", |
| 57 | + "typescript": "5.9.3", |
| 58 | + "webpack": "^5.104.1", |
| 59 | + "webpack-cli": "^6.0.1", |
61 | 60 | "webpack-livereload-plugin": "^3.0.2", |
62 | | - "webpack-subresource-integrity": "^5.1.0", |
| 61 | + "webpack-subresource-integrity": "^5.2.0-rc.1", |
63 | 62 | "webpack-virtual-modules": "^0.6.2" |
64 | 63 | }, |
65 | 64 | "engines": { |
66 | 65 | "node": ">=14" |
67 | 66 | }, |
68 | 67 | "dependencies": { |
69 | | - "@emotion/css": "11.10.6", |
70 | | - "@grafana/data": "12.2.1", |
71 | | - "@grafana/runtime": "^12.2.1", |
72 | | - "@grafana/schema": "^12.2.1", |
73 | | - "@grafana/ui": "12.2.1", |
| 68 | + "@emotion/css": "11.13.5", |
| 69 | + "@grafana/data": "12.3.2", |
| 70 | + "@grafana/runtime": "^12.3.2", |
| 71 | + "@grafana/schema": "^12.3.2", |
| 72 | + "@grafana/ui": "12.3.2", |
74 | 73 | "pubsub-js": "^1.9.4", |
75 | | - "react": "18.2.0", |
76 | | - "react-dom": "18.2.0" |
| 74 | + "react": "19.2.4", |
| 75 | + "react-dom": "19.2.4" |
77 | 76 | }, |
78 | 77 | "packageManager": "yarn@1.22.21" |
79 | 78 | } |
0 commit comments