|
25 | 25 | "license": "Apache-2.0", |
26 | 26 | "devDependencies": { |
27 | 27 | "@babel/core": "^7.21.4", |
28 | | - "@grafana/e2e": "10.3.5", |
29 | | - "@grafana/e2e-selectors": "10.3.5", |
| 28 | + "@grafana/e2e": "^10.3.5", |
| 29 | + "@grafana/e2e-selectors": "^10.3.5", |
30 | 30 | "@grafana/eslint-config": "^8.0.0", |
31 | 31 | "@grafana/plugin-meta-extractor": "^0.0.2", |
32 | 32 | "@grafana/tsconfig": "^2.0.0", |
| 33 | + "@stylistic/eslint-plugin-ts": "^2.9.0", |
33 | 34 | "@swc/core": "^1.3.90", |
34 | 35 | "@swc/helpers": "^0.5.0", |
35 | 36 | "@swc/jest": "^0.2.26", |
36 | | - "@testing-library/jest-dom": "6.1.4", |
37 | | - "@testing-library/react": "14.0.0", |
| 37 | + "@testing-library/jest-dom": "^6.1.4", |
| 38 | + "@testing-library/react": "^14.0.0", |
38 | 39 | "@types/jest": "^29.5.0", |
39 | 40 | "@types/lodash": "^4.14.194", |
40 | 41 | "@types/node": "^20.8.7", |
41 | 42 | "@types/react-router-dom": "^5.2.0", |
42 | | - "@types/testing-library__jest-dom": "5.14.8", |
| 43 | + "@types/testing-library__jest-dom": "^5.14.8", |
43 | 44 | "@typescript-eslint/eslint-plugin": "^6.18.0", |
44 | 45 | "@typescript-eslint/parser": "^6.18.0", |
45 | 46 | "copy-webpack-plugin": "^11.0.0", |
46 | 47 | "css-loader": "^6.7.3", |
47 | | - "eslint": "8.26.0", |
| 48 | + "eslint": "^8.26.0", |
48 | 49 | "eslint-config-prettier": "^8.8.0", |
49 | 50 | "eslint-plugin-deprecation": "^2.0.0", |
50 | 51 | "eslint-plugin-jsdoc": "^46.8.0", |
|
55 | 56 | "fork-ts-checker-webpack-plugin": "^8.0.0", |
56 | 57 | "glob": "^10.2.7", |
57 | 58 | "husky": "^8.0.3", |
58 | | - "identity-obj-proxy": "3.0.0", |
| 59 | + "identity-obj-proxy": "^3.0.0", |
| 60 | + "imports-loader": "^5.0.0", |
59 | 61 | "jest": "^29.5.0", |
60 | 62 | "jest-environment-jsdom": "^29.5.0", |
61 | 63 | "lint-staged": "^13.2.0", |
62 | 64 | "prettier": "^2.8.7", |
63 | 65 | "replace-in-file-webpack-plugin": "^1.0.6", |
64 | | - "sass": "1.63.2", |
65 | | - "sass-loader": "13.3.1", |
66 | | - "style-loader": "3.3.3", |
| 66 | + "sass": "^1.63.2", |
| 67 | + "sass-loader": "^13.3.1", |
| 68 | + "style-loader": "^3.3.3", |
67 | 69 | "swc-loader": "^0.2.3", |
| 70 | + "terser-webpack-plugin": "^5.3.10", |
68 | 71 | "ts-node": "^10.9.2", |
69 | 72 | "tsconfig-paths": "^4.2.0", |
70 | | - "typescript": "5.5.4", |
| 73 | + "typescript": "^5.5.4", |
71 | 74 | "webpack": "^5.94.0", |
72 | 75 | "webpack-cli": "^5.1.4", |
73 | 76 | "webpack-livereload-plugin": "^3.0.2", |
74 | | - "@stylistic/eslint-plugin-ts": "^2.9.0", |
75 | | - "imports-loader": "^5.0.0", |
76 | | - "terser-webpack-plugin": "^5.3.10", |
77 | 77 | "webpack-subresource-integrity": "^5.1.0", |
78 | 78 | "webpack-virtual-modules": "^0.6.2" |
79 | 79 | }, |
80 | 80 | "engines": { |
81 | 81 | "node": ">=16" |
82 | 82 | }, |
83 | 83 | "dependencies": { |
84 | | - "@emotion/css": "11.10.6", |
| 84 | + "@emotion/css": "^11.10.6", |
85 | 85 | "@grafana/data": "^11.3.2", |
86 | 86 | "@grafana/runtime": "^11.3.2", |
87 | 87 | "@grafana/schema": "^11.3.2", |
88 | 88 | "@grafana/sign-plugin": "^1.0.1", |
89 | 89 | "@grafana/ui": "^11.3.2", |
90 | | - "react": "18.2.0", |
91 | | - "react-dom": "18.2.0", |
| 90 | + "react": "^18.2.0", |
| 91 | + "react-dom": "^18.2.0", |
92 | 92 | "tslib": "2.5.3" |
93 | 93 | }, |
94 | 94 | "packageManager": "[email protected]" |
|
0 commit comments