|
14 | 14 | "lint": "backstage-cli package lint"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@backstage-community/plugin-github-actions": "^0.6.24", |
18 |
| - "@backstage-community/plugin-sonarqube": "^0.8.6", |
19 |
| - "@backstage/app-defaults": "^1.5.12", |
20 |
| - "@backstage/catalog-model": "^1.7.0", |
21 |
| - "@backstage/cli": "^0.28.2", |
22 |
| - "@backstage/core-app-api": "^1.15.1", |
23 |
| - "@backstage/core-components": "^0.15.1", |
24 |
| - "@backstage/core-plugin-api": "^1.10.0", |
25 |
| - "@backstage/integration-react": "^1.2.0", |
26 |
| - "@backstage/plugin-api-docs": "^0.11.11", |
27 |
| - "@backstage/plugin-catalog": "^1.24.0", |
28 |
| - "@backstage/plugin-catalog-common": "^1.1.0", |
29 |
| - "@backstage/plugin-catalog-graph": "^0.4.11", |
30 |
| - "@backstage/plugin-catalog-import": "^0.12.5", |
31 |
| - "@backstage/plugin-catalog-react": "^1.14.0", |
32 |
| - "@backstage/plugin-home": "^0.8.0", |
33 |
| - "@backstage/plugin-kubernetes": "^0.11.16", |
34 |
| - "@backstage/plugin-org": "^0.6.31", |
35 |
| - "@backstage/plugin-permission-react": "^0.4.27", |
36 |
| - "@backstage/plugin-scaffolder": "^1.26.2", |
37 |
| - "@backstage/plugin-search": "^1.4.18", |
38 |
| - "@backstage/plugin-search-react": "^1.8.1", |
39 |
| - "@backstage/plugin-techdocs": "^1.11.0", |
40 |
| - "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.16", |
41 |
| - "@backstage/plugin-techdocs-react": "^1.2.9", |
42 |
| - "@backstage/plugin-user-settings": "^0.8.14", |
43 |
| - "@backstage/theme": "^0.6.0", |
| 17 | + "@backstage-community/plugin-github-actions": "^0.6.26", |
| 18 | + "@backstage-community/plugin-sonarqube": "^0.8.8", |
| 19 | + "@backstage/app-defaults": "^1.5.14", |
| 20 | + "@backstage/catalog-model": "^1.7.1", |
| 21 | + "@backstage/cli": "^0.29.2", |
| 22 | + "@backstage/core-app-api": "^1.15.2", |
| 23 | + "@backstage/core-components": "^0.16.1", |
| 24 | + "@backstage/core-plugin-api": "^1.10.1", |
| 25 | + "@backstage/integration-react": "^1.2.1", |
| 26 | + "@backstage/plugin-api-docs": "^0.12.1", |
| 27 | + "@backstage/plugin-catalog": "^1.25.1", |
| 28 | + "@backstage/plugin-catalog-common": "^1.1.1", |
| 29 | + "@backstage/plugin-catalog-graph": "^0.4.13", |
| 30 | + "@backstage/plugin-catalog-import": "^0.12.7", |
| 31 | + "@backstage/plugin-catalog-react": "^1.14.2", |
| 32 | + "@backstage/plugin-home": "^0.8.2", |
| 33 | + "@backstage/plugin-kubernetes": "^0.12.1", |
| 34 | + "@backstage/plugin-org": "^0.6.33", |
| 35 | + "@backstage/plugin-permission-react": "^0.4.28", |
| 36 | + "@backstage/plugin-scaffolder": "^1.27.1", |
| 37 | + "@backstage/plugin-search": "^1.4.20", |
| 38 | + "@backstage/plugin-search-react": "^1.8.3", |
| 39 | + "@backstage/plugin-techdocs": "^1.11.2", |
| 40 | + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.18", |
| 41 | + "@backstage/plugin-techdocs-react": "^1.2.11", |
| 42 | + "@backstage/plugin-user-settings": "^0.8.16", |
| 43 | + "@backstage/theme": "^0.6.2", |
44 | 44 | "@dweber019/backstage-plugin-endoflife": "^0.0.16",
|
45 | 45 | "@material-ui/core": "^4.12.4",
|
46 | 46 | "@material-ui/icons": "^4.11.3",
|
47 | 47 | "@roadiehq/backstage-plugin-github-insights": "^2.5.1",
|
48 |
| - "@roadiehq/backstage-plugin-security-insights": "^2.4.0", |
49 |
| - "@veecode-platform/backstage-plugin-github-workflows": "^1.1.0", |
| 48 | + "@roadiehq/backstage-plugin-security-insights": "^2.4.1", |
| 49 | + "@veecode-platform/backstage-plugin-github-workflows": "^1.1.1", |
50 | 50 | "history": "^5.3.0",
|
51 | 51 | "react": "^18.3.1",
|
52 | 52 | "react-dom": "^18.3.1",
|
53 | 53 | "react-router": "^6.27.0",
|
54 | 54 | "react-router-dom": "^6.27.0"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@backstage/test-utils": "^1.7.0", |
| 57 | + "@backstage/test-utils": "^1.7.2", |
58 | 58 | "@playwright/test": "^1.48.2",
|
59 | 59 | "@testing-library/dom": "^9.3.4",
|
60 |
| - "@testing-library/jest-dom": "^6.6.2", |
| 60 | + "@testing-library/jest-dom": "^6.6.3", |
61 | 61 | "@testing-library/react": "^14.3.1",
|
62 | 62 | "@testing-library/user-event": "^14.5.2",
|
63 | 63 | "@types/react-dom": "^18.3.1",
|
|
0 commit comments