Skip to content

Commit

Permalink
chore: rebase openshift-image-registry with lastest changes from janu…
Browse files Browse the repository at this point in the history
…s-idp/backstage-plugins (#16)

Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash authored Oct 29, 2024
1 parent a25a2cc commit 15d2695
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 403 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': minor
---

Rebased with latest changes from janus-idp/backstage-plugins:

- update to backstage 1.31
- upgrade to yarn v3
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"backstage": {
"role": "frontend-plugin",
"supported-versions": "1.28.4",
"supported-versions": "1.31.3",
"pluginId": "openshift-image-registry",
"pluginPackage": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry",
"pluginPackages": [
Expand All @@ -23,6 +23,7 @@
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place",
"export-dynamic:clean": "janus-cli package export-dynamic-plugin --in-place --clean",
"lint:check": "backstage-cli package lint",
"lint:fix": "backstage-cli package lint --fix",
"postpack": "backstage-cli package postpack",
Expand All @@ -35,9 +36,10 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/theme": "^0.5.6",
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
"@backstage/theme": "^0.5.7",
"@emotion/styled": "^11.13.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@janus-idp/shared-react": "2.11.1",
"@material-ui/core": "^4.9.13",
Expand All @@ -50,11 +52,11 @@
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "0.26.11",
"@backstage/core-app-api": "1.14.1",
"@backstage/dev-utils": "1.0.36",
"@backstage/test-utils": "1.5.9",
"@janus-idp/cli": "1.15.2",
"@backstage/cli": "0.27.1",
"@backstage/core-app-api": "1.15.0",
"@backstage/dev-utils": "1.1.1",
"@backstage/test-utils": "1.6.0",
"@janus-idp/cli": "1.16.0",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@spotify/prettier-config": "^15.0.0",
"@testing-library/jest-dom": "6.4.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": ["//"],
"tasks": {
"tsc": {
"outputs": ["../../dist-types/plugins/openshift-image-registry/**"],
"dependsOn": ["^tsc"]
"outputs": ["../../dist-types/plugins/openshift-image-registry/**"]
}
}
}
Loading

0 comments on commit 15d2695

Please sign in to comment.