@backstage/plugin-catalog-react 0.0.0-nightly-20230211022721 → 0.0.0-nightly-20230213023013

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-20230211022721
3
+ ## 0.0.0-nightly-20230213023013
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,16 +10,16 @@
10
10
  ### Patch Changes
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/core-components@0.0.0-nightly-20230211022721
14
- - @backstage/catalog-model@0.0.0-nightly-20230211022721
15
- - @backstage/theme@0.0.0-nightly-20230211022721
16
- - @backstage/catalog-client@0.0.0-nightly-20230211022721
13
+ - @backstage/core-components@0.0.0-nightly-20230213023013
14
+ - @backstage/catalog-model@0.0.0-nightly-20230213023013
15
+ - @backstage/theme@0.0.0-nightly-20230213023013
16
+ - @backstage/catalog-client@0.0.0-nightly-20230213023013
17
17
  - @backstage/core-plugin-api@1.3.0
18
18
  - @backstage/errors@1.1.4
19
19
  - @backstage/integration@1.4.2
20
20
  - @backstage/types@1.0.2
21
21
  - @backstage/version-bridge@1.0.3
22
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230211022721
22
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230213023013
23
23
  - @backstage/plugin-permission-common@0.7.3
24
24
  - @backstage/plugin-permission-react@0.4.9
25
25
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230211022721",
3
+ "version": "0.0.0-nightly-20230213023013",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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-20230211022721",
4
+ "version": "0.0.0-nightly-20230213023013",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20230211022721",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20230211022721",
38
- "@backstage/core-components": "^0.0.0-nightly-20230211022721",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20230213023013",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20230213023013",
38
+ "@backstage/core-components": "^0.0.0-nightly-20230213023013",
39
39
  "@backstage/core-plugin-api": "^1.3.0",
40
40
  "@backstage/errors": "^1.1.4",
41
41
  "@backstage/integration": "^1.4.2",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230211022721",
42
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230213023013",
43
43
  "@backstage/plugin-permission-common": "^0.7.3",
44
44
  "@backstage/plugin-permission-react": "^0.4.9",
45
- "@backstage/theme": "^0.0.0-nightly-20230211022721",
45
+ "@backstage/theme": "^0.0.0-nightly-20230213023013",
46
46
  "@backstage/types": "^1.0.2",
47
47
  "@backstage/version-bridge": "^1.0.3",
48
48
  "@material-ui/core": "^4.12.2",
@@ -63,11 +63,11 @@
63
63
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "^0.0.0-nightly-20230211022721",
67
- "@backstage/core-app-api": "^0.0.0-nightly-20230211022721",
68
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230211022721",
69
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230211022721",
70
- "@backstage/test-utils": "^0.0.0-nightly-20230211022721",
66
+ "@backstage/cli": "^0.0.0-nightly-20230213023013",
67
+ "@backstage/core-app-api": "^0.0.0-nightly-20230213023013",
68
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230213023013",
69
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230213023013",
70
+ "@backstage/test-utils": "^0.0.0-nightly-20230213023013",
71
71
  "@testing-library/jest-dom": "^5.10.1",
72
72
  "@testing-library/react": "^12.1.3",
73
73
  "@testing-library/react-hooks": "^8.0.0",