@backstage/plugin-techdocs 0.0.0-nightly-20231105021421 → 0.0.0-nightly-20231107021551
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 +10 -10
- package/alpha/package.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231107021551
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
- 38cda5274693: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
|
|
15
15
|
- fdb5e2360299: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
|
|
16
16
|
- Updated dependencies
|
|
17
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
18
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
19
|
-
- @backstage/integration@0.0.0-nightly-
|
|
20
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
22
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
24
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
25
|
-
- @backstage/theme@0.0.0-nightly-
|
|
17
|
+
- @backstage/core-components@0.0.0-nightly-20231107021551
|
|
18
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20231107021551
|
|
19
|
+
- @backstage/integration@0.0.0-nightly-20231107021551
|
|
20
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20231107021551
|
|
21
|
+
- @backstage/integration-react@0.0.0-nightly-20231107021551
|
|
22
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231107021551
|
|
23
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20231107021551
|
|
24
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20231107021551
|
|
25
|
+
- @backstage/theme@0.0.0-nightly-20231107021551
|
|
26
26
|
- @backstage/catalog-model@1.4.3
|
|
27
27
|
- @backstage/config@1.1.1
|
|
28
28
|
- @backstage/errors@1.2.3
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
3
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20231107021551",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@backstage/catalog-model": "^1.4.3",
|
|
49
49
|
"@backstage/config": "^1.1.1",
|
|
50
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
51
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
50
|
+
"@backstage/core-components": "^0.0.0-nightly-20231107021551",
|
|
51
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231107021551",
|
|
52
52
|
"@backstage/errors": "^1.2.3",
|
|
53
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
53
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20231107021551",
|
|
54
|
+
"@backstage/integration": "^0.0.0-nightly-20231107021551",
|
|
55
|
+
"@backstage/integration-react": "^0.0.0-nightly-20231107021551",
|
|
56
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20231107021551",
|
|
57
57
|
"@backstage/plugin-search-common": "^1.2.7",
|
|
58
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
59
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
58
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20231107021551",
|
|
59
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231107021551",
|
|
60
|
+
"@backstage/theme": "^0.0.0-nightly-20231107021551",
|
|
61
61
|
"@material-ui/core": "^4.12.2",
|
|
62
62
|
"@material-ui/icons": "^4.9.1",
|
|
63
63
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
81
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
82
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
83
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
84
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
80
|
+
"@backstage/cli": "^0.0.0-nightly-20231107021551",
|
|
81
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231107021551",
|
|
82
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20231107021551",
|
|
83
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231107021551",
|
|
84
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231107021551",
|
|
85
85
|
"@testing-library/dom": "^9.0.0",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@testing-library/react": "^14.0.0",
|