@backstage/plugin-techdocs-addons-test-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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-techdocs-addons-test-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
8
  - @backstage/core-app-api@1.19.3
9
9
  - @backstage/core-plugin-api@1.12.1
10
- - @backstage/integration-react@0.0.0-nightly-20260101025642
10
+ - @backstage/integration-react@0.0.0-nightly-20260102024955
11
11
  - @backstage/test-utils@1.7.14
12
- - @backstage/plugin-catalog@0.0.0-nightly-20260101025642
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260101025642
12
+ - @backstage/plugin-catalog@0.0.0-nightly-20260102024955
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260102024955
14
14
  - @backstage/plugin-search-react@1.10.1
15
- - @backstage/plugin-techdocs@0.0.0-nightly-20260101025642
15
+ - @backstage/plugin-techdocs@0.0.0-nightly-20260102024955
16
16
  - @backstage/plugin-techdocs-react@1.3.6
17
17
 
18
18
  ## 2.0.1-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "0.0.0-nightly-20260101025642",
3
+ "version": "0.0.0-nightly-20260102024955",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "techdocs-addons",
@@ -42,17 +42,17 @@
42
42
  "dependencies": {
43
43
  "@backstage/core-app-api": "1.19.3",
44
44
  "@backstage/core-plugin-api": "1.12.1",
45
- "@backstage/integration-react": "0.0.0-nightly-20260101025642",
46
- "@backstage/plugin-catalog": "0.0.0-nightly-20260101025642",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260101025642",
45
+ "@backstage/integration-react": "0.0.0-nightly-20260102024955",
46
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260102024955",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260102024955",
48
48
  "@backstage/plugin-search-react": "1.10.1",
49
- "@backstage/plugin-techdocs": "0.0.0-nightly-20260101025642",
49
+ "@backstage/plugin-techdocs": "0.0.0-nightly-20260102024955",
50
50
  "@backstage/plugin-techdocs-react": "1.3.6",
51
51
  "@backstage/test-utils": "1.7.14",
52
52
  "shadow-dom-testing-library": "^1.13.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "0.0.0-nightly-20260101025642",
55
+ "@backstage/cli": "0.0.0-nightly-20260102024955",
56
56
  "@testing-library/dom": "^10.0.0",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@types/react": "^18.0.0",