@red-hat-developer-hub/backstage-plugin-openshift-image-registry 1.9.6 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +12 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 15d2695: Rebased with latest changes from janus-idp/backstage-plugins:
8
+
9
+ - update to backstage 1.31
10
+ - upgrade to yarn v3
11
+
3
12
  ## 1.9.6
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry",
3
- "version": "1.9.6",
3
+ "version": "1.10.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "backstage": {
13
13
  "role": "frontend-plugin",
14
- "supported-versions": "1.28.4",
14
+ "supported-versions": "1.31.3",
15
15
  "pluginId": "openshift-image-registry",
16
16
  "pluginPackage": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry",
17
17
  "pluginPackages": [
@@ -23,6 +23,7 @@
23
23
  "build": "backstage-cli package build",
24
24
  "clean": "backstage-cli package clean",
25
25
  "export-dynamic": "janus-cli package export-dynamic-plugin --in-place",
26
+ "export-dynamic:clean": "janus-cli package export-dynamic-plugin --in-place --clean",
26
27
  "lint:check": "backstage-cli package lint",
27
28
  "lint:fix": "backstage-cli package lint --fix",
28
29
  "postpack": "backstage-cli package postpack",
@@ -35,9 +36,10 @@
35
36
  "prettier:fix": "prettier --ignore-unknown --write ."
36
37
  },
37
38
  "dependencies": {
38
- "@backstage/core-components": "^0.14.9",
39
- "@backstage/core-plugin-api": "^1.9.3",
40
- "@backstage/theme": "^0.5.6",
39
+ "@backstage/core-components": "^0.15.0",
40
+ "@backstage/core-plugin-api": "^1.9.4",
41
+ "@backstage/theme": "^0.5.7",
42
+ "@emotion/styled": "^11.13.0",
41
43
  "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
42
44
  "@janus-idp/shared-react": "2.11.1",
43
45
  "@material-ui/core": "^4.9.13",
@@ -50,11 +52,11 @@
50
52
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
51
53
  },
52
54
  "devDependencies": {
53
- "@backstage/cli": "0.26.11",
54
- "@backstage/core-app-api": "1.14.1",
55
- "@backstage/dev-utils": "1.0.36",
56
- "@backstage/test-utils": "1.5.9",
57
- "@janus-idp/cli": "1.15.2",
55
+ "@backstage/cli": "0.27.1",
56
+ "@backstage/core-app-api": "1.15.0",
57
+ "@backstage/dev-utils": "1.1.1",
58
+ "@backstage/test-utils": "1.6.0",
59
+ "@janus-idp/cli": "1.16.0",
58
60
  "@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
59
61
  "@spotify/prettier-config": "^15.0.0",
60
62
  "@testing-library/jest-dom": "6.4.8",