@backstage/plugin-catalog-unprocessed-entities 0.1.3-next.3 → 0.1.4-next.0

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,30 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.7.0-next.0
9
+ - @backstage/core-components@0.13.6-next.0
10
+ - @backstage/catalog-model@1.4.2
11
+ - @backstage/errors@1.2.2
12
+ - @backstage/theme@0.4.2
13
+
14
+ ## 0.1.3
15
+
16
+ ### Patch Changes
17
+
18
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
19
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
20
+ - 8cec7664e146: Removed `@types/node` dependency
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.13.5
23
+ - @backstage/catalog-model@1.4.2
24
+ - @backstage/core-plugin-api@1.6.0
25
+ - @backstage/errors@1.2.2
26
+ - @backstage/theme@0.4.2
27
+
3
28
  ## 0.1.3-next.3
4
29
 
5
30
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { Entity } from '@backstage/catalog-model';
11
11
  */
12
12
  declare const catalogUnprocessedEntitiesPlugin: _backstage_core_plugin_api.BackstagePlugin<{
13
13
  root: _backstage_core_plugin_api.RouteRef<undefined>;
14
- }, {}, {}>;
14
+ }, {}>;
15
15
  /**
16
16
  * Tool page for the Catalog Unprocessed Entities Plugin
17
17
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.1.3-next.3",
3
+ "version": "0.1.4-next.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^1.4.2-next.2",
33
- "@backstage/core-components": "^0.13.5-next.3",
34
- "@backstage/core-plugin-api": "^1.6.0-next.3",
35
- "@backstage/errors": "^1.2.2-next.0",
36
- "@backstage/theme": "^0.4.2-next.0",
32
+ "@backstage/catalog-model": "^1.4.2",
33
+ "@backstage/core-components": "^0.13.6-next.0",
34
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
35
+ "@backstage/errors": "^1.2.2",
36
+ "@backstage/theme": "^0.4.2",
37
37
  "@material-ui/core": "^4.9.13",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -46,10 +46,10 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.22.13-next.3",
50
- "@backstage/core-app-api": "^1.10.0-next.3",
51
- "@backstage/dev-utils": "^1.0.21-next.3",
52
- "@backstage/test-utils": "^1.4.3-next.3",
49
+ "@backstage/cli": "^0.23.0-next.0",
50
+ "@backstage/core-app-api": "^1.10.1-next.0",
51
+ "@backstage/dev-utils": "^1.0.22-next.0",
52
+ "@backstage/test-utils": "^1.4.4-next.0",
53
53
  "@testing-library/jest-dom": "^5.10.1",
54
54
  "@testing-library/react": "^12.1.3",
55
55
  "@testing-library/user-event": "^14.0.0",