@backstage/integration-react 1.1.20-next.1 → 1.1.20

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +11 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 1.1.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 0b55f773a7: Removed some unused dependencies
8
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
9
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
10
+ - Updated dependencies
11
+ - @backstage/integration@1.7.1
12
+ - @backstage/core-plugin-api@1.7.0
13
+ - @backstage/config@1.1.1
14
+
15
+ ## 1.1.20-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 0b55f773a7: Removed some unused dependencies
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@1.7.0-next.1
22
+ - @backstage/integration@1.7.1-next.1
23
+ - @backstage/config@1.1.1-next.0
24
+
3
25
  ## 1.1.20-next.1
4
26
 
5
27
  ### Patch Changes
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.20-next.1",
4
+ "version": "1.1.20",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,16 +30,12 @@
30
30
  "clean": "backstage-cli package clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/config": "^1.1.0",
34
- "@backstage/core-components": "^0.13.6-next.1",
35
- "@backstage/core-plugin-api": "^1.7.0-next.0",
36
- "@backstage/integration": "^1.7.1-next.0",
37
- "@backstage/theme": "^0.4.2",
33
+ "@backstage/config": "^1.1.1",
34
+ "@backstage/core-plugin-api": "^1.7.0",
35
+ "@backstage/integration": "^1.7.1",
38
36
  "@material-ui/core": "^4.12.2",
39
37
  "@material-ui/icons": "^4.9.1",
40
- "@material-ui/lab": "4.0.0-alpha.61",
41
- "@types/react": "^16.13.1 || ^17.0.0",
42
- "react-use": "^17.2.4"
38
+ "@types/react": "^16.13.1 || ^17.0.0"
43
39
  },
44
40
  "peerDependencies": {
45
41
  "react": "^16.13.1 || ^17.0.0",
@@ -47,13 +43,12 @@
47
43
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
44
  },
49
45
  "devDependencies": {
50
- "@backstage/cli": "^0.23.0-next.1",
51
- "@backstage/dev-utils": "^1.0.22-next.1",
52
- "@backstage/test-utils": "^1.4.4-next.1",
53
- "@testing-library/dom": "^8.0.0",
54
- "@testing-library/jest-dom": "^5.10.1",
55
- "@testing-library/react": "^12.1.3",
56
- "@testing-library/user-event": "^14.0.0",
46
+ "@backstage/cli": "^0.23.0",
47
+ "@backstage/core-components": "^0.13.6",
48
+ "@backstage/dev-utils": "^1.0.22",
49
+ "@backstage/test-utils": "^1.4.4",
50
+ "@testing-library/dom": "^9.0.0",
51
+ "@testing-library/jest-dom": "^6.0.0",
57
52
  "msw": "^1.0.0"
58
53
  },
59
54
  "files": [