v1.36.1 version bump (#3101)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-03-01 14:41:26 +01:00 committed by GitHub
parent bc02a88543
commit a1cac1b63c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 666 additions and 527 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-todo': minor
'@backstage-community/plugin-todo-backend': minor
---
Backstage version bump to v1.36.1

View File

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

View File

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

View File

@ -40,23 +40,23 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-openapi-utils": "^0.4.1",
"@backstage/backend-plugin-api": "^1.1.1",
"@backstage/backend-openapi-utils": "^0.5.0",
"@backstage/backend-plugin-api": "^1.2.0",
"@backstage/catalog-client": "^1.9.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@backstage/integration": "^1.16.1",
"@backstage/plugin-catalog-node": "^1.15.1",
"@backstage/plugin-catalog-node": "^1.16.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"leasot": "^12.0.0",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.2.1",
"@backstage/cli": "^0.29.6",
"@backstage/repo-tools": "^0.12.1",
"@backstage/backend-test-utils": "^1.3.0",
"@backstage/cli": "^0.30.0",
"@backstage/repo-tools": "^0.13.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
}

View File

@ -40,17 +40,17 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-components": "^0.16.3",
"@backstage/core-plugin-api": "^1.10.3",
"@backstage/core-components": "^0.16.4",
"@backstage/core-plugin-api": "^1.10.4",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-catalog-react": "^1.15.1",
"@backstage/plugin-catalog-react": "^1.15.2",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.6",
"@backstage/dev-utils": "^1.1.6",
"@backstage/test-utils": "^1.7.4",
"@backstage/cli": "^0.30.0",
"@backstage/dev-utils": "^1.1.7",
"@backstage/test-utils": "^1.7.5",
"@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