@backstage/plugin-catalog-react 0.0.0-nightly-2021101322257 → 0.0.0-nightly-2021101422237

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-2021101322257
3
+ ## 0.0.0-nightly-2021101422237
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-client@0.0.0-nightly-2021101322257
9
- - @backstage/core-plugin-api@0.0.0-nightly-2021101322257
10
- - @backstage/core-app-api@0.0.0-nightly-2021101322257
11
- - @backstage/catalog-model@0.0.0-nightly-2021101322257
12
- - @backstage/core-components@0.0.0-nightly-2021101322257
13
- - @backstage/errors@0.0.0-nightly-2021101322257
14
- - @backstage/integration@0.0.0-nightly-2021101322257
15
- - @backstage/types@0.0.0-nightly-2021101322257
16
- - @backstage/version-bridge@0.0.0-nightly-2021101322257
8
+ - @backstage/catalog-client@0.0.0-nightly-2021101422237
9
+ - @backstage/core-plugin-api@0.0.0-nightly-2021101422237
10
+ - @backstage/core-app-api@0.0.0-nightly-2021101422237
11
+ - @backstage/catalog-model@0.0.0-nightly-2021101422237
12
+ - @backstage/core-components@0.0.0-nightly-2021101422237
13
+ - @backstage/errors@0.0.0-nightly-2021101422237
14
+ - @backstage/integration@0.0.0-nightly-2021101422237
15
+ - @backstage/types@0.0.0-nightly-2021101422237
16
+ - @backstage/version-bridge@0.0.0-nightly-2021101422237
17
17
 
18
18
  ## 0.6.3
19
19
 
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-2021101322257",
4
+ "version": "0.0.0-nightly-2021101422237",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,15 +29,15 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-client": "^0.0.0-nightly-2021101322257",
33
- "@backstage/catalog-model": "^0.0.0-nightly-2021101322257",
34
- "@backstage/core-app-api": "^0.0.0-nightly-2021101322257",
35
- "@backstage/core-components": "^0.0.0-nightly-2021101322257",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-2021101322257",
37
- "@backstage/errors": "^0.0.0-nightly-2021101322257",
38
- "@backstage/integration": "^0.0.0-nightly-2021101322257",
39
- "@backstage/types": "^0.0.0-nightly-2021101322257",
40
- "@backstage/version-bridge": "^0.0.0-nightly-2021101322257",
32
+ "@backstage/catalog-client": "^0.0.0-nightly-2021101422237",
33
+ "@backstage/catalog-model": "^0.0.0-nightly-2021101422237",
34
+ "@backstage/core-app-api": "^0.0.0-nightly-2021101422237",
35
+ "@backstage/core-components": "^0.0.0-nightly-2021101422237",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-2021101422237",
37
+ "@backstage/errors": "^0.0.0-nightly-2021101422237",
38
+ "@backstage/integration": "^0.0.0-nightly-2021101422237",
39
+ "@backstage/types": "^0.0.0-nightly-2021101422237",
40
+ "@backstage/version-bridge": "^0.0.0-nightly-2021101422237",
41
41
  "@material-ui/core": "^4.12.2",
42
42
  "@material-ui/icons": "^4.9.1",
43
43
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -51,8 +51,8 @@
51
51
  "zen-observable": "^0.8.15"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.0.0-nightly-2021101322257",
55
- "@backstage/test-utils": "^0.0.0-nightly-2021101322257",
54
+ "@backstage/cli": "^0.0.0-nightly-2021101422237",
55
+ "@backstage/test-utils": "^0.0.0-nightly-2021101422237",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^11.2.5",
58
58
  "@testing-library/react-hooks": "^7.0.2",