@backstage/integration-react 1.1.11-next.0 → 1.1.11-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,5 +1,27 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 1.1.11-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.5-next.2
9
+ - @backstage/core-plugin-api@1.5.0-next.2
10
+ - @backstage/config@1.0.7-next.0
11
+ - @backstage/integration@1.4.3-next.0
12
+
13
+ ## 1.1.11-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.12.5-next.1
20
+ - @backstage/core-plugin-api@1.4.1-next.1
21
+ - @backstage/integration@1.4.3-next.0
22
+ - @backstage/config@1.0.7-next.0
23
+ - @backstage/theme@0.2.18-next.0
24
+
3
25
  ## 1.1.11-next.0
4
26
 
5
27
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -109,7 +109,7 @@ declare class ScmAuth implements ScmAuthApi {
109
109
  */
110
110
  static createDefaultApiFactory(): _backstage_core_plugin_api.ApiFactory<ScmAuthApi, ScmAuthApi, {
111
111
  github: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
112
- gitlab: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
112
+ gitlab: OAuthApi & _backstage_core_plugin_api.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
113
113
  azure: OAuthApi & _backstage_core_plugin_api.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
114
114
  bitbucket: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
115
115
  }>;
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.11-next.0",
4
+ "version": "1.1.11-next.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/config": "^1.0.6",
27
- "@backstage/core-components": "^0.12.5-next.0",
28
- "@backstage/core-plugin-api": "^1.4.1-next.0",
29
- "@backstage/integration": "^1.4.2",
30
- "@backstage/theme": "^0.2.17",
26
+ "@backstage/config": "^1.0.7-next.0",
27
+ "@backstage/core-components": "^0.12.5-next.2",
28
+ "@backstage/core-plugin-api": "^1.5.0-next.2",
29
+ "@backstage/integration": "^1.4.3-next.0",
30
+ "@backstage/theme": "^0.2.18-next.0",
31
31
  "@material-ui/core": "^4.12.2",
32
32
  "@material-ui/icons": "^4.9.1",
33
33
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -37,15 +37,15 @@
37
37
  "react": "^16.13.1 || ^17.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.22.4-next.0",
41
- "@backstage/dev-utils": "^1.0.13-next.0",
42
- "@backstage/test-utils": "^1.2.6-next.0",
40
+ "@backstage/cli": "^0.22.4-next.1",
41
+ "@backstage/dev-utils": "^1.0.13-next.2",
42
+ "@backstage/test-utils": "^1.2.6-next.2",
43
43
  "@testing-library/jest-dom": "^5.10.1",
44
44
  "@testing-library/react": "^12.1.3",
45
45
  "@testing-library/user-event": "^14.0.0",
46
46
  "@types/node": "^16.11.26",
47
47
  "cross-fetch": "^3.1.5",
48
- "msw": "^0.49.0"
48
+ "msw": "^1.0.0"
49
49
  },
50
50
  "files": [
51
51
  "dist"