@backstage/dev-utils 1.1.17-next.0 → 1.1.17
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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/dev-utils
|
|
2
2
|
|
|
3
|
+
## 1.1.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b29a856: Fixed styling of the dev app by adding a lazy import of `@backstage/ui/css/styles.css`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/ui@0.9.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.21.3
|
|
11
|
+
- @backstage/core-components@0.18.3
|
|
12
|
+
- @backstage/core-plugin-api@1.12.0
|
|
13
|
+
- @backstage/core-app-api@1.19.2
|
|
14
|
+
- @backstage/catalog-model@1.7.6
|
|
15
|
+
- @backstage/app-defaults@1.7.2
|
|
16
|
+
- @backstage/integration-react@1.2.12
|
|
17
|
+
|
|
18
|
+
## 1.1.17-next.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/ui@0.9.0-next.1
|
|
24
|
+
|
|
3
25
|
## 1.1.17-next.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/dev-utils",
|
|
3
|
-
"version": "1.1.17
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"description": "Utilities for developing Backstage plugins.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/app-defaults": "1.7.2
|
|
40
|
-
"@backstage/catalog-model": "1.7.6
|
|
41
|
-
"@backstage/core-app-api": "1.19.2
|
|
42
|
-
"@backstage/core-components": "0.18.3
|
|
43
|
-
"@backstage/core-plugin-api": "1.
|
|
44
|
-
"@backstage/integration-react": "1.2.12
|
|
45
|
-
"@backstage/plugin-catalog-react": "1.21.3
|
|
46
|
-
"@backstage/theme": "0.7.0",
|
|
47
|
-
"@backstage/ui": "0.
|
|
39
|
+
"@backstage/app-defaults": "^1.7.2",
|
|
40
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
41
|
+
"@backstage/core-app-api": "^1.19.2",
|
|
42
|
+
"@backstage/core-components": "^0.18.3",
|
|
43
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
44
|
+
"@backstage/integration-react": "^1.2.12",
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
46
|
+
"@backstage/theme": "^0.7.0",
|
|
47
|
+
"@backstage/ui": "^0.9.0",
|
|
48
48
|
"@material-ui/core": "^4.12.2",
|
|
49
49
|
"@material-ui/icons": "^4.9.1",
|
|
50
50
|
"react-use": "^17.2.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "0.34.5
|
|
54
|
-
"@backstage/test-utils": "1.7.13
|
|
53
|
+
"@backstage/cli": "^0.34.5",
|
|
54
|
+
"@backstage/test-utils": "^1.7.13",
|
|
55
55
|
"@testing-library/dom": "^10.0.0",
|
|
56
56
|
"@testing-library/jest-dom": "^6.0.0",
|
|
57
57
|
"@testing-library/react": "^16.0.0",
|