Skip to content

Commit

Permalink
Merge pull request #949 from backstage/cost-insights/v1.30.2
Browse files Browse the repository at this point in the history
cost-insights - version:bump to v1.30.2
  • Loading branch information
awanlin authored Aug 23, 2024
2 parents 888d6f9 + 8105856 commit 9910b87
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 236 deletions.
6 changes: 6 additions & 0 deletions workspaces/cost-insights/.changeset/version-bump-1-30-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@backstage-community/plugin-cost-insights': patch
'@backstage-community/plugin-cost-insights-common': patch
---

Backstage version bump to v1.30.2
2 changes: 1 addition & 1 deletion workspaces/cost-insights/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.29.2"
"version": "1.30.2"
}
4 changes: 2 additions & 2 deletions workspaces/cost-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"directory": "workspaces/cost-insights"
},
"devDependencies": {
"@backstage/cli": "^0.26.11",
"@backstage/cli": "^0.27.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.9.4",
"@backstage/repo-tools": "^0.9.5",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"node-gyp": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"test": "backstage-cli package test"
},
"devDependencies": {
"@backstage/cli": "^0.26.11"
"@backstage/cli": "^0.27.0"
}
}
14 changes: 7 additions & 7 deletions workspaces/cost-insights/plugins/cost-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"dependencies": {
"@backstage-community/plugin-cost-insights-common": "workspace:^",
"@backstage/catalog-model": "^1.5.0",
"@backstage/catalog-model": "^1.6.0",
"@backstage/config": "^1.2.0",
"@backstage/core-components": "^0.14.9",
"@backstage/core-components": "^0.14.10",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.2",
"@backstage/plugin-catalog-react": "^1.12.3",
"@backstage/theme": "^0.5.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -66,10 +66,10 @@
"yup": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.11",
"@backstage/core-app-api": "^1.14.1",
"@backstage/dev-utils": "^1.0.36",
"@backstage/test-utils": "^1.5.9",
"@backstage/cli": "^0.27.0",
"@backstage/core-app-api": "^1.14.2",
"@backstage/dev-utils": "^1.0.37",
"@backstage/test-utils": "^1.5.10",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
Expand Down
Loading

0 comments on commit 9910b87

Please sign in to comment.