@backstage/dev-utils 0.0.0-nightly-20260106025021 → 0.0.0-nightly-20260108025012

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 +16 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,29 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20260106025021
3
+ ## 0.0.0-nightly-20260108025012
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20260106025021
9
- - @backstage/core-components@0.0.0-nightly-20260106025021
10
- - @backstage/app-defaults@0.0.0-nightly-20260106025021
8
+ - @backstage/ui@0.0.0-nightly-20260108025012
9
+ - @backstage/core-components@0.0.0-nightly-20260108025012
10
+ - @backstage/app-defaults@0.0.0-nightly-20260108025012
11
11
  - @backstage/catalog-model@1.7.6
12
12
  - @backstage/core-app-api@1.19.3
13
13
  - @backstage/core-plugin-api@1.12.1
14
- - @backstage/integration-react@0.0.0-nightly-20260106025021
14
+ - @backstage/integration-react@0.0.0-nightly-20260108025012
15
15
  - @backstage/theme@0.7.1
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260106025021
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260108025012
17
+
18
+ ## 1.1.19-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.18.5-next.0
24
+ - @backstage/app-defaults@1.7.4-next.0
25
+ - @backstage/integration-react@1.2.14-next.0
26
+ - @backstage/plugin-catalog-react@1.21.5-next.1
17
27
 
18
28
  ## 1.1.19-next.1
19
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
- "version": "0.0.0-nightly-20260106025021",
3
+ "version": "0.0.0-nightly-20260108025012",
4
4
  "description": "Utilities for developing Backstage plugins.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -36,21 +36,21 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/app-defaults": "0.0.0-nightly-20260106025021",
39
+ "@backstage/app-defaults": "0.0.0-nightly-20260108025012",
40
40
  "@backstage/catalog-model": "1.7.6",
41
41
  "@backstage/core-app-api": "1.19.3",
42
- "@backstage/core-components": "0.0.0-nightly-20260106025021",
42
+ "@backstage/core-components": "0.0.0-nightly-20260108025012",
43
43
  "@backstage/core-plugin-api": "1.12.1",
44
- "@backstage/integration-react": "0.0.0-nightly-20260106025021",
45
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260106025021",
44
+ "@backstage/integration-react": "0.0.0-nightly-20260108025012",
45
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260108025012",
46
46
  "@backstage/theme": "0.7.1",
47
- "@backstage/ui": "0.0.0-nightly-20260106025021",
47
+ "@backstage/ui": "0.0.0-nightly-20260108025012",
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.0.0-nightly-20260106025021",
53
+ "@backstage/cli": "0.0.0-nightly-20260108025012",
54
54
  "@backstage/test-utils": "1.7.14",
55
55
  "@testing-library/dom": "^10.0.0",
56
56
  "@testing-library/jest-dom": "^6.0.0",