@backstage/dev-utils 1.1.18-next.0 → 1.1.18

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 1.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-app-api@1.19.3
9
+ - @backstage/ui@0.10.0
10
+ - @backstage/core-components@0.18.4
11
+ - @backstage/plugin-catalog-react@1.21.4
12
+ - @backstage/core-plugin-api@1.12.1
13
+ - @backstage/theme@0.7.1
14
+ - @backstage/app-defaults@1.7.3
15
+ - @backstage/integration-react@1.2.13
16
+
17
+ ## 1.1.18-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/ui@0.10.0-next.1
23
+ - @backstage/core-components@0.18.4-next.1
24
+ - @backstage/plugin-catalog-react@1.21.4-next.1
25
+
3
26
  ## 1.1.18-next.0
4
27
 
5
28
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -115,4 +115,5 @@ declare class DevAppBuilder {
115
115
  */
116
116
  declare function createDevApp(): DevAppBuilder;
117
117
 
118
- export { DevAppBuilder, type DevAppPageOptions, EntityGridItem, SidebarLanguageSwitcher, SidebarSignOutButton, createDevApp };
118
+ export { DevAppBuilder, EntityGridItem, SidebarLanguageSwitcher, SidebarSignOutButton, createDevApp };
119
+ export type { DevAppPageOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
- "version": "1.1.18-next.0",
3
+ "version": "1.1.18",
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.3-next.0",
40
- "@backstage/catalog-model": "1.7.6",
41
- "@backstage/core-app-api": "1.19.3-next.0",
42
- "@backstage/core-components": "0.18.4-next.0",
43
- "@backstage/core-plugin-api": "1.12.1-next.0",
44
- "@backstage/integration-react": "1.2.13-next.0",
45
- "@backstage/plugin-catalog-react": "1.21.4-next.0",
46
- "@backstage/theme": "0.7.1-next.0",
47
- "@backstage/ui": "0.9.1-next.0",
39
+ "@backstage/app-defaults": "^1.7.3",
40
+ "@backstage/catalog-model": "^1.7.6",
41
+ "@backstage/core-app-api": "^1.19.3",
42
+ "@backstage/core-components": "^0.18.4",
43
+ "@backstage/core-plugin-api": "^1.12.1",
44
+ "@backstage/integration-react": "^1.2.13",
45
+ "@backstage/plugin-catalog-react": "^1.21.4",
46
+ "@backstage/theme": "^0.7.1",
47
+ "@backstage/ui": "^0.10.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.6-next.0",
54
- "@backstage/test-utils": "1.7.14-next.0",
53
+ "@backstage/cli": "^0.35.0",
54
+ "@backstage/test-utils": "^1.7.14",
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",