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

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 +25 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,34 @@
1
1
  # @backstage/integration-react
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201921950
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-202201921950
9
+ - @backstage/core-plugin-api@0.0.0-nightly-202201921950
10
+ - @backstage/config@0.0.0-nightly-202201921950
11
+ - @backstage/integration@0.0.0-nightly-202201921950
12
+
13
+ ## 0.1.19-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/core-components@0.8.5-next.0
19
+ - @backstage/core-plugin-api@0.6.0-next.0
20
+ - @backstage/config@0.1.13-next.0
21
+ - @backstage/integration@0.7.2-next.0
22
+
23
+ ## 0.1.18
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/config@0.1.12
29
+ - @backstage/integration@0.7.1
30
+ - @backstage/core-components@0.8.4
31
+ - @backstage/core-plugin-api@0.5.0
13
32
 
14
33
  ## 0.1.17
15
34
 
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-202201921950",
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.0.0-nightly-202201921950",
25
+ "@backstage/core-components": "^0.0.0-nightly-202201921950",
26
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
27
+ "@backstage/integration": "^0.0.0-nightly-202201921950",
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-202201921950",
39
+ "@backstage/dev-utils": "^0.0.0-nightly-202201921950",
40
+ "@backstage/test-utils": "^0.0.0-nightly-202201921950",
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",