@backstage-community/plugin-ocm 5.3.0 → 5.3.2
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.
- package/CHANGELOG.md +12 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 5.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 89198dc: updated peer dependencies and added backstage app and backend to the workspace
|
|
8
|
+
|
|
9
|
+
## 5.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 7ba7e60: Removed unused dependency PatternFly.
|
|
14
|
+
|
|
3
15
|
## 5.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-ocm",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"@material-ui/icons": "^4.11.3",
|
|
49
49
|
"@material-ui/lab": "^4.0.0-alpha.45",
|
|
50
50
|
"@mui/icons-material": "^5.16.4",
|
|
51
|
-
"@patternfly/patternfly": "^5.1.0",
|
|
52
51
|
"react-use": "^17.4.0",
|
|
53
52
|
"semver": "^7.5.4"
|
|
54
53
|
},
|
|
55
54
|
"peerDependencies": {
|
|
56
55
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
57
|
-
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
56
|
+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
57
|
+
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@backstage/cli": "^0.29.5",
|
|
@@ -73,10 +73,9 @@
|
|
|
73
73
|
"@types/react-dom": "^18.2.19",
|
|
74
74
|
"cross-fetch": "4.0.0",
|
|
75
75
|
"msw": "1.3.5",
|
|
76
|
-
"prettier": "3.4.2",
|
|
77
76
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
78
77
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
79
|
-
"react-router-dom": "
|
|
78
|
+
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
80
79
|
},
|
|
81
80
|
"files": [
|
|
82
81
|
"dist",
|