Skip to content

Commit 41730c2

Browse files
committed
chore: update to backstage 1.27.1
1 parent aa9c730 commit 41730c2

File tree

8 files changed

+391
-389
lines changed

8 files changed

+391
-389
lines changed

backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.26.4"
2+
"version": "1.27.1"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@backstage/cli": "^0.26.4",
37+
"@backstage/cli": "^0.26.5",
3838
"@commitlint/cli": "^17.7.1",
3939
"@commitlint/config-conventional": "^17.7.0",
4040
"@spotify/prettier-config": "^15.0.0",

plugins/toolbox-backend-module-whois/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"tsc": "tsc"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-common": "^0.21.7",
39-
"@backstage/backend-plugin-api": "^0.6.17",
38+
"@backstage/backend-common": "^0.22.0",
39+
"@backstage/backend-plugin-api": "^0.6.18",
4040
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
4141
"express": "^4.19.2",
4242
"whoiser": "^1.17.3"
4343
},
4444
"devDependencies": {
45-
"@backstage/backend-test-utils": "^0.3.7",
46-
"@backstage/cli": "^0.26.4"
45+
"@backstage/backend-test-utils": "^0.3.8",
46+
"@backstage/cli": "^0.26.5"
4747
},
4848
"files": [
4949
"dist"

plugins/toolbox-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"tsc": "tsc"
3535
},
3636
"dependencies": {
37-
"@backstage/backend-common": "^0.21.7",
38-
"@backstage/backend-defaults": "^0.2.17",
39-
"@backstage/backend-plugin-api": "^0.6.17",
37+
"@backstage/backend-common": "^0.22.0",
38+
"@backstage/backend-defaults": "^0.2.18",
39+
"@backstage/backend-plugin-api": "^0.6.18",
4040
"@backstage/config": "^1.2.0",
4141
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
4242
"@types/express": "*",
@@ -47,9 +47,9 @@
4747
"yn": "^4.0.0"
4848
},
4949
"devDependencies": {
50-
"@backstage/cli": "^0.26.4",
51-
"@backstage/plugin-auth-backend": "^0.22.4",
52-
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.3",
50+
"@backstage/cli": "^0.26.5",
51+
"@backstage/plugin-auth-backend": "^0.22.5",
52+
"@backstage/plugin-auth-backend-module-guest-provider": "^0.1.4",
5353
"@drodil/backstage-plugin-toolbox-backend-module-whois": "workspace:^",
5454
"@types/supertest": "^2.0.12",
5555
"msw": "^1.0.0",

plugins/toolbox-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"tsc": "tsc"
3434
},
3535
"devDependencies": {
36-
"@backstage/cli": "^0.26.4"
36+
"@backstage/cli": "^0.26.5"
3737
},
3838
"files": [
3939
"dist"
4040
],
4141
"dependencies": {
42-
"@backstage/backend-plugin-api": "^0.6.17",
42+
"@backstage/backend-plugin-api": "^0.6.18",
4343
"express": "^4.19.2"
4444
}
4545
}

plugins/toolbox-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
4444
},
4545
"devDependencies": {
46-
"@backstage/cli": "^0.26.4",
47-
"@backstage/test-utils": "^1.5.4",
46+
"@backstage/cli": "^0.26.5",
47+
"@backstage/test-utils": "^1.5.5",
4848
"@testing-library/jest-dom": "^5.10.1",
4949
"@testing-library/react": "^12.1.3"
5050
},

plugins/toolbox/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"tsc": "tsc"
3636
},
3737
"dependencies": {
38-
"@backstage/core-components": "^0.14.5",
38+
"@backstage/core-components": "^0.14.7",
3939
"@backstage/core-plugin-api": "^1.9.2",
40-
"@backstage/plugin-catalog-react": "^1.11.3",
41-
"@backstage/plugin-home-react": "^0.1.12",
40+
"@backstage/plugin-catalog-react": "^1.12.0",
41+
"@backstage/plugin-home-react": "^0.1.13",
4242
"@drodil/backstage-plugin-toolbox-react": "workspace:^",
4343
"@faker-js/faker": "^8.1.0",
4444
"@json2csv/plainjs": "^7.0.6",
@@ -71,16 +71,16 @@
7171
"yaml": "^2.3.2"
7272
},
7373
"peerDependencies": {
74-
"@backstage/catalog-client": "^1.6.4",
75-
"@backstage/catalog-model": "^1.4.5",
74+
"@backstage/catalog-client": "^1.6.5",
75+
"@backstage/catalog-model": "^1.5.0",
7676
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
7777
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
7878
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
7979
},
8080
"devDependencies": {
81-
"@backstage/cli": "^0.26.4",
82-
"@backstage/dev-utils": "^1.0.31",
83-
"@backstage/plugin-home": "^0.7.3",
81+
"@backstage/cli": "^0.26.5",
82+
"@backstage/dev-utils": "^1.0.32",
83+
"@backstage/plugin-home": "^0.7.4",
8484
"@rjsf/core": "^3.0.0",
8585
"@testing-library/jest-dom": "^6.1.3",
8686
"@types/color-convert": "^2.0.1",

0 commit comments

Comments
 (0)