@backstage/app-defaults 1.6.2 → 1.6.3
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 +22 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/app-defaults
|
|
2
2
|
|
|
3
|
+
## 1.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.17.3
|
|
9
|
+
- @backstage/core-plugin-api@1.10.8
|
|
10
|
+
- @backstage/core-app-api@1.17.1
|
|
11
|
+
- @backstage/theme@0.6.6
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
13
|
+
|
|
14
|
+
## 1.6.3-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/core-components@0.17.3-next.0
|
|
20
|
+
- @backstage/core-app-api@1.17.0
|
|
21
|
+
- @backstage/core-plugin-api@1.10.7
|
|
22
|
+
- @backstage/theme@0.6.6
|
|
23
|
+
- @backstage/plugin-permission-react@0.4.34
|
|
24
|
+
|
|
3
25
|
## 1.6.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/app-defaults",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "Provides the default wiring of a Backstage App",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/core-app-api": "^1.17.
|
|
40
|
-
"@backstage/core-components": "^0.17.
|
|
41
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
42
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
39
|
+
"@backstage/core-app-api": "^1.17.1",
|
|
40
|
+
"@backstage/core-components": "^0.17.3",
|
|
41
|
+
"@backstage/core-plugin-api": "^1.10.8",
|
|
42
|
+
"@backstage/plugin-permission-react": "^0.4.35",
|
|
43
43
|
"@backstage/theme": "^0.6.6",
|
|
44
44
|
"@material-ui/core": "^4.12.2",
|
|
45
45
|
"@material-ui/icons": "^4.9.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "^0.
|
|
49
|
-
"@backstage/test-utils": "^1.7.
|
|
48
|
+
"@backstage/cli": "^0.33.0",
|
|
49
|
+
"@backstage/test-utils": "^1.7.9",
|
|
50
50
|
"@testing-library/jest-dom": "^6.0.0",
|
|
51
51
|
"@testing-library/react": "^16.0.0",
|
|
52
52
|
"@types/react": "^18.0.0",
|