@backstage/plugin-catalog-react 0.0.0-nightly-20240907022659 → 0.0.0-nightly-20240908023050

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-20240907022659
3
+ ## 0.0.0-nightly-20240908023050
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,11 +9,11 @@
9
9
  - 5446061: The `/alpha` export no longer export extension creators for the new frontend system, existing usage should be switched to use the equivalent extension blueprint instead. For more information see the [new frontend system 1.30 migration documentation](https://backstage.io/docs/frontend-system/architecture/migrations#130).
10
10
  - ae9b6cb: Small internal fix to better work with recent `lodash` versions
11
11
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-20240907022659
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240907022659
14
- - @backstage/core-compat-api@0.0.0-nightly-20240907022659
15
- - @backstage/catalog-client@0.0.0-nightly-20240907022659
16
- - @backstage/integration-react@0.0.0-nightly-20240907022659
12
+ - @backstage/core-components@0.0.0-nightly-20240908023050
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240908023050
14
+ - @backstage/core-compat-api@0.0.0-nightly-20240908023050
15
+ - @backstage/catalog-client@0.0.0-nightly-20240908023050
16
+ - @backstage/integration-react@0.0.0-nightly-20240908023050
17
17
  - @backstage/catalog-model@1.6.0
18
18
  - @backstage/core-plugin-api@1.9.3
19
19
  - @backstage/errors@1.2.4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "0.0.0-nightly-20240907022659",
3
+ "version": "0.0.0-nightly-20240908023050",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240907022659",
3
+ "version": "0.0.0-nightly-20240908023050",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -56,14 +56,14 @@
56
56
  "test": "backstage-cli package test"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/catalog-client": "^0.0.0-nightly-20240907022659",
59
+ "@backstage/catalog-client": "^0.0.0-nightly-20240908023050",
60
60
  "@backstage/catalog-model": "^1.6.0",
61
- "@backstage/core-compat-api": "^0.0.0-nightly-20240907022659",
62
- "@backstage/core-components": "^0.0.0-nightly-20240907022659",
61
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240908023050",
62
+ "@backstage/core-components": "^0.0.0-nightly-20240908023050",
63
63
  "@backstage/core-plugin-api": "^1.9.3",
64
64
  "@backstage/errors": "^1.2.4",
65
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240907022659",
66
- "@backstage/integration-react": "^0.0.0-nightly-20240907022659",
65
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240908023050",
66
+ "@backstage/integration-react": "^0.0.0-nightly-20240908023050",
67
67
  "@backstage/plugin-catalog-common": "^1.0.26",
68
68
  "@backstage/plugin-permission-common": "^0.8.1",
69
69
  "@backstage/plugin-permission-react": "^0.4.25",
@@ -83,12 +83,12 @@
83
83
  "zen-observable": "^0.10.0"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "^0.0.0-nightly-20240907022659",
87
- "@backstage/core-app-api": "^0.0.0-nightly-20240907022659",
88
- "@backstage/frontend-test-utils": "^0.0.0-nightly-20240907022659",
86
+ "@backstage/cli": "^0.0.0-nightly-20240908023050",
87
+ "@backstage/core-app-api": "^0.0.0-nightly-20240908023050",
88
+ "@backstage/frontend-test-utils": "^0.0.0-nightly-20240908023050",
89
89
  "@backstage/plugin-catalog-common": "^1.0.26",
90
90
  "@backstage/plugin-scaffolder-common": "^1.5.5",
91
- "@backstage/test-utils": "^0.0.0-nightly-20240907022659",
91
+ "@backstage/test-utils": "^0.0.0-nightly-20240908023050",
92
92
  "@testing-library/dom": "^10.0.0",
93
93
  "@testing-library/jest-dom": "^6.0.0",
94
94
  "@testing-library/react": "^15.0.0",