@backstage/plugin-catalog-react 0.0.0-nightly-20231019021320 → 0.0.0-nightly-20231020021216

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 CHANGED
@@ -1,17 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20231019021320
3
+ ## 0.0.0-nightly-20231020021216
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - 71c97e7d7393: The `spec.type` field in entities will now always be rendered as a string.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20231019021320
11
- - @backstage/core-plugin-api@0.0.0-nightly-20231019021320
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20231019021320
13
- - @backstage/version-bridge@0.0.0-nightly-20231019021320
14
- - @backstage/theme@0.0.0-nightly-20231019021320
10
+ - @backstage/core-components@0.0.0-nightly-20231020021216
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20231020021216
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20231020021216
13
+ - @backstage/version-bridge@0.0.0-nightly-20231020021216
14
+ - @backstage/theme@0.0.0-nightly-20231020021216
15
+ - @backstage/integration@1.7.1
16
+ - @backstage/catalog-client@1.4.5
17
+ - @backstage/catalog-model@1.4.3
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-catalog-common@1.0.17
21
+ - @backstage/plugin-permission-common@0.7.9
15
22
 
16
23
  ## 1.8.5
17
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20231019021320",
3
+ "version": "0.0.0-nightly-20231020021216",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-20231019021320",
4
+ "version": "0.0.0-nightly-20231020021216",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,16 +46,16 @@
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-20231019021320",
50
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231019021320",
49
+ "@backstage/core-components": "^0.0.0-nightly-20231020021216",
50
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231020021216",
51
51
  "@backstage/errors": "^1.2.3",
52
52
  "@backstage/integration": "^1.7.1",
53
53
  "@backstage/plugin-catalog-common": "^1.0.17",
54
54
  "@backstage/plugin-permission-common": "^0.7.9",
55
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20231019021320",
56
- "@backstage/theme": "^0.0.0-nightly-20231019021320",
55
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20231020021216",
56
+ "@backstage/theme": "^0.0.0-nightly-20231020021216",
57
57
  "@backstage/types": "^1.1.1",
58
- "@backstage/version-bridge": "^0.0.0-nightly-20231019021320",
58
+ "@backstage/version-bridge": "^0.0.0-nightly-20231020021216",
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
61
61
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -75,11 +75,11 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.23.0",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20231019021320",
78
+ "@backstage/cli": "^0.0.0-nightly-20231020021216",
79
+ "@backstage/core-app-api": "^0.0.0-nightly-20231020021216",
80
80
  "@backstage/plugin-catalog-common": "^1.0.17",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20231019021320",
82
- "@backstage/test-utils": "^0.0.0-nightly-20231019021320",
81
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20231020021216",
82
+ "@backstage/test-utils": "^0.0.0-nightly-20231020021216",
83
83
  "@testing-library/dom": "^9.0.0",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@testing-library/react": "^14.0.0",