@backstage/plugin-catalog-import 0.10.6-next.1 → 0.10.6-next.2

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,5 +1,25 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.10.6-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.14.0-next.1
11
+ - @backstage/core-plugin-api@1.9.0-next.1
12
+ - @backstage/frontend-plugin-api@0.6.0-next.2
13
+ - @backstage/plugin-catalog-react@1.10.0-next.2
14
+ - @backstage/integration-react@1.1.24-next.1
15
+ - @backstage/core-compat-api@0.2.0-next.2
16
+ - @backstage/config@1.1.1
17
+ - @backstage/catalog-client@1.6.0-next.1
18
+ - @backstage/catalog-model@1.4.4-next.0
19
+ - @backstage/errors@1.2.3
20
+ - @backstage/integration@1.9.0-next.0
21
+ - @backstage/plugin-catalog-common@1.0.21-next.0
22
+
3
23
  ## 0.10.6-next.1
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -19,7 +19,7 @@ Some features are not yet available for all supported Git providers.
19
19
 
20
20
  ```bash
21
21
  # From your Backstage root directory
22
- yarn add --cwd packages/app @backstage/plugin-catalog-import
22
+ yarn --cwd packages/app add @backstage/plugin-catalog-import
23
23
  ```
24
24
 
25
25
  2. Add the `CatalogImportPage` extension to the app:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.10.6-next.1",
3
+ "version": "0.10.6-next.2",
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,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.10.6-next.1",
4
+ "version": "0.10.6-next.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -47,20 +47,20 @@
47
47
  "@backstage/catalog-client": "^1.6.0-next.1",
48
48
  "@backstage/catalog-model": "^1.4.4-next.0",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-compat-api": "^0.2.0-next.1",
51
- "@backstage/core-components": "^0.14.0-next.0",
52
- "@backstage/core-plugin-api": "^1.8.3-next.0",
50
+ "@backstage/core-compat-api": "^0.2.0-next.2",
51
+ "@backstage/core-components": "^0.14.0-next.1",
52
+ "@backstage/core-plugin-api": "^1.9.0-next.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/frontend-plugin-api": "^0.6.0-next.1",
54
+ "@backstage/frontend-plugin-api": "^0.6.0-next.2",
55
55
  "@backstage/integration": "^1.9.0-next.0",
56
- "@backstage/integration-react": "^1.1.24-next.0",
56
+ "@backstage/integration-react": "^1.1.24-next.1",
57
57
  "@backstage/plugin-catalog-common": "^1.0.21-next.0",
58
- "@backstage/plugin-catalog-react": "^1.9.4-next.1",
58
+ "@backstage/plugin-catalog-react": "^1.10.0-next.2",
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
61
61
  "@material-ui/lab": "4.0.0-alpha.61",
62
62
  "@octokit/rest": "^19.0.3",
63
- "@types/react": "^16.13.1 || ^17.0.0",
63
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
64
64
  "git-url-parse": "^13.0.0",
65
65
  "js-base64": "^3.6.0",
66
66
  "lodash": "^4.17.21",
@@ -74,10 +74,10 @@
74
74
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.25.2-next.1",
78
- "@backstage/core-app-api": "^1.11.4-next.0",
79
- "@backstage/dev-utils": "^1.0.27-next.1",
80
- "@backstage/test-utils": "^1.5.0-next.1",
77
+ "@backstage/cli": "^0.25.2-next.2",
78
+ "@backstage/core-app-api": "^1.12.0-next.1",
79
+ "@backstage/dev-utils": "^1.0.27-next.2",
80
+ "@backstage/test-utils": "^1.5.0-next.2",
81
81
  "@testing-library/dom": "^9.0.0",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@testing-library/react": "^14.0.0",