@backstage/plugin-techdocs 1.10.10-next.0 → 1.10.11-next.1
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 +23 -0
- package/alpha/package.json +1 -1
- package/package.json +33 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.10.11-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e969dc7: Move `@types/react` to a peer dependency.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.15.1-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.9.0-next.1
|
|
11
|
+
- @backstage/integration-react@1.2.0-next.1
|
|
12
|
+
- @backstage/core-compat-api@0.3.1-next.1
|
|
13
|
+
- @backstage/core-plugin-api@1.10.0-next.1
|
|
14
|
+
- @backstage/plugin-techdocs-react@1.2.9-next.1
|
|
15
|
+
- @backstage/plugin-catalog-react@1.14.0-next.1
|
|
16
|
+
- @backstage/plugin-search-react@1.8.1-next.1
|
|
17
|
+
- @backstage/plugin-auth-react@0.1.7-next.1
|
|
18
|
+
- @backstage/theme@0.5.8-next.0
|
|
19
|
+
- @backstage/integration@1.15.1-next.0
|
|
20
|
+
- @backstage/catalog-model@1.7.0
|
|
21
|
+
- @backstage/config@1.2.0
|
|
22
|
+
- @backstage/errors@1.2.4
|
|
23
|
+
- @backstage/plugin-search-common@1.2.14
|
|
24
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
25
|
+
|
|
3
26
|
## 1.10.10-next.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.11-next.1",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -59,28 +59,27 @@
|
|
|
59
59
|
"test": "backstage-cli package test"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@backstage/catalog-model": "
|
|
63
|
-
"@backstage/config": "
|
|
64
|
-
"@backstage/core-compat-api": "
|
|
65
|
-
"@backstage/core-components": "
|
|
66
|
-
"@backstage/core-plugin-api": "
|
|
67
|
-
"@backstage/errors": "
|
|
68
|
-
"@backstage/frontend-plugin-api": "
|
|
69
|
-
"@backstage/integration": "
|
|
70
|
-
"@backstage/integration-react": "
|
|
71
|
-
"@backstage/plugin-auth-react": "
|
|
72
|
-
"@backstage/plugin-catalog-react": "
|
|
73
|
-
"@backstage/plugin-search-common": "
|
|
74
|
-
"@backstage/plugin-search-react": "
|
|
75
|
-
"@backstage/plugin-techdocs-common": "
|
|
76
|
-
"@backstage/plugin-techdocs-react": "
|
|
77
|
-
"@backstage/theme": "
|
|
62
|
+
"@backstage/catalog-model": "1.7.0",
|
|
63
|
+
"@backstage/config": "1.2.0",
|
|
64
|
+
"@backstage/core-compat-api": "0.3.1-next.1",
|
|
65
|
+
"@backstage/core-components": "0.15.1-next.1",
|
|
66
|
+
"@backstage/core-plugin-api": "1.10.0-next.1",
|
|
67
|
+
"@backstage/errors": "1.2.4",
|
|
68
|
+
"@backstage/frontend-plugin-api": "0.9.0-next.1",
|
|
69
|
+
"@backstage/integration": "1.15.1-next.0",
|
|
70
|
+
"@backstage/integration-react": "1.2.0-next.1",
|
|
71
|
+
"@backstage/plugin-auth-react": "0.1.7-next.1",
|
|
72
|
+
"@backstage/plugin-catalog-react": "1.14.0-next.1",
|
|
73
|
+
"@backstage/plugin-search-common": "1.2.14",
|
|
74
|
+
"@backstage/plugin-search-react": "1.8.1-next.1",
|
|
75
|
+
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
76
|
+
"@backstage/plugin-techdocs-react": "1.2.9-next.1",
|
|
77
|
+
"@backstage/theme": "0.5.8-next.0",
|
|
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",
|
|
81
81
|
"@material-ui/styles": "^4.10.0",
|
|
82
82
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
83
|
-
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
84
83
|
"dompurify": "^3.0.0",
|
|
85
84
|
"git-url-parse": "^14.0.0",
|
|
86
85
|
"jss": "~10.10.0",
|
|
@@ -89,23 +88,33 @@
|
|
|
89
88
|
"react-use": "^17.2.4"
|
|
90
89
|
},
|
|
91
90
|
"devDependencies": {
|
|
92
|
-
"@backstage/cli": "
|
|
93
|
-
"@backstage/core-app-api": "
|
|
94
|
-
"@backstage/dev-utils": "
|
|
95
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "
|
|
96
|
-
"@backstage/test-utils": "
|
|
91
|
+
"@backstage/cli": "0.28.0-next.1",
|
|
92
|
+
"@backstage/core-app-api": "1.15.1-next.1",
|
|
93
|
+
"@backstage/dev-utils": "1.1.2-next.1",
|
|
94
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.16-next.1",
|
|
95
|
+
"@backstage/test-utils": "1.6.1-next.1",
|
|
97
96
|
"@testing-library/dom": "^10.0.0",
|
|
98
97
|
"@testing-library/jest-dom": "^6.0.0",
|
|
99
98
|
"@testing-library/react": "^16.0.0",
|
|
100
99
|
"@testing-library/user-event": "^14.0.0",
|
|
101
100
|
"@types/dompurify": "^3.0.0",
|
|
102
|
-
"
|
|
101
|
+
"@types/react": "^18.0.0",
|
|
102
|
+
"canvas": "^2.10.2",
|
|
103
|
+
"react": "^18.0.2",
|
|
104
|
+
"react-dom": "^18.0.2",
|
|
105
|
+
"react-router-dom": "^6.3.0"
|
|
103
106
|
},
|
|
104
107
|
"peerDependencies": {
|
|
108
|
+
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
105
109
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
106
110
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
107
111
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
108
112
|
},
|
|
113
|
+
"peerDependenciesMeta": {
|
|
114
|
+
"@types/react": {
|
|
115
|
+
"optional": true
|
|
116
|
+
}
|
|
117
|
+
},
|
|
109
118
|
"configSchema": "config.d.ts",
|
|
110
119
|
"module": "./dist/index.esm.js"
|
|
111
120
|
}
|