@backstage/integration-react 0.0.0-nightly-202201323044 → 0.0.0-nightly-20220203021748

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 +39 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,48 @@
1
1
  # @backstage/integration-react
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-20220203021748
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config@0.0.0-nightly-202201323044
9
- - @backstage/integration@0.0.0-nightly-202201323044
10
- - @backstage/core-components@0.0.0-nightly-202201323044
11
- - @backstage/core-plugin-api@0.0.0-nightly-202201323044
12
- - @backstage/theme@0.0.0-nightly-202201323044
8
+ - @backstage/core-components@0.0.0-nightly-20220203021748
9
+
10
+ ## 0.1.20-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.8.7-next.0
16
+
17
+ ## 0.1.19
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.8.5
23
+ - @backstage/integration@0.7.2
24
+ - @backstage/core-plugin-api@0.6.0
25
+ - @backstage/config@0.1.13
26
+
27
+ ## 0.1.19-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/core-components@0.8.5-next.0
33
+ - @backstage/core-plugin-api@0.6.0-next.0
34
+ - @backstage/config@0.1.13-next.0
35
+ - @backstage/integration@0.7.2-next.0
36
+
37
+ ## 0.1.18
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ - @backstage/config@0.1.12
43
+ - @backstage/integration@0.7.1
44
+ - @backstage/core-components@0.8.4
45
+ - @backstage/core-plugin-api@0.5.0
13
46
 
14
47
  ## 0.1.17
15
48
 
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": "0.0.0-nightly-202201323044",
4
+ "version": "0.0.0-nightly-20220203021748",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -21,11 +21,11 @@
21
21
  "clean": "backstage-cli clean"
22
22
  },
23
23
  "dependencies": {
24
- "@backstage/config": "^0.0.0-nightly-202201323044",
25
- "@backstage/core-components": "^0.0.0-nightly-202201323044",
26
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
27
- "@backstage/integration": "^0.0.0-nightly-202201323044",
28
- "@backstage/theme": "^0.0.0-nightly-202201323044",
24
+ "@backstage/config": "^0.1.13",
25
+ "@backstage/core-components": "^0.0.0-nightly-20220203021748",
26
+ "@backstage/core-plugin-api": "^0.6.0",
27
+ "@backstage/integration": "^0.7.2",
28
+ "@backstage/theme": "^0.2.14",
29
29
  "@material-ui/core": "^4.12.2",
30
30
  "@material-ui/icons": "^4.9.1",
31
31
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -35,9 +35,9 @@
35
35
  "react": "^16.13.1 || ^17.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-202201323044",
39
- "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
40
- "@backstage/test-utils": "^0.0.0-nightly-202201323044",
38
+ "@backstage/cli": "^0.0.0-nightly-20220203021748",
39
+ "@backstage/dev-utils": "^0.0.0-nightly-20220203021748",
40
+ "@backstage/test-utils": "^0.0.0-nightly-20220203021748",
41
41
  "@testing-library/jest-dom": "^5.10.1",
42
42
  "@testing-library/react": "^11.2.5",
43
43
  "@testing-library/user-event": "^13.1.8",