@backstage/plugin-catalog-react 3.2.2-next.0 → 3.2.3-next.1

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 +16 -0
  2. package/package.json +16 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 3.2.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bf7e890: Added the missing Material UI dependency used by catalog popovers.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.18.14-next.1
10
+ - @backstage/frontend-plugin-api@0.18.1-next.0
11
+ - @backstage/filter-predicates@0.1.5-next.0
12
+ - @backstage/ui@0.18.0-next.1
13
+ - @backstage/integration-react@1.2.22-next.0
14
+ - @backstage/core-compat-api@0.5.15-next.1
15
+ - @backstage/core-plugin-api@1.12.10-next.0
16
+ - @backstage/catalog-client@1.16.2-next.0
17
+ - @backstage/plugin-permission-react@0.5.5-next.0
18
+
3
19
  ## 3.2.2-next.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "3.2.2-next.0",
3
+ "version": "3.2.3-next.1",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,23 +73,24 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "1.16.1",
76
+ "@backstage/catalog-client": "1.16.2-next.0",
77
77
  "@backstage/catalog-model": "1.10.0",
78
- "@backstage/core-compat-api": "0.5.15-next.0",
79
- "@backstage/core-components": "0.18.14-next.0",
80
- "@backstage/core-plugin-api": "1.12.9",
78
+ "@backstage/core-compat-api": "0.5.15-next.1",
79
+ "@backstage/core-components": "0.18.14-next.1",
80
+ "@backstage/core-plugin-api": "1.12.10-next.0",
81
81
  "@backstage/errors": "1.3.1",
82
- "@backstage/filter-predicates": "0.1.4",
83
- "@backstage/frontend-plugin-api": "0.18.0",
84
- "@backstage/integration-react": "1.2.21",
82
+ "@backstage/filter-predicates": "0.1.5-next.0",
83
+ "@backstage/frontend-plugin-api": "0.18.1-next.0",
84
+ "@backstage/integration-react": "1.2.22-next.0",
85
85
  "@backstage/plugin-permission-common": "0.9.10",
86
- "@backstage/plugin-permission-react": "0.5.4",
86
+ "@backstage/plugin-permission-react": "0.5.5-next.0",
87
87
  "@backstage/types": "1.2.2",
88
- "@backstage/ui": "0.17.2-next.0",
88
+ "@backstage/ui": "0.18.0-next.1",
89
89
  "@backstage/version-bridge": "1.0.12",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
93
+ "@mui/material": "^5.12.2",
93
94
  "@react-hookz/web": "^24.0.0",
94
95
  "@remixicon/react": ">=4.6.0 <4.9.0",
95
96
  "classnames": "^2.2.6",
@@ -104,11 +105,11 @@
104
105
  },
105
106
  "devDependencies": {
106
107
  "@backstage/cli": "0.36.6-next.0",
107
- "@backstage/core-app-api": "1.20.5-next.0",
108
- "@backstage/frontend-test-utils": "0.6.4-next.0",
108
+ "@backstage/core-app-api": "1.20.5-next.1",
109
+ "@backstage/frontend-test-utils": "0.6.4-next.1",
109
110
  "@backstage/plugin-catalog-common": "1.1.10",
110
- "@backstage/plugin-scaffolder-common": "2.3.0-next.0",
111
- "@backstage/test-utils": "1.7.22-next.0",
111
+ "@backstage/plugin-scaffolder-common": "2.3.0-next.1",
112
+ "@backstage/test-utils": "1.7.22-next.1",
112
113
  "@testing-library/dom": "^10.0.0",
113
114
  "@testing-library/jest-dom": "^6.0.0",
114
115
  "@testing-library/react": "^16.0.0",
@@ -122,7 +123,7 @@
122
123
  "react-test-renderer": "^16.13.1"
123
124
  },
124
125
  "peerDependencies": {
125
- "@backstage/frontend-test-utils": "0.6.4-next.0",
126
+ "@backstage/frontend-test-utils": "0.6.4-next.1",
126
127
  "@types/react": "^17.0.0 || ^18.0.0",
127
128
  "react": "^17.0.0 || ^18.0.0",
128
129
  "react-dom": "^17.0.0 || ^18.0.0",