@backstage/integration-react 0.0.0-nightly-20220622024934 → 0.0.0-nightly-20220625024815

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 +4 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @backstage/integration-react
2
2
 
3
- ## 0.0.0-nightly-20220622024934
3
+ ## 0.0.0-nightly-20220625024815
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20220622024934
9
- - @backstage/integration@0.0.0-nightly-20220622024934
8
+ - @backstage/core-components@0.0.0-nightly-20220625024815
9
+ - @backstage/theme@0.0.0-nightly-20220625024815
10
+ - @backstage/integration@0.0.0-nightly-20220625024815
10
11
 
11
12
  ## 1.1.2-next.0
12
13
 
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-20220622024934",
4
+ "version": "0.0.0-nightly-20220625024815",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/core-components": "^0.0.0-nightly-20220622024934",
28
+ "@backstage/core-components": "^0.0.0-nightly-20220625024815",
29
29
  "@backstage/core-plugin-api": "^1.0.3",
30
- "@backstage/integration": "^0.0.0-nightly-20220622024934",
31
- "@backstage/theme": "^0.2.15",
30
+ "@backstage/integration": "^0.0.0-nightly-20220625024815",
31
+ "@backstage/theme": "^0.0.0-nightly-20220625024815",
32
32
  "@material-ui/core": "^4.12.2",
33
33
  "@material-ui/icons": "^4.9.1",
34
34
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -38,9 +38,9 @@
38
38
  "react": "^16.13.1 || ^17.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.0.0-nightly-20220622024934",
42
- "@backstage/dev-utils": "^0.0.0-nightly-20220622024934",
43
- "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
41
+ "@backstage/cli": "^0.0.0-nightly-20220625024815",
42
+ "@backstage/dev-utils": "^0.0.0-nightly-20220625024815",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20220625024815",
44
44
  "@testing-library/jest-dom": "^5.10.1",
45
45
  "@testing-library/react": "^12.1.3",
46
46
  "@testing-library/user-event": "^14.0.0",