v1.35.1 version bump (#2711)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-02-01 20:55:22 +01:00 committed by GitHub
parent 038326ab02
commit ab886513ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 866 additions and 760 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-scaffolder-backend-module-kubernetes': minor
---
Backstage version bump to v1.35.1

View File

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

View File

@ -33,9 +33,9 @@
"directory": "workspaces/scaffolder-backend-module-kubernetes"
},
"devDependencies": {
"@backstage/cli": "^0.29.4",
"@backstage/cli": "^0.29.6",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.12.0",
"@backstage/repo-tools": "^0.12.1",
"@changesets/cli": "^2.27.1",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",

View File

@ -39,15 +39,15 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-client": "^1.9.0",
"@backstage/plugin-scaffolder-node": "^0.6.2",
"@backstage/backend-plugin-api": "^1.1.1",
"@backstage/catalog-client": "^1.9.1",
"@backstage/plugin-scaffolder-node": "^0.6.3",
"@kubernetes/client-node": "^0.22.1"
},
"devDependencies": {
"@backstage/catalog-model": "^1.7.2",
"@backstage/cli": "^0.29.4",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.17",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.29.6",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.18",
"msw": "1.3.5",
"prettier": "3.4.2"
},

File diff suppressed because it is too large Load Diff