@backstage/plugin-catalog-import 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044

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 +9 -9
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5333451def: Cleaned up API exports
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-202201122931
10
- - @backstage/core-plugin-api@0.0.0-nightly-202201122931
11
- - @backstage/integration@0.0.0-nightly-202201122931
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201122931
13
- - @backstage/errors@0.0.0-nightly-202201122931
14
- - @backstage/catalog-client@0.0.0-nightly-202201122931
15
- - @backstage/catalog-model@0.0.0-nightly-202201122931
16
- - @backstage/integration-react@0.0.0-nightly-202201122931
9
+ - @backstage/integration@0.0.0-nightly-202201323044
10
+ - @backstage/core-components@0.0.0-nightly-202201323044
11
+ - @backstage/core-plugin-api@0.0.0-nightly-202201323044
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
13
+ - @backstage/errors@0.0.0-nightly-202201323044
14
+ - @backstage/catalog-client@0.0.0-nightly-202201323044
15
+ - @backstage/catalog-model@0.0.0-nightly-202201323044
16
+ - @backstage/integration-react@0.0.0-nightly-202201323044
17
17
 
18
18
  ## 0.7.8
19
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
3
  "description": "A Backstage plugin the helps you import entities into your catalog",
4
- "version": "0.0.0-nightly-202201122931",
4
+ "version": "0.0.0-nightly-202201323044",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,14 +31,14 @@
31
31
  "clean": "backstage-cli clean"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/catalog-client": "^0.0.0-nightly-202201122931",
35
- "@backstage/catalog-model": "^0.0.0-nightly-202201122931",
36
- "@backstage/core-components": "^0.0.0-nightly-202201122931",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201122931",
38
- "@backstage/errors": "^0.0.0-nightly-202201122931",
39
- "@backstage/integration": "^0.0.0-nightly-202201122931",
40
- "@backstage/integration-react": "^0.0.0-nightly-202201122931",
41
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201122931",
34
+ "@backstage/catalog-client": "^0.0.0-nightly-202201323044",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
36
+ "@backstage/core-components": "^0.0.0-nightly-202201323044",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
38
+ "@backstage/errors": "^0.0.0-nightly-202201323044",
39
+ "@backstage/integration": "^0.0.0-nightly-202201323044",
40
+ "@backstage/integration-react": "^0.0.0-nightly-202201323044",
41
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/icons": "^4.9.1",
44
44
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -56,10 +56,10 @@
56
56
  "react": "^16.13.1 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.0.0-nightly-202201122931",
60
- "@backstage/core-app-api": "^0.0.0-nightly-202201122931",
61
- "@backstage/dev-utils": "^0.0.0-nightly-202201122931",
62
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
59
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
60
+ "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
61
+ "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
62
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^11.2.5",
65
65
  "@testing-library/react-hooks": "^7.0.2",