@backstage/plugin-techdocs 0.0.0-nightly-20240927023235 → 0.0.0-nightly-20240929023448

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,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240927023235
3
+ ## 0.0.0-nightly-20240929023448
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a77cb40: Make `emptyState` input optional on `entity-content:techdocs` extension so that
8
8
  the default empty state extension works correctly.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240927023235
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240927023235
12
- - @backstage/core-compat-api@0.0.0-nightly-20240927023235
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240927023235
14
- - @backstage/integration-react@0.0.0-nightly-20240927023235
15
- - @backstage/plugin-auth-react@0.0.0-nightly-20240927023235
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240927023235
17
- - @backstage/plugin-search-react@0.0.0-nightly-20240927023235
18
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240927023235
10
+ - @backstage/core-components@0.0.0-nightly-20240929023448
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240929023448
12
+ - @backstage/integration-react@0.0.0-nightly-20240929023448
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240929023448
14
+ - @backstage/core-compat-api@0.0.0-nightly-20240929023448
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20240929023448
16
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240929023448
17
+ - @backstage/plugin-search-react@0.0.0-nightly-20240929023448
18
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240929023448
19
19
  - @backstage/catalog-model@1.7.0
20
20
  - @backstage/config@1.2.0
21
21
  - @backstage/errors@1.2.4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240927023235",
3
+ "version": "0.0.0-nightly-20240929023448",
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-20240927023235",
3
+ "version": "0.0.0-nightly-20240929023448",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -59,22 +59,22 @@
59
59
  "test": "backstage-cli package test"
60
60
  },
61
61
  "dependencies": {
62
- "@backstage/catalog-model": "^1.7.0",
63
- "@backstage/config": "^1.2.0",
64
- "@backstage/core-compat-api": "^0.0.0-nightly-20240927023235",
65
- "@backstage/core-components": "^0.0.0-nightly-20240927023235",
66
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240927023235",
67
- "@backstage/errors": "^1.2.4",
68
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240927023235",
69
- "@backstage/integration": "^1.15.0",
70
- "@backstage/integration-react": "^0.0.0-nightly-20240927023235",
71
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240927023235",
72
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240927023235",
73
- "@backstage/plugin-search-common": "^1.2.14",
74
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240927023235",
75
- "@backstage/plugin-techdocs-common": "^0.1.0",
76
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240927023235",
77
- "@backstage/theme": "^0.5.7",
62
+ "@backstage/catalog-model": "1.7.0",
63
+ "@backstage/config": "1.2.0",
64
+ "@backstage/core-compat-api": "0.0.0-nightly-20240929023448",
65
+ "@backstage/core-components": "0.0.0-nightly-20240929023448",
66
+ "@backstage/core-plugin-api": "0.0.0-nightly-20240929023448",
67
+ "@backstage/errors": "1.2.4",
68
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20240929023448",
69
+ "@backstage/integration": "1.15.0",
70
+ "@backstage/integration-react": "0.0.0-nightly-20240929023448",
71
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20240929023448",
72
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20240929023448",
73
+ "@backstage/plugin-search-common": "1.2.14",
74
+ "@backstage/plugin-search-react": "0.0.0-nightly-20240929023448",
75
+ "@backstage/plugin-techdocs-common": "0.1.0",
76
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20240929023448",
77
+ "@backstage/theme": "0.5.7",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -89,11 +89,11 @@
89
89
  "react-use": "^17.2.4"
90
90
  },
91
91
  "devDependencies": {
92
- "@backstage/cli": "^0.0.0-nightly-20240927023235",
93
- "@backstage/core-app-api": "^0.0.0-nightly-20240927023235",
94
- "@backstage/dev-utils": "^0.0.0-nightly-20240927023235",
95
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240927023235",
96
- "@backstage/test-utils": "^0.0.0-nightly-20240927023235",
92
+ "@backstage/cli": "0.0.0-nightly-20240929023448",
93
+ "@backstage/core-app-api": "0.0.0-nightly-20240929023448",
94
+ "@backstage/dev-utils": "0.0.0-nightly-20240929023448",
95
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20240929023448",
96
+ "@backstage/test-utils": "0.0.0-nightly-20240929023448",
97
97
  "@testing-library/dom": "^10.0.0",
98
98
  "@testing-library/jest-dom": "^6.0.0",
99
99
  "@testing-library/react": "^16.0.0",