@backstage/plugin-catalog-unprocessed-entities 0.1.8-next.0 → 0.1.8-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,27 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.1.8-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.0-next.2
9
+ - @backstage/catalog-model@1.4.4-next.0
10
+ - @backstage/core-plugin-api@1.9.0-next.1
11
+ - @backstage/errors@1.2.3
12
+
13
+ ## 0.1.8-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
18
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.14.0-next.1
21
+ - @backstage/core-plugin-api@1.9.0-next.1
22
+ - @backstage/catalog-model@1.4.4-next.0
23
+ - @backstage/errors@1.2.3
24
+
3
25
  ## 0.1.8-next.0
4
26
 
5
27
  ### Patch Changes
package/README.md CHANGED
@@ -29,7 +29,7 @@ Requires the `@backstage/plugin-catalog-backend-module-unprocessed` module to be
29
29
  ## Installation
30
30
 
31
31
  ```shell
32
- yarn add --cwd packages/app @backstage/plugin-catalog-unprocessed-entities
32
+ yarn --cwd packages/app add @backstage/plugin-catalog-unprocessed-entities
33
33
  ```
34
34
 
35
35
  Import into your `App.tsx` and include into the `<FlatRoutes>` component:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.1.8-next.0",
3
+ "version": "0.1.8-next.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,13 +30,13 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/catalog-model": "^1.4.4-next.0",
33
- "@backstage/core-components": "^0.14.0-next.0",
34
- "@backstage/core-plugin-api": "^1.8.3-next.0",
33
+ "@backstage/core-components": "^0.14.0-next.2",
34
+ "@backstage/core-plugin-api": "^1.9.0-next.1",
35
35
  "@backstage/errors": "^1.2.3",
36
36
  "@material-ui/core": "^4.9.13",
37
37
  "@material-ui/icons": "^4.9.1",
38
38
  "@material-ui/lab": "^4.0.0-alpha.60",
39
- "@types/react": "^16.13.1 || ^17.0.0",
39
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
40
40
  "react-use": "^17.2.4"
41
41
  },
42
42
  "peerDependencies": {
@@ -45,8 +45,8 @@
45
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.25.2-next.1",
49
- "@backstage/dev-utils": "^1.0.27-next.1",
48
+ "@backstage/cli": "^0.25.2-next.3",
49
+ "@backstage/dev-utils": "^1.0.27-next.3",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^14.0.0"
52
52
  },