We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67ec7f commit 2f37773Copy full SHA for 2f37773
1 file changed
plugins/jenkins-backend/package.json
@@ -25,14 +25,14 @@
25
},
26
"dependencies": {
27
"@backstage/backend-common": "workspace:^",
28
- "@backstage/catalog-client": "workspace:^",
+ "@backstage/catalog-client": "0.2.0",
29
"@backstage/catalog-model": "workspace:^",
30
- "@backstage/config": "workspace:^",
+ "@backstage/config": "0.1.1",
31
"@backstage/errors": "workspace:^",
32
- "@backstage/plugin-auth-node": "workspace:^",
+ "@backstage/plugin-auth-node": "0.1.0",
33
"@backstage/plugin-jenkins-common": "workspace:^",
34
"@backstage/plugin-permission-common": "workspace:^",
35
- "@backstage/plugin-permission-node": "workspace:^",
+ "@backstage/plugin-permission-node": "0.1.0",
36
"@types/express": "^4.17.6",
37
"express": "^4.17.1",
38
"express-promise-router": "^4.1.0",
0 commit comments