We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67ec7f commit e64a7f7Copy full SHA for e64a7f7
1 file changed
plugins/adr/package.json
@@ -22,14 +22,14 @@
22
"postpack": "backstage-cli package postpack"
23
},
24
"dependencies": {
25
- "@backstage/catalog-model": "workspace:^",
+ "@backstage/catalog-model": "0.1.1",
26
"@backstage/core-components": "workspace:^",
27
"@backstage/core-plugin-api": "workspace:^",
28
"@backstage/integration-react": "workspace:^",
29
- "@backstage/plugin-adr-common": "workspace:^",
30
- "@backstage/plugin-catalog-react": "workspace:^",
+ "@backstage/plugin-adr-common": "0.1.0",
+ "@backstage/plugin-catalog-react": "1.0.0",
31
"@backstage/plugin-search-common": "workspace:^",
32
- "@backstage/plugin-search-react": "workspace:^",
+ "@backstage/plugin-search-react": "0.1.0",
33
"@backstage/theme": "workspace:^",
34
"@material-ui/core": "^4.12.2",
35
"@material-ui/icons": "^4.9.1",
0 commit comments