@backstage/plugin-org-react 0.0.0-nightly-20230818020953 → 0.0.0-nightly-20230820020928

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,16 +1,17 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230818020953
3
+ ## 0.0.0-nightly-20230820020928
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-20230818020953
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230818020953
9
+ - @backstage/core-components@0.0.0-nightly-20230820020928
10
10
  - @backstage/catalog-client@1.4.3
11
11
  - @backstage/catalog-model@1.4.1
12
12
  - @backstage/core-plugin-api@1.5.3
13
13
  - @backstage/theme@0.4.1
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230820020928
14
15
 
15
16
  ## 0.1.10
16
17
 
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.0.0-nightly-20230818020953",
3
+ "version": "0.0.0-nightly-20230820020928",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,13 +33,14 @@
33
33
  "dependencies": {
34
34
  "@backstage/catalog-client": "^1.4.3",
35
35
  "@backstage/catalog-model": "^1.4.1",
36
- "@backstage/core-components": "^0.0.0-nightly-20230818020953",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230820020928",
37
37
  "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230818020953",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230820020928",
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.0.0-nightly-20230818020953",
52
+ "@backstage/cli": "^0.0.0-nightly-20230820020928",
52
53
  "@backstage/core-app-api": "^1.9.1",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20230818020953",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230820020928",
54
55
  "@backstage/test-utils": "^1.4.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
60
  "@types/node": "*",
60
- "@types/react": "^16.13.1 || ^17.0.0",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "files": [