@backstage/integration-react 1.1.12-next.1 → 1.1.12-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,16 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 1.1.12-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.6-next.2
9
+ - @backstage/core-plugin-api@1.5.1-next.1
10
+ - @backstage/config@1.0.7
11
+ - @backstage/integration@1.4.4-next.0
12
+ - @backstage/theme@0.2.19-next.0
13
+
3
14
  ## 1.1.12-next.1
4
15
 
5
16
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -229,7 +229,7 @@ declare const scmIntegrationsApiRef: ApiRef<ScmIntegrationRegistry>;
229
229
  *
230
230
  * @public
231
231
  */
232
- declare type ScmIntegrationIconProps = {
232
+ type ScmIntegrationIconProps = {
233
233
  /**
234
234
  * The integration type, e.g. "github".
235
235
  */
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.12-next.1",
4
+ "version": "1.1.12-next.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@backstage/config": "^1.0.7",
27
- "@backstage/core-components": "^0.12.6-next.1",
28
- "@backstage/core-plugin-api": "^1.5.1-next.0",
27
+ "@backstage/core-components": "^0.12.6-next.2",
28
+ "@backstage/core-plugin-api": "^1.5.1-next.1",
29
29
  "@backstage/integration": "^1.4.4-next.0",
30
30
  "@backstage/theme": "^0.2.19-next.0",
31
31
  "@material-ui/core": "^4.12.2",
@@ -39,9 +39,9 @@
39
39
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.22.6-next.1",
43
- "@backstage/dev-utils": "^1.0.14-next.1",
44
- "@backstage/test-utils": "^1.3.0-next.1",
42
+ "@backstage/cli": "^0.22.6-next.2",
43
+ "@backstage/dev-utils": "^1.0.14-next.2",
44
+ "@backstage/test-utils": "^1.3.0-next.2",
45
45
  "@testing-library/dom": "^8.0.0",
46
46
  "@testing-library/jest-dom": "^5.10.1",
47
47
  "@testing-library/react": "^12.1.3",