@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20260110024721 → 0.0.0-nightly-20260112025641

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 +7 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 0.0.0-nightly-20260110024721
3
+ ## 0.0.0-nightly-20260112025641
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-20260110024721
10
+ - @backstage/integration-react@0.0.0-nightly-20260112025641
11
11
  - @backstage/test-utils@1.7.14
12
- - @backstage/plugin-catalog@0.0.0-nightly-20260110024721
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260110024721
14
- - @backstage/plugin-search-react@0.0.0-nightly-20260110024721
15
- - @backstage/plugin-techdocs@0.0.0-nightly-20260110024721
16
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260110024721
12
+ - @backstage/plugin-catalog@0.0.0-nightly-20260112025641
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260112025641
14
+ - @backstage/plugin-search-react@0.0.0-nightly-20260112025641
15
+ - @backstage/plugin-techdocs@0.0.0-nightly-20260112025641
16
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260112025641
17
17
 
18
18
  ## 2.0.1-next.1
19
19
 
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-20260110024721",
3
+ "version": "0.0.0-nightly-20260112025641",
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-20260110024721",
46
- "@backstage/plugin-catalog": "0.0.0-nightly-20260110024721",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260110024721",
48
- "@backstage/plugin-search-react": "0.0.0-nightly-20260110024721",
49
- "@backstage/plugin-techdocs": "0.0.0-nightly-20260110024721",
50
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260110024721",
45
+ "@backstage/integration-react": "0.0.0-nightly-20260112025641",
46
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260112025641",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260112025641",
48
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260112025641",
49
+ "@backstage/plugin-techdocs": "0.0.0-nightly-20260112025641",
50
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260112025641",
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-20260110024721",
55
+ "@backstage/cli": "0.0.0-nightly-20260112025641",
56
56
  "@testing-library/dom": "^10.0.0",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@types/react": "^18.0.0",