@backstage/plugin-techdocs 0.0.0-nightly-20240921022946 → 0.0.0-nightly-20240922023345

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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240921022946
3
+ ## 0.0.0-nightly-20240922023345
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240921022946
9
- - @backstage/core-compat-api@0.0.0-nightly-20240921022946
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240921022946
11
- - @backstage/plugin-search-react@0.0.0-nightly-20240921022946
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240922023345
9
+ - @backstage/core-compat-api@0.0.0-nightly-20240922023345
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240922023345
11
+ - @backstage/plugin-search-react@0.0.0-nightly-20240922023345
12
12
  - @backstage/core-components@0.15.0
13
13
  - @backstage/catalog-model@1.7.0
14
14
  - @backstage/config@1.2.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240921022946",
3
+ "version": "0.0.0-nightly-20240922023345",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240921022946",
3
+ "version": "0.0.0-nightly-20240922023345",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -60,17 +60,17 @@
60
60
  "dependencies": {
61
61
  "@backstage/catalog-model": "^1.7.0",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/core-compat-api": "^0.0.0-nightly-20240921022946",
63
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240922023345",
64
64
  "@backstage/core-components": "^0.15.0",
65
65
  "@backstage/core-plugin-api": "^1.9.4",
66
66
  "@backstage/errors": "^1.2.4",
67
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240921022946",
67
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240922023345",
68
68
  "@backstage/integration": "^1.15.0",
69
69
  "@backstage/integration-react": "^1.1.31",
70
70
  "@backstage/plugin-auth-react": "^0.1.6",
71
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240921022946",
71
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240922023345",
72
72
  "@backstage/plugin-search-common": "^1.2.14",
73
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240921022946",
73
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240922023345",
74
74
  "@backstage/plugin-techdocs-common": "^0.1.0",
75
75
  "@backstage/plugin-techdocs-react": "^1.2.8",
76
76
  "@backstage/theme": "^0.5.7",
@@ -88,9 +88,9 @@
88
88
  "react-use": "^17.2.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/cli": "^0.0.0-nightly-20240921022946",
91
+ "@backstage/cli": "^0.0.0-nightly-20240922023345",
92
92
  "@backstage/core-app-api": "^1.15.0",
93
- "@backstage/dev-utils": "^0.0.0-nightly-20240921022946",
93
+ "@backstage/dev-utils": "^0.0.0-nightly-20240922023345",
94
94
  "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.14",
95
95
  "@backstage/test-utils": "^1.6.0",
96
96
  "@testing-library/dom": "^10.0.0",