v1.37.0 version bump (#3391)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-03-22 21:42:43 +01:00 committed by GitHub
parent 044529a8eb
commit 2d52928bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 684 additions and 3889 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-cost-insights': minor
'@backstage-community/plugin-cost-insights-common': minor
---
Backstage version bump to v1.37.0

View File

@ -1,3 +1,3 @@
{
"version": "1.35.1"
"version": "1.37.0"
}

View File

@ -33,9 +33,9 @@
"directory": "workspaces/cost-insights"
},
"devDependencies": {
"@backstage/cli": "^0.29.6",
"@backstage/cli": "^0.31.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.13.0",
"@backstage/repo-tools": "^0.13.1",
"@changesets/cli": "^2.27.1",
"knip": "^5.27.4",
"node-gyp": "^10.0.0",

View File

@ -41,6 +41,6 @@
"test": "backstage-cli package test"
},
"devDependencies": {
"@backstage/cli": "^0.29.6"
"@backstage/cli": "^0.31.0"
}
}

View File

@ -45,10 +45,10 @@
"@backstage-community/plugin-cost-insights-common": "workspace:^",
"@backstage/catalog-model": "^1.7.3",
"@backstage/config": "^1.3.2",
"@backstage/core-components": "^0.16.3",
"@backstage/core-plugin-api": "^1.10.3",
"@backstage/plugin-catalog-react": "^1.15.1",
"@backstage/theme": "^0.6.3",
"@backstage/core-components": "^0.17.0",
"@backstage/core-plugin-api": "^1.10.5",
"@backstage/plugin-catalog-react": "^1.16.0",
"@backstage/theme": "^0.6.4",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
@ -66,10 +66,10 @@
"yup": "^1.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.6",
"@backstage/core-app-api": "^1.15.4",
"@backstage/dev-utils": "^1.1.6",
"@backstage/test-utils": "^1.7.4",
"@backstage/cli": "^0.31.0",
"@backstage/core-app-api": "^1.16.0",
"@backstage/dev-utils": "^1.1.8",
"@backstage/test-utils": "^1.7.6",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",

File diff suppressed because it is too large Load Diff