@backstage/dev-utils 0.0.0-nightly-20260101025642 → 0.0.0-nightly-20260102024955

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/dev-utils
2
2
 
3
- ## 0.0.0-nightly-20260101025642
3
+ ## 0.0.0-nightly-20260102024955
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/ui@0.0.0-nightly-20260101025642
8
+ - @backstage/ui@0.0.0-nightly-20260102024955
9
9
  - @backstage/app-defaults@1.7.3
10
10
  - @backstage/catalog-model@1.7.6
11
11
  - @backstage/core-app-api@1.19.3
12
12
  - @backstage/core-components@0.18.4
13
13
  - @backstage/core-plugin-api@1.12.1
14
- - @backstage/integration-react@0.0.0-nightly-20260101025642
14
+ - @backstage/integration-react@0.0.0-nightly-20260102024955
15
15
  - @backstage/theme@0.7.1
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260101025642
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260102024955
17
17
 
18
18
  ## 1.1.19-next.1
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
- "version": "0.0.0-nightly-20260101025642",
3
+ "version": "0.0.0-nightly-20260102024955",
4
4
  "description": "Utilities for developing Backstage plugins.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -41,16 +41,16 @@
41
41
  "@backstage/core-app-api": "1.19.3",
42
42
  "@backstage/core-components": "0.18.4",
43
43
  "@backstage/core-plugin-api": "1.12.1",
44
- "@backstage/integration-react": "0.0.0-nightly-20260101025642",
45
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260101025642",
44
+ "@backstage/integration-react": "0.0.0-nightly-20260102024955",
45
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260102024955",
46
46
  "@backstage/theme": "0.7.1",
47
- "@backstage/ui": "0.0.0-nightly-20260101025642",
47
+ "@backstage/ui": "0.0.0-nightly-20260102024955",
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-20260101025642",
53
+ "@backstage/cli": "0.0.0-nightly-20260102024955",
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",