@backstage/integration-react 1.1.17 → 1.1.18-next.0

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,14 +1,15 @@
1
1
  # @backstage/integration-react
2
2
 
3
- ## 1.1.17
3
+ ## 1.1.18-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
7
8
  - Updated dependencies
8
- - @backstage/integration@1.6.1
9
+ - @backstage/integration@1.7.0-next.0
10
+ - @backstage/core-plugin-api@1.6.0-next.0
11
+ - @backstage/core-components@0.13.5-next.0
9
12
  - @backstage/config@1.0.8
10
- - @backstage/core-components@0.13.4
11
- - @backstage/core-plugin-api@1.5.3
12
13
  - @backstage/theme@0.4.1
13
14
 
14
15
  ## 1.1.16
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
1
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
2
  import { AuthRequestOptions, ApiRef, OAuthApi } from '@backstage/core-plugin-api';
4
3
  import { Config } from '@backstage/config';
5
4
  import { ScmIntegrationRegistry } from '@backstage/integration';
5
+ import React from 'react';
6
6
 
7
7
  /**
8
8
  * The options that control a {@link ScmAuthApi.getCredentials} call.
@@ -240,6 +240,6 @@ type ScmIntegrationIconProps = {
240
240
  *
241
241
  * @public
242
242
  */
243
- declare const ScmIntegrationIcon: (props: ScmIntegrationIconProps) => JSX.Element;
243
+ declare const ScmIntegrationIcon: (props: ScmIntegrationIconProps) => React.JSX.Element;
244
244
 
245
245
  export { ScmAuth, ScmAuthApi, ScmAuthTokenOptions, ScmAuthTokenResponse, ScmIntegrationIcon, ScmIntegrationIconProps, ScmIntegrationsApi, scmAuthApiRef, scmIntegrationsApiRef };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/integration-react",
3
3
  "description": "Frontend package for managing integrations towards external systems",
4
- "version": "1.1.17",
4
+ "version": "1.1.18-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,13 +30,14 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@backstage/config": "^1.0.8",
33
- "@backstage/core-components": "^0.13.4",
34
- "@backstage/core-plugin-api": "^1.5.3",
35
- "@backstage/integration": "^1.6.1",
33
+ "@backstage/core-components": "^0.13.5-next.0",
34
+ "@backstage/core-plugin-api": "^1.6.0-next.0",
35
+ "@backstage/integration": "^1.7.0-next.0",
36
36
  "@backstage/theme": "^0.4.1",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "4.0.0-alpha.61",
40
+ "@types/react": "^16.13.1 || ^17.0.0",
40
41
  "react-use": "^17.2.4"
41
42
  },
42
43
  "peerDependencies": {
@@ -45,15 +46,14 @@
45
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
47
  },
47
48
  "devDependencies": {
48
- "@backstage/cli": "^0.22.11",
49
- "@backstage/dev-utils": "^1.0.19",
50
- "@backstage/test-utils": "^1.4.2",
49
+ "@backstage/cli": "^0.22.12-next.0",
50
+ "@backstage/dev-utils": "^1.0.20-next.0",
51
+ "@backstage/test-utils": "^1.4.3-next.0",
51
52
  "@testing-library/dom": "^8.0.0",
52
53
  "@testing-library/jest-dom": "^5.10.1",
53
54
  "@testing-library/react": "^12.1.3",
54
55
  "@testing-library/user-event": "^14.0.0",
55
56
  "@types/node": "^16.11.26",
56
- "@types/react": "^16.13.1 || ^17.0.0",
57
57
  "msw": "^1.0.0"
58
58
  },
59
59
  "files": [