@backstage/plugin-techdocs 0.0.0-nightly-20250201023026 → 0.0.0-nightly-20250202023016
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 +11 -11
- 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-20250202023016
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -120,16 +120,16 @@
|
|
|
120
120
|
|
|
121
121
|
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
|
|
122
122
|
- Updated dependencies
|
|
123
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
124
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
125
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
126
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
127
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
128
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
129
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
130
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
131
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
132
|
-
- @backstage/theme@0.0.0-nightly-
|
|
123
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20250202023016
|
|
124
|
+
- @backstage/core-components@0.0.0-nightly-20250202023016
|
|
125
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20250202023016
|
|
126
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20250202023016
|
|
127
|
+
- @backstage/integration-react@0.0.0-nightly-20250202023016
|
|
128
|
+
- @backstage/core-compat-api@0.0.0-nightly-20250202023016
|
|
129
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20250202023016
|
|
130
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20250202023016
|
|
131
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20250202023016
|
|
132
|
+
- @backstage/theme@0.0.0-nightly-20250202023016
|
|
133
133
|
- @backstage/catalog-client@1.9.1
|
|
134
134
|
- @backstage/catalog-model@1.7.3
|
|
135
135
|
- @backstage/config@1.3.2
|
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-20250202023016",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
"@backstage/catalog-client": "1.9.1",
|
|
72
72
|
"@backstage/catalog-model": "1.7.3",
|
|
73
73
|
"@backstage/config": "1.3.2",
|
|
74
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
75
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
76
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
74
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20250202023016",
|
|
75
|
+
"@backstage/core-components": "0.0.0-nightly-20250202023016",
|
|
76
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20250202023016",
|
|
77
77
|
"@backstage/errors": "1.2.7",
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
78
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20250202023016",
|
|
79
79
|
"@backstage/integration": "1.16.1",
|
|
80
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
81
|
-
"@backstage/plugin-auth-react": "0.0.0-nightly-
|
|
82
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
80
|
+
"@backstage/integration-react": "0.0.0-nightly-20250202023016",
|
|
81
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20250202023016",
|
|
82
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20250202023016",
|
|
83
83
|
"@backstage/plugin-search-common": "1.2.17",
|
|
84
|
-
"@backstage/plugin-search-react": "0.0.0-nightly-
|
|
84
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20250202023016",
|
|
85
85
|
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
86
|
-
"@backstage/plugin-techdocs-react": "0.0.0-nightly-
|
|
87
|
-
"@backstage/theme": "0.0.0-nightly-
|
|
86
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20250202023016",
|
|
87
|
+
"@backstage/theme": "0.0.0-nightly-20250202023016",
|
|
88
88
|
"@material-ui/core": "^4.12.2",
|
|
89
89
|
"@material-ui/icons": "^4.9.1",
|
|
90
90
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"react-use": "^17.2.4"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
102
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
103
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
104
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
105
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-
|
|
106
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
101
|
+
"@backstage/cli": "0.0.0-nightly-20250202023016",
|
|
102
|
+
"@backstage/core-app-api": "0.0.0-nightly-20250202023016",
|
|
103
|
+
"@backstage/dev-utils": "0.0.0-nightly-20250202023016",
|
|
104
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20250202023016",
|
|
105
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250202023016",
|
|
106
|
+
"@backstage/test-utils": "0.0.0-nightly-20250202023016",
|
|
107
107
|
"@testing-library/dom": "^10.0.0",
|
|
108
108
|
"@testing-library/jest-dom": "^6.0.0",
|
|
109
109
|
"@testing-library/react": "^16.0.0",
|