v1.36.1 version bump (#3064)

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 01:18:39 +01:00 committed by GitHub
parent 2504fcc585
commit a5952385fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 524 additions and 396 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-graphql-voyager': 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/graphql-voyager"
},
"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

@ -34,8 +34,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@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",
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"graphql-voyager": "^2.0.0",
@ -47,8 +47,8 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.6",
"@backstage/test-utils": "^1.7.4",
"@backstage/cli": "^0.30.0",
"@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