@backstage/plugin-techdocs 1.15.2-next.0 → 1.15.3-next.0
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/dist/package.json.esm.js +1 -1
- package/package.json +2 -2
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3-next.0",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@backstage/cli": "0.34.5-next.0",
|
|
105
105
|
"@backstage/core-app-api": "1.19.2-next.0",
|
|
106
|
-
"@backstage/dev-utils": "1.1.17-next.
|
|
106
|
+
"@backstage/dev-utils": "1.1.17-next.1",
|
|
107
107
|
"@backstage/plugin-catalog": "1.31.5-next.0",
|
|
108
108
|
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.30-next.0",
|
|
109
109
|
"@backstage/test-utils": "1.7.13-next.0",
|