@backstage/plugin-org-react 0.1.12 → 0.1.13-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,28 +1,42 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.1.12
3
+ ## 0.1.13-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 8cec7664e146: Removed `@types/node` dependency
7
8
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@1.8.3
9
- - @backstage/catalog-client@1.4.3
10
- - @backstage/catalog-model@1.4.1
11
- - @backstage/core-components@0.13.4
12
- - @backstage/core-plugin-api@1.5.3
9
+ - @backstage/core-components@0.13.5-next.2
10
+ - @backstage/core-plugin-api@1.6.0-next.2
11
+ - @backstage/plugin-catalog-react@1.8.4-next.2
12
+ - @backstage/catalog-model@1.4.2-next.1
13
+ - @backstage/catalog-client@1.4.4-next.1
14
+ - @backstage/theme@0.4.1
15
+
16
+ ## 0.1.13-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-react@1.8.4-next.1
22
+ - @backstage/core-components@0.13.5-next.1
23
+ - @backstage/catalog-model@1.4.2-next.0
24
+ - @backstage/core-plugin-api@1.6.0-next.1
25
+ - @backstage/catalog-client@1.4.4-next.0
13
26
  - @backstage/theme@0.4.1
14
27
 
15
- ## 0.1.11
28
+ ## 0.1.12-next.0
16
29
 
17
30
  ### Patch Changes
18
31
 
32
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
19
33
  - Updated dependencies
20
- - @backstage/plugin-catalog-react@1.8.2
34
+ - @backstage/core-plugin-api@1.6.0-next.0
35
+ - @backstage/core-components@0.13.5-next.0
21
36
  - @backstage/catalog-client@1.4.3
22
37
  - @backstage/catalog-model@1.4.1
23
- - @backstage/core-components@0.13.4
24
- - @backstage/core-plugin-api@1.5.3
25
38
  - @backstage/theme@0.4.1
39
+ - @backstage/plugin-catalog-react@1.8.3-next.0
26
40
 
27
41
  ## 0.1.10
28
42
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { GroupEntity } from '@backstage/catalog-model';
3
3
 
4
4
  /**
@@ -13,6 +13,6 @@ type GroupListPickerProps = {
13
13
  onChange: (value: GroupEntity | undefined) => void;
14
14
  };
15
15
  /** @public */
16
- declare const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
16
+ declare const GroupListPicker: (props: GroupListPickerProps) => React.JSX.Element;
17
17
 
18
18
  export { GroupListPicker, GroupListPickerProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.1.12",
3
+ "version": "0.1.13-next.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,15 +31,16 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/catalog-client": "^1.4.3",
35
- "@backstage/catalog-model": "^1.4.1",
36
- "@backstage/core-components": "^0.13.4",
37
- "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/plugin-catalog-react": "^1.8.3",
34
+ "@backstage/catalog-client": "^1.4.4-next.1",
35
+ "@backstage/catalog-model": "^1.4.2-next.1",
36
+ "@backstage/core-components": "^0.13.5-next.2",
37
+ "@backstage/core-plugin-api": "^1.6.0-next.2",
38
+ "@backstage/plugin-catalog-react": "^1.8.4-next.2",
39
39
  "@backstage/theme": "^0.4.1",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
42
42
  "@material-ui/lab": "4.0.0-alpha.61",
43
+ "@types/react": "^16.13.1 || ^17.0.0",
43
44
  "react-use": "^17.2.4"
44
45
  },
45
46
  "peerDependencies": {
@@ -48,16 +49,14 @@
48
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
50
  },
50
51
  "devDependencies": {
51
- "@backstage/cli": "^0.22.12",
52
- "@backstage/core-app-api": "^1.9.1",
53
- "@backstage/dev-utils": "^1.0.20",
54
- "@backstage/test-utils": "^1.4.2",
52
+ "@backstage/cli": "^0.22.13-next.2",
53
+ "@backstage/core-app-api": "^1.10.0-next.2",
54
+ "@backstage/dev-utils": "^1.0.21-next.2",
55
+ "@backstage/test-utils": "^1.4.3-next.2",
55
56
  "@testing-library/dom": "^8.0.0",
56
57
  "@testing-library/jest-dom": "^5.10.1",
57
58
  "@testing-library/react": "^12.1.3",
58
59
  "@testing-library/user-event": "^14.0.0",
59
- "@types/node": "*",
60
- "@types/react": "^16.13.1 || ^17.0.0",
61
60
  "msw": "^1.0.0"
62
61
  },
63
62
  "files": [