Skip to content

Commit b56c958

Browse files
feat(acr): update acr plugin to 1.10.0 (#2309)
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 859dec5 commit b56c958

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

dynamic-plugins.default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ plugins:
890890
backstage-community.plugin-acr:
891891
mountPoints:
892892
- mountPoint: entity.page.image-registry/cards
893-
importName: AcrPage
893+
importName: AcrImagesEntityContent
894894
config:
895895
layout:
896896
gridColumn: 1 / -1

dynamic-plugins/wrappers/backstage-community-plugin-acr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstage-community-plugin-acr",
3-
"version": "1.8.5",
3+
"version": "1.10.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"export-dynamic:clean": "run export-dynamic --clean"
2929
},
3030
"dependencies": {
31-
"@backstage-community/plugin-acr": "1.8.5",
31+
"@backstage-community/plugin-acr": "1.10.0",
3232
"@backstage/core-plugin-api": "1.10.3",
3333
"@mui/icons-material": "5.16.14",
3434
"@mui/material": "5.16.14"

yarn.lock

+11-10
Original file line numberDiff line numberDiff line change
@@ -3275,23 +3275,24 @@ __metadata:
32753275
languageName: node
32763276
linkType: hard
32773277

3278-
"@backstage-community/plugin-acr@npm:1.8.5":
3279-
version: 1.8.5
3280-
resolution: "@backstage-community/plugin-acr@npm:1.8.5"
3278+
"@backstage-community/plugin-acr@npm:1.10.0":
3279+
version: 1.10.0
3280+
resolution: "@backstage-community/plugin-acr@npm:1.10.0"
32813281
dependencies:
3282-
"@backstage/catalog-model": ^1.7.0
3283-
"@backstage/core-components": ^0.15.1
3284-
"@backstage/core-plugin-api": ^1.10.0
3285-
"@backstage/plugin-catalog-react": ^1.14.0
3286-
"@backstage/theme": ^0.6.0
3282+
"@backstage/catalog-model": ^1.7.3
3283+
"@backstage/core-components": ^0.16.3
3284+
"@backstage/core-plugin-api": ^1.10.3
3285+
"@backstage/frontend-plugin-api": ^0.9.4
3286+
"@backstage/plugin-catalog-react": ^1.15.1
3287+
"@backstage/theme": ^0.6.3
32873288
"@janus-idp/shared-react": ^2.13.0
32883289
"@material-ui/core": ^4.9.13
32893290
"@material-ui/icons": ^4.11.3
32903291
"@material-ui/lab": ^4.0.0-alpha.45
32913292
react-use: ^17.4.0
32923293
peerDependencies:
32933294
react: ^16.13.1 || ^17.0.0 || ^18.0.0
3294-
checksum: ede9aa573ab6b2d81641a72e3f08e8c9e1e2efbad3b28697a92a8525519c9ef86257b5c6606a9fa5f3b9155b704ce3e21d31f48a27ad0b56bc74f4d2f8c0eff1
3295+
checksum: da563505fa7b58b9b39ad3826b73384f0c3c42ead68c4c0139000c7cf6c7998cf14a68e58f07139b00c6e1a4fca53c7abf5f9b70b12f255c84bfdfcfc48859e4
32953296
languageName: node
32963297
linkType: hard
32973298

@@ -22725,7 +22726,7 @@ __metadata:
2272522726
version: 0.0.0-use.local
2272622727
resolution: "backstage-community-plugin-acr@workspace:dynamic-plugins/wrappers/backstage-community-plugin-acr"
2272722728
dependencies:
22728-
"@backstage-community/plugin-acr": 1.8.5
22729+
"@backstage-community/plugin-acr": 1.10.0
2272922730
"@backstage/cli": 0.29.6
2273022731
"@backstage/core-plugin-api": 1.10.3
2273122732
"@janus-idp/cli": 3.0.0

0 commit comments

Comments
 (0)