@backstage/plugin-catalog-react 0.0.0-nightly-20231101021742 → 0.0.0-nightly-20231102021349
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 +8 -8
- package/alpha/package.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231102021349
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
- 77f009b35d66: Internal updates to match changes in the experimental `@backstage/frontend-plugin-api`.
|
|
32
32
|
- 71c97e7d7393: The `spec.type` field in entities will now always be rendered as a string.
|
|
33
33
|
- Updated dependencies
|
|
34
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
35
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
36
|
-
- @backstage/integration@0.0.0-nightly-
|
|
37
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
38
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
39
|
-
- @backstage/version-bridge@0.0.0-nightly-
|
|
40
|
-
- @backstage/theme@0.0.0-nightly-
|
|
34
|
+
- @backstage/core-components@0.0.0-nightly-20231102021349
|
|
35
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20231102021349
|
|
36
|
+
- @backstage/integration@0.0.0-nightly-20231102021349
|
|
37
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231102021349
|
|
38
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20231102021349
|
|
39
|
+
- @backstage/version-bridge@0.0.0-nightly-20231102021349
|
|
40
|
+
- @backstage/theme@0.0.0-nightly-20231102021349
|
|
41
41
|
- @backstage/catalog-client@1.4.5
|
|
42
42
|
- @backstage/catalog-model@1.4.3
|
|
43
43
|
- @backstage/errors@1.2.3
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
3
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20231102021349",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@backstage/catalog-client": "^1.4.5",
|
|
48
48
|
"@backstage/catalog-model": "^1.4.3",
|
|
49
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
50
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
49
|
+
"@backstage/core-components": "^0.0.0-nightly-20231102021349",
|
|
50
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231102021349",
|
|
51
51
|
"@backstage/errors": "^1.2.3",
|
|
52
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20231102021349",
|
|
53
|
+
"@backstage/integration": "^0.0.0-nightly-20231102021349",
|
|
54
54
|
"@backstage/plugin-catalog-common": "^1.0.17",
|
|
55
55
|
"@backstage/plugin-permission-common": "^0.7.9",
|
|
56
|
-
"@backstage/plugin-permission-react": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
56
|
+
"@backstage/plugin-permission-react": "^0.0.0-nightly-20231102021349",
|
|
57
|
+
"@backstage/theme": "^0.0.0-nightly-20231102021349",
|
|
58
58
|
"@backstage/types": "^1.1.1",
|
|
59
|
-
"@backstage/version-bridge": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/version-bridge": "^0.0.0-nightly-20231102021349",
|
|
60
60
|
"@material-ui/core": "^4.12.2",
|
|
61
61
|
"@material-ui/icons": "^4.9.1",
|
|
62
62
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
80
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
79
|
+
"@backstage/cli": "^0.0.0-nightly-20231102021349",
|
|
80
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231102021349",
|
|
81
81
|
"@backstage/plugin-catalog-common": "^1.0.17",
|
|
82
|
-
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-
|
|
83
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
82
|
+
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20231102021349",
|
|
83
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231102021349",
|
|
84
84
|
"@testing-library/dom": "^9.0.0",
|
|
85
85
|
"@testing-library/jest-dom": "^6.0.0",
|
|
86
86
|
"@testing-library/react": "^14.0.0",
|