@backstage/plugin-catalog-react 0.0.0-nightly-20231004021350 → 0.0.0-nightly-20231006021145

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,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20231004021350
3
+ ## 0.0.0-nightly-20231006021145
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a402e1dfb977: Fixed an issue causing `EntityPage` to show an error for entities containing special characters
8
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20231004021350
10
- - @backstage/core-plugin-api@0.0.0-nightly-20231004021350
11
- - @backstage/core-components@0.0.0-nightly-20231004021350
12
- - @backstage/plugin-permission-react@0.0.0-nightly-20231004021350
9
+ - @backstage/integration@0.0.0-nightly-20231006021145
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20231006021145
11
+ - @backstage/core-components@0.0.0-nightly-20231006021145
12
+ - @backstage/theme@0.0.0-nightly-20231006021145
13
+ - @backstage/plugin-permission-react@0.0.0-nightly-20231006021145
13
14
  - @backstage/catalog-client@1.4.4
14
15
  - @backstage/catalog-model@1.4.2
15
16
  - @backstage/errors@1.2.2
16
- - @backstage/theme@0.4.2
17
17
  - @backstage/types@1.1.1
18
18
  - @backstage/version-bridge@1.0.5
19
19
  - @backstage/plugin-catalog-common@1.0.16
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20231004021350",
3
+ "version": "0.0.0-nightly-20231006021145",
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-20231004021350",
4
+ "version": "0.0.0-nightly-20231006021145",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,14 +46,14 @@
46
46
  "dependencies": {
47
47
  "@backstage/catalog-client": "^1.4.4",
48
48
  "@backstage/catalog-model": "^1.4.2",
49
- "@backstage/core-components": "^0.0.0-nightly-20231004021350",
50
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231004021350",
49
+ "@backstage/core-components": "^0.0.0-nightly-20231006021145",
50
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231006021145",
51
51
  "@backstage/errors": "^1.2.2",
52
- "@backstage/integration": "^0.0.0-nightly-20231004021350",
52
+ "@backstage/integration": "^0.0.0-nightly-20231006021145",
53
53
  "@backstage/plugin-catalog-common": "^1.0.16",
54
54
  "@backstage/plugin-permission-common": "^0.7.8",
55
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20231004021350",
56
- "@backstage/theme": "^0.4.2",
55
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20231006021145",
56
+ "@backstage/theme": "^0.0.0-nightly-20231006021145",
57
57
  "@backstage/types": "^1.1.1",
58
58
  "@backstage/version-bridge": "^1.0.5",
59
59
  "@material-ui/core": "^4.12.2",
@@ -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-20231004021350",
80
- "@backstage/core-app-api": "^0.0.0-nightly-20231004021350",
79
+ "@backstage/cli": "^0.0.0-nightly-20231006021145",
80
+ "@backstage/core-app-api": "^0.0.0-nightly-20231006021145",
81
81
  "@backstage/plugin-catalog-common": "^1.0.16",
82
82
  "@backstage/plugin-scaffolder-common": "^1.4.1",
83
- "@backstage/test-utils": "^0.0.0-nightly-20231004021350",
83
+ "@backstage/test-utils": "^0.0.0-nightly-20231006021145",
84
84
  "@testing-library/dom": "^8.0.0",
85
85
  "@testing-library/jest-dom": "^5.10.1",
86
86
  "@testing-library/react": "^12.1.3",