@backstage/plugin-techdocs 0.0.0-nightly-20240914022633 → 0.0.0-nightly-20240915023307
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 +12 -12
- package/alpha/package.json +1 -1
- package/package.json +17 -17
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-20240915023307
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
18
18
|
- 97db53e: Enhanced the table hover effect with a lighter color and updated the border radius to align with Backstage's theme styling
|
|
19
19
|
- Updated dependencies
|
|
20
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
22
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
24
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
25
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
26
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
27
|
-
- @backstage/integration@0.0.0-nightly-
|
|
28
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
29
|
-
- @backstage/theme@0.0.0-nightly-
|
|
30
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
20
|
+
- @backstage/core-components@0.0.0-nightly-20240915023307
|
|
21
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240915023307
|
|
22
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240915023307
|
|
23
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20240915023307
|
|
24
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240915023307
|
|
25
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20240915023307
|
|
26
|
+
- @backstage/integration-react@0.0.0-nightly-20240915023307
|
|
27
|
+
- @backstage/integration@0.0.0-nightly-20240915023307
|
|
28
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240915023307
|
|
29
|
+
- @backstage/theme@0.0.0-nightly-20240915023307
|
|
30
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20240915023307
|
|
31
31
|
- @backstage/catalog-model@1.6.0
|
|
32
32
|
- @backstage/config@1.2.0
|
|
33
33
|
- @backstage/errors@1.2.4
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240915023307",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@backstage/catalog-model": "^1.6.0",
|
|
62
62
|
"@backstage/config": "^1.2.0",
|
|
63
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
65
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
63
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240915023307",
|
|
64
|
+
"@backstage/core-components": "^0.0.0-nightly-20240915023307",
|
|
65
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240915023307",
|
|
66
66
|
"@backstage/errors": "^1.2.4",
|
|
67
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
69
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
70
|
-
"@backstage/plugin-auth-react": "^0.0.0-nightly-
|
|
71
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
67
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240915023307",
|
|
68
|
+
"@backstage/integration": "^0.0.0-nightly-20240915023307",
|
|
69
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240915023307",
|
|
70
|
+
"@backstage/plugin-auth-react": "^0.0.0-nightly-20240915023307",
|
|
71
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240915023307",
|
|
72
72
|
"@backstage/plugin-search-common": "^1.2.14",
|
|
73
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
73
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20240915023307",
|
|
74
74
|
"@backstage/plugin-techdocs-common": "^0.1.0",
|
|
75
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
76
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
75
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240915023307",
|
|
76
|
+
"@backstage/theme": "^0.0.0-nightly-20240915023307",
|
|
77
77
|
"@material-ui/core": "^4.12.2",
|
|
78
78
|
"@material-ui/icons": "^4.9.1",
|
|
79
79
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"react-use": "^17.2.4"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
92
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
93
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
94
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
95
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
91
|
+
"@backstage/cli": "^0.0.0-nightly-20240915023307",
|
|
92
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240915023307",
|
|
93
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240915023307",
|
|
94
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240915023307",
|
|
95
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240915023307",
|
|
96
96
|
"@testing-library/dom": "^10.0.0",
|
|
97
97
|
"@testing-library/jest-dom": "^6.0.0",
|
|
98
98
|
"@testing-library/react": "^16.0.0",
|