Merge pull request #21289 from philips-forks/feat-codescene-entitylevel

feat: codescene plugin at entity level
This commit is contained in:
Philipp Hugenroth
2024-03-05 13:05:41 +01:00
committed by GitHub
14 changed files with 434 additions and 37 deletions
+4
View File
@@ -29,13 +29,17 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-catalog-react": "workspace:^",
"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"luxon": "^3.4.4",
"rc-progress": "3.5.1",
"react-use": "^17.2.4"
},