@backstage/plugin-catalog-react 0.0.0-nightly-20230512021813 → 0.0.0-nightly-20230514022003

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20230512021813
3
+ ## 0.0.0-nightly-20230514022003
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -28,9 +28,9 @@
28
28
  ### Patch Changes
29
29
 
30
30
  - Updated dependencies
31
- - @backstage/theme@0.0.0-nightly-20230512021813
32
- - @backstage/integration@0.0.0-nightly-20230512021813
33
- - @backstage/core-components@0.0.0-nightly-20230512021813
31
+ - @backstage/theme@0.0.0-nightly-20230514022003
32
+ - @backstage/integration@0.0.0-nightly-20230514022003
33
+ - @backstage/core-components@0.0.0-nightly-20230514022003
34
34
  - @backstage/catalog-client@1.4.1
35
35
  - @backstage/catalog-model@1.3.0
36
36
  - @backstage/core-plugin-api@1.5.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230512021813",
3
+ "version": "0.0.0-nightly-20230514022003",
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-20230512021813",
4
+ "version": "0.0.0-nightly-20230514022003",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,14 +45,14 @@
45
45
  "dependencies": {
46
46
  "@backstage/catalog-client": "^1.4.1",
47
47
  "@backstage/catalog-model": "^1.3.0",
48
- "@backstage/core-components": "^0.0.0-nightly-20230512021813",
48
+ "@backstage/core-components": "^0.0.0-nightly-20230514022003",
49
49
  "@backstage/core-plugin-api": "^1.5.1",
50
50
  "@backstage/errors": "^1.1.5",
51
- "@backstage/integration": "^0.0.0-nightly-20230512021813",
51
+ "@backstage/integration": "^0.0.0-nightly-20230514022003",
52
52
  "@backstage/plugin-catalog-common": "^1.0.13",
53
53
  "@backstage/plugin-permission-common": "^0.7.5",
54
54
  "@backstage/plugin-permission-react": "^0.4.12",
55
- "@backstage/theme": "^0.0.0-nightly-20230512021813",
55
+ "@backstage/theme": "^0.0.0-nightly-20230514022003",
56
56
  "@backstage/types": "^1.0.2",
57
57
  "@backstage/version-bridge": "^1.0.4",
58
58
  "@material-ui/core": "^4.12.2",
@@ -74,11 +74,11 @@
74
74
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.0.0-nightly-20230512021813",
78
- "@backstage/core-app-api": "^0.0.0-nightly-20230512021813",
77
+ "@backstage/cli": "^0.0.0-nightly-20230514022003",
78
+ "@backstage/core-app-api": "^0.0.0-nightly-20230514022003",
79
79
  "@backstage/plugin-catalog-common": "^1.0.13",
80
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230512021813",
81
- "@backstage/test-utils": "^0.0.0-nightly-20230512021813",
80
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230514022003",
81
+ "@backstage/test-utils": "^0.0.0-nightly-20230514022003",
82
82
  "@testing-library/dom": "^8.0.0",
83
83
  "@testing-library/jest-dom": "^5.10.1",
84
84
  "@testing-library/react": "^12.1.3",