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 @roadiehq/backstage-plugin-argo-cd to ^2.8.1 #18251

Merged
merged 1 commit into from
Sep 18, 2024
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 boundaries/platform/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@backstage/theme": "^0.5.7",
"@mui/icons-material": "6.1.0",
"@mui/material": "^6.1.0",
"@roadiehq/backstage-plugin-argo-cd": "^2.8.0",
"@roadiehq/backstage-plugin-argo-cd": "^2.8.1",
"@roadiehq/backstage-plugin-prometheus": "^2.11.1",
"@veecode-platform/backstage-plugin-gitlab-pipelines": "^0.5.0",
"history": "^5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions boundaries/platform/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10967,9 +10967,9 @@ __metadata:
languageName: node
linkType: hard

"@roadiehq/backstage-plugin-argo-cd@npm:^2.8.0":
version: 2.8.0
resolution: "@roadiehq/backstage-plugin-argo-cd@npm:2.8.0"
"@roadiehq/backstage-plugin-argo-cd@npm:^2.8.1":
version: 2.8.1
resolution: "@roadiehq/backstage-plugin-argo-cd@npm:2.8.1"
dependencies:
"@backstage/catalog-model": "npm:^1.6.0"
"@backstage/core-compat-api": "npm:^0.2.8"
Expand All @@ -10995,7 +10995,7 @@ __metadata:
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router: 6.0.0-beta.0 || ^6.3.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
checksum: 10c0/a658e4c9b060f9b614bd7e0ee0657ccfaef90d66c29d5ed6e0075bb24c38edd097aaf416baf6f775fe27fa5aa3a845d330873f8e83cf78bb3225be0975744400
checksum: 10c0/29377160b59a6bbfd221f01d320930196e70b7b4687b2c2349d3b39de7b7c30e4422581fd1f35c04bb20118214866b10fa802d805dcb1faf7188207b654180ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -14969,7 +14969,7 @@ __metadata:
"@backstage/theme": "npm:^0.5.7"
"@mui/icons-material": "npm:6.1.0"
"@mui/material": "npm:^6.1.0"
"@roadiehq/backstage-plugin-argo-cd": "npm:^2.8.0"
"@roadiehq/backstage-plugin-argo-cd": "npm:^2.8.1"
"@roadiehq/backstage-plugin-prometheus": "npm:^2.11.1"
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/react": "npm:^16.0.1"
Expand Down
Loading