|
16 | 16 | "dependencies": { |
17 | 17 | "@axis-backstage/plugin-jira-dashboard": "workspace:^", |
18 | 18 | "@axis-backstage/plugin-jira-dashboard-common": "workspace:^", |
19 | | - "@backstage/app-defaults": "^1.5.17", |
20 | | - "@backstage/catalog-model": "^1.7.3", |
21 | | - "@backstage/cli": "^0.30.0", |
22 | | - "@backstage/core-compat-api": "^0.3.6", |
23 | | - "@backstage/core-components": "^0.16.4", |
24 | | - "@backstage/core-plugin-api": "^1.10.4", |
25 | | - "@backstage/frontend-app-api": "^0.10.5", |
26 | | - "@backstage/frontend-defaults": "^0.1.6", |
27 | | - "@backstage/frontend-plugin-api": "^0.9.5", |
28 | | - "@backstage/integration-react": "^1.2.4", |
29 | | - "@backstage/plugin-api-docs": "^0.12.4", |
30 | | - "@backstage/plugin-catalog": "^1.27.0", |
31 | | - "@backstage/plugin-catalog-common": "^1.1.3", |
32 | | - "@backstage/plugin-catalog-graph": "^0.4.16", |
33 | | - "@backstage/plugin-catalog-import": "^0.12.10", |
34 | | - "@backstage/plugin-catalog-react": "^1.15.2", |
35 | | - "@backstage/plugin-org": "^0.6.36", |
36 | | - "@backstage/plugin-user-settings": "^0.8.19", |
37 | | - "@backstage/theme": "^0.6.4", |
| 19 | + "@backstage/app-defaults": "^1.6.3", |
| 20 | + "@backstage/catalog-model": "^1.7.4", |
| 21 | + "@backstage/cli": "^0.33.0", |
| 22 | + "@backstage/core-compat-api": "^0.4.3", |
| 23 | + "@backstage/core-components": "^0.17.3", |
| 24 | + "@backstage/core-plugin-api": "^1.10.8", |
| 25 | + "@backstage/frontend-app-api": "^0.11.3", |
| 26 | + "@backstage/frontend-defaults": "^0.2.3", |
| 27 | + "@backstage/frontend-plugin-api": "^0.10.3", |
| 28 | + "@backstage/integration-react": "^1.2.8", |
| 29 | + "@backstage/plugin-api-docs": "^0.12.8", |
| 30 | + "@backstage/plugin-catalog": "^1.31.0", |
| 31 | + "@backstage/plugin-catalog-common": "^1.1.4", |
| 32 | + "@backstage/plugin-catalog-graph": "^0.4.20", |
| 33 | + "@backstage/plugin-catalog-import": "^0.13.1", |
| 34 | + "@backstage/plugin-catalog-react": "^1.19.0", |
| 35 | + "@backstage/plugin-org": "^0.6.40", |
| 36 | + "@backstage/plugin-user-settings": "^0.8.23", |
| 37 | + "@backstage/theme": "^0.6.6", |
38 | 38 | "@material-ui/core": "^4.12.2", |
39 | 39 | "@material-ui/icons": "^4.9.1", |
40 | 40 | "history": "^5.0.0", |
41 | | - "react": "^18.0.2", |
42 | | - "react-dom": "^18.0.2", |
| 41 | + "react": "18.3.1", |
| 42 | + "react-dom": "18.3.1", |
43 | 43 | "react-router": "^6.3.0", |
44 | 44 | "react-router-dom": "^6.3.0", |
45 | 45 | "react-use": "^17.2.4", |
46 | 46 | "styled-components": "^6.1.8" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@backstage/test-utils": "^1.7.5", |
| 49 | + "@backstage/test-utils": "^1.7.9", |
50 | 50 | "@playwright/test": "^1.32.3", |
51 | | - "@testing-library/dom": "^9.0.0", |
| 51 | + "@testing-library/dom": "^10.0.0", |
52 | 52 | "@testing-library/jest-dom": "^6.0.0", |
53 | | - "@testing-library/react": "^14.0.0", |
| 53 | + "@testing-library/react": "^16.0.0", |
54 | 54 | "@testing-library/user-event": "^14.0.0", |
55 | | - "@types/react-dom": "*", |
| 55 | + "@types/react-dom": "^18.3.1", |
56 | 56 | "cross-env": "^7.0.0" |
57 | 57 | }, |
58 | 58 | "browserslist": { |
|
0 commit comments