@backstage/plugin-org-react 0.1.12 → 0.1.13-next.1

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,29 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.1.12
3
+ ## 0.1.13-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 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
8
+ - @backstage/plugin-catalog-react@1.8.4-next.1
9
+ - @backstage/core-components@0.13.5-next.1
10
+ - @backstage/catalog-model@1.4.2-next.0
11
+ - @backstage/core-plugin-api@1.6.0-next.1
12
+ - @backstage/catalog-client@1.4.4-next.0
13
13
  - @backstage/theme@0.4.1
14
14
 
15
- ## 0.1.11
15
+ ## 0.1.12-next.0
16
16
 
17
17
  ### Patch Changes
18
18
 
19
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
19
20
  - Updated dependencies
20
- - @backstage/plugin-catalog-react@1.8.2
21
+ - @backstage/core-plugin-api@1.6.0-next.0
22
+ - @backstage/core-components@0.13.5-next.0
21
23
  - @backstage/catalog-client@1.4.3
22
24
  - @backstage/catalog-model@1.4.1
23
- - @backstage/core-components@0.13.4
24
- - @backstage/core-plugin-api@1.5.3
25
25
  - @backstage/theme@0.4.1
26
+ - @backstage/plugin-catalog-react@1.8.3-next.0
26
27
 
27
28
  ## 0.1.10
28
29
 
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.1",
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.0",
35
+ "@backstage/catalog-model": "^1.4.2-next.0",
36
+ "@backstage/core-components": "^0.13.5-next.1",
37
+ "@backstage/core-plugin-api": "^1.6.0-next.1",
38
+ "@backstage/plugin-catalog-react": "^1.8.4-next.1",
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,15 @@
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.1",
53
+ "@backstage/core-app-api": "^1.10.0-next.1",
54
+ "@backstage/dev-utils": "^1.0.21-next.1",
55
+ "@backstage/test-utils": "^1.4.3-next.1",
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
60
  "@types/node": "*",
60
- "@types/react": "^16.13.1 || ^17.0.0",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "files": [