@backstage/plugin-catalog 0.0.0-nightly-20220622024934 → 0.0.0-nightly-20220623024748

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 +7 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
- ## 0.0.0-nightly-20220622024934
3
+ ## 0.0.0-nightly-20220623024748
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -25,12 +25,12 @@
25
25
  ```
26
26
 
27
27
  - Updated dependencies
28
- - @backstage/catalog-model@0.0.0-nightly-20220622024934
29
- - @backstage/core-components@0.0.0-nightly-20220622024934
30
- - @backstage/catalog-client@0.0.0-nightly-20220622024934
31
- - @backstage/integration-react@0.0.0-nightly-20220622024934
32
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220622024934
33
- - @backstage/plugin-search-react@0.0.0-nightly-20220622024934
28
+ - @backstage/catalog-model@0.0.0-nightly-20220623024748
29
+ - @backstage/core-components@0.0.0-nightly-20220623024748
30
+ - @backstage/catalog-client@0.0.0-nightly-20220623024748
31
+ - @backstage/integration-react@0.0.0-nightly-20220623024748
32
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220623024748
33
+ - @backstage/plugin-search-react@0.0.0-nightly-20220623024748
34
34
 
35
35
  ## 1.3.1-next.0
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
3
  "description": "The Backstage plugin for browsing the Backstage catalog",
4
- "version": "0.0.0-nightly-20220622024934",
4
+ "version": "0.0.0-nightly-20220623024748",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^0.0.0-nightly-20220622024934",
38
- "@backstage/catalog-model": "^0.0.0-nightly-20220622024934",
39
- "@backstage/core-components": "^0.0.0-nightly-20220622024934",
37
+ "@backstage/catalog-client": "^0.0.0-nightly-20220623024748",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20220623024748",
39
+ "@backstage/core-components": "^0.0.0-nightly-20220623024748",
40
40
  "@backstage/core-plugin-api": "^1.0.3",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration-react": "^0.0.0-nightly-20220622024934",
42
+ "@backstage/integration-react": "^0.0.0-nightly-20220623024748",
43
43
  "@backstage/plugin-catalog-common": "^1.0.3",
44
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220622024934",
44
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220623024748",
45
45
  "@backstage/plugin-search-common": "^0.3.5",
46
- "@backstage/plugin-search-react": "^0.0.0-nightly-20220622024934",
46
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20220623024748",
47
47
  "@backstage/theme": "^0.2.15",
48
48
  "@backstage/types": "^1.0.0",
49
49
  "@material-ui/core": "^4.12.2",
@@ -61,11 +61,11 @@
61
61
  "react": "^16.13.1 || ^17.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.0.0-nightly-20220622024934",
65
- "@backstage/core-app-api": "^0.0.0-nightly-20220622024934",
66
- "@backstage/dev-utils": "^0.0.0-nightly-20220622024934",
64
+ "@backstage/cli": "^0.0.0-nightly-20220623024748",
65
+ "@backstage/core-app-api": "^0.0.0-nightly-20220623024748",
66
+ "@backstage/dev-utils": "^0.0.0-nightly-20220623024748",
67
67
  "@backstage/plugin-permission-react": "^0.4.2",
68
- "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
68
+ "@backstage/test-utils": "^0.0.0-nightly-20220623024748",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^12.1.3",
71
71
  "@testing-library/user-event": "^14.0.0",