@backstage/integration-react 1.1.31-next.0 → 1.1.31
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 +13 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/integration-react
|
|
2
2
|
|
|
3
|
+
## 1.1.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8a9d797: Remove unnecessary broad permissions from Gitlab `SCMAuth`
|
|
8
|
+
|
|
9
|
+
Newer versions of Gitlab (after 2019) do not require the broad api permissions to write to repos.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/integration@1.15.0
|
|
13
|
+
- @backstage/core-plugin-api@1.9.4
|
|
14
|
+
- @backstage/config@1.2.0
|
|
15
|
+
|
|
3
16
|
## 1.1.31-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration-react",
|
|
3
|
-
"version": "1.1.31
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"description": "Frontend package for managing integrations towards external systems",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@backstage/config": "^1.2.0",
|
|
37
|
-
"@backstage/core-plugin-api": "^1.9.4
|
|
38
|
-
"@backstage/integration": "^1.15.0
|
|
37
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
38
|
+
"@backstage/integration": "^1.15.0",
|
|
39
39
|
"@material-ui/core": "^4.12.2",
|
|
40
40
|
"@material-ui/icons": "^4.9.1",
|
|
41
41
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@backstage/cli": "^0.27.1
|
|
45
|
-
"@backstage/core-components": "^0.
|
|
46
|
-
"@backstage/dev-utils": "^1.1.0
|
|
47
|
-
"@backstage/test-utils": "^1.6.0
|
|
44
|
+
"@backstage/cli": "^0.27.1",
|
|
45
|
+
"@backstage/core-components": "^0.15.0",
|
|
46
|
+
"@backstage/dev-utils": "^1.1.0",
|
|
47
|
+
"@backstage/test-utils": "^1.6.0",
|
|
48
48
|
"@testing-library/dom": "^10.0.0",
|
|
49
49
|
"@testing-library/jest-dom": "^6.0.0",
|
|
50
50
|
"msw": "^1.0.0"
|