|
14 | 14 | "lint": "backstage-cli package lint"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@backstage/app-defaults": "^1.5.7", |
18 |
| - "@backstage/catalog-model": "^1.5.0", |
19 |
| - "@backstage/cli": "^0.26.10", |
20 |
| - "@backstage/core-app-api": "^1.13.0", |
21 |
| - "@backstage/core-components": "^0.14.8", |
22 |
| - "@backstage/core-plugin-api": "^1.9.3", |
23 |
| - "@backstage/integration-react": "^1.1.28", |
24 |
| - "@backstage/plugin-api-docs": "^0.11.6", |
25 |
| - "@backstage/plugin-catalog": "^1.21.0", |
26 |
| - "@backstage/plugin-catalog-common": "^1.0.24", |
27 |
| - "@backstage/plugin-catalog-graph": "^0.4.6", |
28 |
| - "@backstage/plugin-catalog-import": "^0.12.0", |
29 |
| - "@backstage/plugin-catalog-react": "^1.12.1", |
30 |
| - "@backstage/plugin-org": "^0.6.26", |
31 |
| - "@backstage/plugin-permission-react": "^0.4.23", |
32 |
| - "@backstage/plugin-scaffolder": "^1.22.0", |
33 |
| - "@backstage/plugin-scaffolder-react": "^1.9.0", |
34 |
| - "@backstage/plugin-search": "^1.4.13", |
35 |
| - "@backstage/plugin-search-react": "^1.7.12", |
36 |
| - "@backstage/plugin-techdocs": "^1.10.6", |
37 |
| - "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.11", |
38 |
| - "@backstage/plugin-techdocs-react": "^1.2.5", |
39 |
| - "@backstage/plugin-user-settings": "^0.8.8", |
40 |
| - "@backstage/theme": "^0.5.6", |
41 | 17 | "@backstage-community/plugin-github-actions": "^0.6.16",
|
42 | 18 | "@backstage-community/plugin-tech-radar": "^0.7.4",
|
| 19 | + "@backstage/app-defaults": "^1.5.11", |
| 20 | + "@backstage/catalog-model": "^1.7.0", |
| 21 | + "@backstage/cli": "^0.27.1", |
| 22 | + "@backstage/core-app-api": "^1.15.0", |
| 23 | + "@backstage/core-components": "^0.15.0", |
| 24 | + "@backstage/core-plugin-api": "^1.9.4", |
| 25 | + "@backstage/integration-react": "^1.1.32", |
| 26 | + "@backstage/plugin-api-docs": "^0.11.10", |
| 27 | + "@backstage/plugin-catalog": "^1.23.1", |
| 28 | + "@backstage/plugin-catalog-common": "^1.1.0", |
| 29 | + "@backstage/plugin-catalog-graph": "^0.4.10", |
| 30 | + "@backstage/plugin-catalog-import": "^0.12.4", |
| 31 | + "@backstage/plugin-catalog-react": "^1.13.1", |
| 32 | + "@backstage/plugin-kubernetes": "^0.11.14", |
| 33 | + "@backstage/plugin-org": "^0.6.30", |
| 34 | + "@backstage/plugin-permission-react": "^0.4.26", |
| 35 | + "@backstage/plugin-scaffolder": "^1.25.1", |
| 36 | + "@backstage/plugin-scaffolder-react": "^1.12.1", |
| 37 | + "@backstage/plugin-search": "^1.4.17", |
| 38 | + "@backstage/plugin-search-react": "^1.8.0", |
| 39 | + "@backstage/plugin-techdocs": "^1.10.10", |
| 40 | + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.15", |
| 41 | + "@backstage/plugin-techdocs-react": "^1.2.8", |
| 42 | + "@backstage/plugin-user-settings": "^0.8.13", |
| 43 | + "@backstage/theme": "^0.5.7", |
43 | 44 | "@material-ui/core": "^4.12.2",
|
44 | 45 | "@material-ui/icons": "^4.9.1",
|
45 | 46 | "@pulumi/backstage-plugin-pulumi": "^0.1.0",
|
|
51 | 52 | "react-use": "^17.2.4"
|
52 | 53 | },
|
53 | 54 | "devDependencies": {
|
54 |
| - "@backstage/test-utils": "^1.5.7", |
| 55 | + "@backstage/test-utils": "^1.6.0", |
55 | 56 | "@playwright/test": "^1.32.3",
|
| 57 | + "@testing-library/dom": "^9.0.0", |
56 | 58 | "@testing-library/jest-dom": "^6.0.0",
|
57 | 59 | "@testing-library/react": "^14.0.0",
|
58 | 60 | "@testing-library/user-event": "^14.0.0",
|
59 |
| - "@testing-library/dom": "^9.0.0", |
60 | 61 | "@types/react-dom": "*",
|
61 | 62 | "cross-env": "^7.0.0"
|
62 | 63 | },
|
|
0 commit comments