@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230815020958 → 0.0.0-nightly-20230819020703

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,11 +1,23 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230815020958
3
+ ## 0.0.0-nightly-20230819020703
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20230815020958
9
+ - @backstage/core-components@0.0.0-nightly-20230819020703
10
+ - @backstage/catalog-model@1.4.1
11
+ - @backstage/core-plugin-api@1.5.3
12
+ - @backstage/errors@1.2.1
13
+ - @backstage/theme@0.4.1
14
+
15
+ ## 0.1.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/core-components@0.13.4
9
21
  - @backstage/core-plugin-api@1.5.3
10
22
  - @backstage/catalog-model@1.4.1
11
23
  - @backstage/errors@1.2.1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  /// <reference types="react" />
2
+ import * as React from 'react';
3
+ import React__default from 'react';
2
4
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
5
  import { Entity } from '@backstage/catalog-model';
4
6
 
@@ -15,10 +17,10 @@ declare const catalogUnprocessedEntitiesPlugin: _backstage_core_plugin_api.Backs
15
17
  *
16
18
  * @public
17
19
  */
18
- declare const CatalogUnprocessedEntitiesPage: () => JSX.Element;
20
+ declare const CatalogUnprocessedEntitiesPage: () => React.JSX.Element;
19
21
 
20
22
  /** @public */
21
- declare const UnprocessedEntitiesContent: () => JSX.Element;
23
+ declare const UnprocessedEntitiesContent: () => React__default.JSX.Element;
22
24
 
23
25
  /**
24
26
  * Unprocessed entity data stored in the database.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230815020958",
3
+ "version": "0.0.0-nightly-20230819020703",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,13 +29,14 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@backstage/catalog-model": "^1.4.1",
32
- "@backstage/core-components": "^0.0.0-nightly-20230815020958",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230819020703",
33
33
  "@backstage/core-plugin-api": "^1.5.3",
34
34
  "@backstage/errors": "^1.2.1",
35
35
  "@backstage/theme": "^0.4.1",
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
40
  "react-use": "^17.2.4"
40
41
  },
41
42
  "peerDependencies": {
@@ -44,10 +45,10 @@
44
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
45
46
  },
46
47
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-20230815020958",
48
- "@backstage/core-app-api": "^0.0.0-nightly-20230815020958",
49
- "@backstage/dev-utils": "^0.0.0-nightly-20230815020958",
50
- "@backstage/test-utils": "^0.0.0-nightly-20230815020958",
48
+ "@backstage/cli": "^0.0.0-nightly-20230819020703",
49
+ "@backstage/core-app-api": "^1.9.1",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20230819020703",
51
+ "@backstage/test-utils": "^1.4.2",
51
52
  "@testing-library/jest-dom": "^5.10.1",
52
53
  "@testing-library/react": "^12.1.3",
53
54
  "@testing-library/user-event": "^14.0.0",