Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @backstage-community/plugin-github-actions to ^0.7.0 #790

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@backstage-community/plugin-badges": "^0.4.0",
"@backstage-community/plugin-cost-insights": "^0.12.26",
"@backstage-community/plugin-explore": "^0.6.0",
"@backstage-community/plugin-github-actions": "^0.6.19",
"@backstage-community/plugin-github-actions": "^0.7.0",
"@backstage-community/plugin-graphiql": "^0.4.0",
"@backstage-community/plugin-tech-radar": "^1.0.0",
"@backstage-community/plugin-todo": "^0.2.40",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3380,18 +3380,18 @@ __metadata:
languageName: node
linkType: hard

"@backstage-community/plugin-github-actions@npm:^0.6.19":
version: 0.6.26
resolution: "@backstage-community/plugin-github-actions@npm:0.6.26"
"@backstage-community/plugin-github-actions@npm:^0.7.0":
version: 0.7.0
resolution: "@backstage-community/plugin-github-actions@npm:0.7.0"
dependencies:
"@backstage/catalog-model": "npm:^1.7.0"
"@backstage/core-compat-api": "npm:^0.3.1"
"@backstage/core-components": "npm:^0.15.1"
"@backstage/core-plugin-api": "npm:^1.10.0"
"@backstage/frontend-plugin-api": "npm:^0.9.0"
"@backstage/integration": "npm:^1.15.1"
"@backstage/integration-react": "npm:^1.2.0"
"@backstage/plugin-catalog-react": "npm:^1.14.0"
"@backstage/catalog-model": "npm:^1.7.2"
"@backstage/core-compat-api": "npm:^0.3.4"
"@backstage/core-components": "npm:^0.16.2"
"@backstage/core-plugin-api": "npm:^1.10.2"
"@backstage/frontend-plugin-api": "npm:^0.9.3"
"@backstage/integration": "npm:^1.16.0"
"@backstage/integration-react": "npm:^1.2.2"
"@backstage/plugin-catalog-react": "npm:^1.15.0"
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:4.0.0-alpha.61"
Expand All @@ -3404,7 +3404,7 @@ __metadata:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
checksum: 10/a9c399bb6037ccbbf0200282713e85c9c9a0d6a8961ca3af6339d5005ab4c28bb3424d1894318492d587803ecd7a33da9d9c19928a41a6dc5c95551ebc2cf3fb
checksum: 10/312437af83c018e5816fd3dafb79843f26373e491fcd12dfc06fb7dedfa6fa771b6fa10c8180ad89df96c06c6f0c65696b13c2a94027e502a470fee3825d4919
languageName: node
linkType: hard

Expand Down Expand Up @@ -4166,7 +4166,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-compat-api@npm:^0.3.1, @backstage/core-compat-api@npm:^0.3.4":
"@backstage/core-compat-api@npm:^0.3.4":
version: 0.3.4
resolution: "@backstage/core-compat-api@npm:0.3.4"
dependencies:
Expand Down Expand Up @@ -4464,7 +4464,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/frontend-plugin-api@npm:^0.9.0, @backstage/frontend-plugin-api@npm:^0.9.3":
"@backstage/frontend-plugin-api@npm:^0.9.3":
version: 0.9.3
resolution: "@backstage/frontend-plugin-api@npm:0.9.3"
dependencies:
Expand Down Expand Up @@ -4528,7 +4528,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/integration-react@npm:^1.2.0, @backstage/integration-react@npm:^1.2.2":
"@backstage/integration-react@npm:^1.2.2":
version: 1.2.2
resolution: "@backstage/integration-react@npm:1.2.2"
dependencies:
Expand Down Expand Up @@ -15330,7 +15330,7 @@ __metadata:
"@backstage-community/plugin-badges": "npm:^0.4.0"
"@backstage-community/plugin-cost-insights": "npm:^0.12.26"
"@backstage-community/plugin-explore": "npm:^0.6.0"
"@backstage-community/plugin-github-actions": "npm:^0.6.19"
"@backstage-community/plugin-github-actions": "npm:^0.7.0"
"@backstage-community/plugin-graphiql": "npm:^0.4.0"
"@backstage-community/plugin-tech-radar": "npm:^1.0.0"
"@backstage-community/plugin-todo": "npm:^0.2.40"
Expand Down
Loading