@backstage/plugin-org-react 0.0.0-nightly-20230328022219 → 0.0.0-nightly-20230330022134

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,17 +1,32 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230328022219
3
+ ## 0.0.0-nightly-20230330022134
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
8
+ - e0c6e8b9c3c: Update peer dependencies
8
9
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20230328022219
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230328022219
10
+ - @backstage/core-components@0.0.0-nightly-20230330022134
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230330022134
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230330022134
13
+ - @backstage/theme@0.0.0-nightly-20230330022134
14
+ - @backstage/catalog-client@1.4.0
15
+ - @backstage/catalog-model@1.2.1
16
+
17
+ ## 0.1.6-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
22
+ - e0c6e8b9c3c: Update peer dependencies
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.12.6-next.1
25
+ - @backstage/core-plugin-api@1.5.1-next.0
26
+ - @backstage/plugin-catalog-react@1.4.1-next.1
27
+ - @backstage/theme@0.2.19-next.0
11
28
  - @backstage/catalog-client@1.4.0
12
29
  - @backstage/catalog-model@1.2.1
13
- - @backstage/core-plugin-api@1.5.0
14
- - @backstage/theme@0.2.18
15
30
 
16
31
  ## 0.1.6-next.0
17
32
 
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@ import { GroupEntity } from '@backstage/catalog-model';
6
6
  *
7
7
  * @public
8
8
  */
9
- declare type GroupListPickerProps = {
9
+ type GroupListPickerProps = {
10
10
  defaultValue?: string;
11
11
  placeholder?: string;
12
12
  groupTypes?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230328022219",
3
+ "version": "0.0.0-nightly-20230330022134",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,27 +32,31 @@
32
32
  "dependencies": {
33
33
  "@backstage/catalog-client": "^1.4.0",
34
34
  "@backstage/catalog-model": "^1.2.1",
35
- "@backstage/core-components": "^0.0.0-nightly-20230328022219",
36
- "@backstage/core-plugin-api": "^1.5.0",
37
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230328022219",
38
- "@backstage/theme": "^0.2.18",
35
+ "@backstage/core-components": "^0.0.0-nightly-20230330022134",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230330022134",
37
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230330022134",
38
+ "@backstage/theme": "^0.0.0-nightly-20230330022134",
39
39
  "@material-ui/core": "^4.12.2",
40
40
  "@material-ui/icons": "^4.9.1",
41
41
  "@material-ui/lab": "4.0.0-alpha.61",
42
42
  "react-use": "^17.2.4"
43
43
  },
44
44
  "peerDependencies": {
45
- "react": "^16.13.1 || ^17.0.0"
45
+ "react": "^16.13.1 || ^17.0.0",
46
+ "react-dom": "^16.13.1 || ^17.0.0",
47
+ "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
48
  },
47
49
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20230328022219",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20230328022219",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20230328022219",
51
- "@backstage/test-utils": "^0.0.0-nightly-20230328022219",
50
+ "@backstage/cli": "^0.0.0-nightly-20230330022134",
51
+ "@backstage/core-app-api": "^0.0.0-nightly-20230330022134",
52
+ "@backstage/dev-utils": "^0.0.0-nightly-20230330022134",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20230330022134",
54
+ "@testing-library/dom": "^8.0.0",
52
55
  "@testing-library/jest-dom": "^5.10.1",
53
56
  "@testing-library/react": "^12.1.3",
54
57
  "@testing-library/user-event": "^14.0.0",
55
58
  "@types/node": "*",
59
+ "@types/react": "^16.13.1 || ^17.0.0",
56
60
  "cross-fetch": "^3.1.5",
57
61
  "msw": "^1.0.0"
58
62
  },