@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20241128023738 → 0.0.0-nightly-20241129023656

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