@backstage/plugin-catalog-react 0.0.0-nightly-20240403021132 → 0.0.0-nightly-20240405021112

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,17 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20240403021132
3
+ ## 0.0.0-nightly-20240405021112
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240403021132
8
+ - @backstage/core-components@0.0.0-nightly-20240405021112
9
9
  - @backstage/catalog-client@1.6.3
10
10
  - @backstage/catalog-model@1.4.5
11
11
  - @backstage/core-plugin-api@1.9.1
12
12
  - @backstage/errors@1.2.4
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240403021132
14
- - @backstage/integration-react@0.0.0-nightly-20240403021132
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240405021112
14
+ - @backstage/integration-react@0.0.0-nightly-20240405021112
15
15
  - @backstage/types@1.1.1
16
16
  - @backstage/version-bridge@1.0.7
17
17
  - @backstage/plugin-catalog-common@1.0.22
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240403021132",
3
+ "version": "0.0.0-nightly-20240405021112",
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-20240403021132",
4
+ "version": "0.0.0-nightly-20240405021112",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,11 +46,11 @@
46
46
  "dependencies": {
47
47
  "@backstage/catalog-client": "^1.6.3",
48
48
  "@backstage/catalog-model": "^1.4.5",
49
- "@backstage/core-components": "^0.0.0-nightly-20240403021132",
49
+ "@backstage/core-components": "^0.0.0-nightly-20240405021112",
50
50
  "@backstage/core-plugin-api": "^1.9.1",
51
51
  "@backstage/errors": "^1.2.4",
52
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240403021132",
53
- "@backstage/integration-react": "^0.0.0-nightly-20240403021132",
52
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240405021112",
53
+ "@backstage/integration-react": "^0.0.0-nightly-20240405021112",
54
54
  "@backstage/plugin-catalog-common": "^1.0.22",
55
55
  "@backstage/plugin-permission-common": "^0.7.13",
56
56
  "@backstage/plugin-permission-react": "^0.4.21",
@@ -75,7 +75,7 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20240403021132",
78
+ "@backstage/cli": "^0.0.0-nightly-20240405021112",
79
79
  "@backstage/core-app-api": "^1.12.3",
80
80
  "@backstage/plugin-catalog-common": "^1.0.22",
81
81
  "@backstage/plugin-scaffolder-common": "^1.5.1",