|
18 | 18 | "license": "Apache-2.0",
|
19 | 19 | "devDependencies": {
|
20 | 20 | "@babel/core": "^7.16.7",
|
21 |
| - "@grafana/e2e": "9.1.2", |
22 |
| - "@grafana/e2e-selectors": "9.1.2", |
23 |
| - "@grafana/eslint-config": "^2.5.0", |
| 21 | + "@grafana/e2e": "9.2.4", |
| 22 | + "@grafana/e2e-selectors": "9.2.4", |
| 23 | + "@grafana/eslint-config": "^5.1.0", |
24 | 24 | "@grafana/tsconfig": "^1.2.0-rc1",
|
25 |
| - "@swc/core": "^1.2.144", |
26 |
| - "@swc/helpers": "^0.3.6", |
| 25 | + "@swc/core": "^1.3.18", |
| 26 | + "@swc/helpers": "^0.4.13", |
27 | 27 | "@swc/jest": "^0.2.20",
|
28 | 28 | "@testing-library/jest-dom": "^5.16.2",
|
29 |
| - "@testing-library/react": "^12.1.3", |
| 29 | + "@testing-library/react": "^13.4.0", |
30 | 30 | "@types/glob": "^8.0.0",
|
31 |
| - "@types/jest": "^27.4.1", |
| 31 | + "@types/jest": "^29.2.3", |
32 | 32 | "@types/lodash": "latest",
|
33 |
| - "@types/node": "^17.0.19", |
34 |
| - "@typescript-eslint/eslint-plugin": "^4.33.0", |
35 |
| - "@typescript-eslint/parser": "^4.33.0", |
36 |
| - "copy-webpack-plugin": "^10.0.0", |
37 |
| - "css-loader": "6.7.1", |
38 |
| - "eslint": "^7.32.0", |
| 33 | + "@types/node": "^18.11.9", |
| 34 | + "@typescript-eslint/eslint-plugin": "^5.43.0", |
| 35 | + "@typescript-eslint/parser": "^5.43.0", |
| 36 | + "copy-webpack-plugin": "^11.0.0", |
| 37 | + "css-loader": "6.7.2", |
| 38 | + "eslint": "^8.27.0", |
39 | 39 | "eslint-config-prettier": "^8.3.0",
|
40 |
| - "eslint-plugin-jsdoc": "^36.1.0", |
| 40 | + "eslint-plugin-jsdoc": "^39.6.2", |
41 | 41 | "eslint-plugin-prettier": "^4.0.0",
|
42 | 42 | "eslint-plugin-react": "^7.26.1",
|
43 | 43 | "eslint-plugin-react-hooks": "^4.2.0",
|
44 | 44 | "eslint-webpack-plugin": "^3.1.1",
|
45 | 45 | "fork-ts-checker-webpack-plugin": "^7.2.0",
|
46 | 46 | "glob": "^8.0.3",
|
47 | 47 | "identity-obj-proxy": "3.0.0",
|
48 |
| - "jest": "27.5.0", |
| 48 | + "jest": "29.3.1", |
49 | 49 | "prettier": "^2.5.0",
|
50 | 50 | "replace-in-file-webpack-plugin": "^1.0.6",
|
51 |
| - "sass": "1.55.0", |
52 |
| - "sass-loader": "13.1.0", |
| 51 | + "sass": "1.56.1", |
| 52 | + "sass-loader": "13.2.0", |
53 | 53 | "style-loader": "3.3.1",
|
54 |
| - "swc-loader": "^0.1.15", |
| 54 | + "swc-loader": "^0.2.3", |
55 | 55 | "ts-node": "^10.5.0",
|
56 |
| - "tsconfig-paths": "^3.12.0", |
57 |
| - "typescript": "^4.4.0", |
| 56 | + "tsconfig-paths": "^4.1.0", |
| 57 | + "typescript": "^4.9.3", |
58 | 58 | "webpack": "^5.69.1",
|
59 | 59 | "webpack-cli": "^4.9.2",
|
60 | 60 | "webpack-livereload-plugin": "^3.0.2"
|
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 | 66 | "@emotion/css": "^11.1.3",
|
67 |
| - "@grafana/data": "9.1.2", |
68 |
| - "@grafana/runtime": "9.1.2", |
69 |
| - "@grafana/ui": "9.1.2", |
| 67 | + "@grafana/data": "9.2.4", |
| 68 | + "@grafana/runtime": "9.2.4", |
| 69 | + "@grafana/ui": "9.2.4", |
70 | 70 | "@types/react": "^17",
|
71 |
| - "react": "17.0.2", |
72 |
| - "react-dom": "17.0.2" |
| 71 | + "react": "18.2.0", |
| 72 | + "react-dom": "18.2.0" |
73 | 73 | }
|
74 | 74 | }
|
0 commit comments