@backstage/plugin-api-docs 0.12.4-next.0 → 0.12.4-next.2
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 +31 -0
- package/package.json +20 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
+
## 0.12.4-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.16.4-next.1
|
|
9
|
+
- @backstage/plugin-catalog-react@1.15.2-next.2
|
|
10
|
+
- @backstage/plugin-catalog@1.27.0-next.2
|
|
11
|
+
- @backstage/catalog-model@1.7.3
|
|
12
|
+
- @backstage/core-compat-api@0.3.6-next.2
|
|
13
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
14
|
+
- @backstage/frontend-plugin-api@0.9.5-next.2
|
|
15
|
+
- @backstage/plugin-catalog-common@1.1.3
|
|
16
|
+
- @backstage/plugin-permission-react@0.4.31-next.0
|
|
17
|
+
|
|
18
|
+
## 0.12.4-next.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 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.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/core-components@0.16.4-next.0
|
|
25
|
+
- @backstage/frontend-plugin-api@0.9.5-next.1
|
|
26
|
+
- @backstage/core-compat-api@0.3.6-next.1
|
|
27
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
28
|
+
- @backstage/plugin-permission-react@0.4.31-next.0
|
|
29
|
+
- @backstage/plugin-catalog-react@1.15.2-next.1
|
|
30
|
+
- @backstage/plugin-catalog@1.26.2-next.1
|
|
31
|
+
- @backstage/catalog-model@1.7.3
|
|
32
|
+
- @backstage/plugin-catalog-common@1.1.3
|
|
33
|
+
|
|
3
34
|
## 0.12.4-next.0
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
|
-
"version": "0.12.4-next.
|
|
3
|
+
"version": "0.12.4-next.2",
|
|
4
4
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
7
7
|
"pluginId": "api-docs",
|
|
8
8
|
"pluginPackages": [
|
|
9
9
|
"@backstage/plugin-api-docs"
|
|
10
|
-
]
|
|
10
|
+
],
|
|
11
|
+
"features": {
|
|
12
|
+
"./alpha": "@backstage/FrontendPlugin"
|
|
13
|
+
}
|
|
11
14
|
},
|
|
12
15
|
"publishConfig": {
|
|
13
16
|
"access": "public"
|
|
@@ -64,14 +67,14 @@
|
|
|
64
67
|
"dependencies": {
|
|
65
68
|
"@asyncapi/react-component": "^2.3.3",
|
|
66
69
|
"@backstage/catalog-model": "1.7.3",
|
|
67
|
-
"@backstage/core-compat-api": "0.3.6-next.
|
|
68
|
-
"@backstage/core-components": "0.16.
|
|
69
|
-
"@backstage/core-plugin-api": "1.10.
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.9.5-next.
|
|
71
|
-
"@backstage/plugin-catalog": "1.
|
|
70
|
+
"@backstage/core-compat-api": "0.3.6-next.2",
|
|
71
|
+
"@backstage/core-components": "0.16.4-next.1",
|
|
72
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
73
|
+
"@backstage/frontend-plugin-api": "0.9.5-next.2",
|
|
74
|
+
"@backstage/plugin-catalog": "1.27.0-next.2",
|
|
72
75
|
"@backstage/plugin-catalog-common": "1.1.3",
|
|
73
|
-
"@backstage/plugin-catalog-react": "1.15.2-next.
|
|
74
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
76
|
+
"@backstage/plugin-catalog-react": "1.15.2-next.2",
|
|
77
|
+
"@backstage/plugin-permission-react": "0.4.31-next.0",
|
|
75
78
|
"@graphiql/react": "^0.23.0",
|
|
76
79
|
"@material-ui/core": "^4.12.2",
|
|
77
80
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -84,10 +87,10 @@
|
|
|
84
87
|
"swagger-ui-react": "^5.0.0"
|
|
85
88
|
},
|
|
86
89
|
"devDependencies": {
|
|
87
|
-
"@backstage/cli": "0.30.0-next.
|
|
88
|
-
"@backstage/core-app-api": "1.15.
|
|
89
|
-
"@backstage/dev-utils": "1.1.7-next.
|
|
90
|
-
"@backstage/test-utils": "1.7.
|
|
90
|
+
"@backstage/cli": "0.30.0-next.2",
|
|
91
|
+
"@backstage/core-app-api": "1.15.5-next.0",
|
|
92
|
+
"@backstage/dev-utils": "1.1.7-next.2",
|
|
93
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
91
94
|
"@testing-library/dom": "^10.0.0",
|
|
92
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
93
96
|
"@testing-library/react": "^16.0.0",
|
|
@@ -100,10 +103,10 @@
|
|
|
100
103
|
"react-router-dom": "^6.3.0"
|
|
101
104
|
},
|
|
102
105
|
"peerDependencies": {
|
|
103
|
-
"@types/react": "^
|
|
104
|
-
"react": "^
|
|
105
|
-
"react-dom": "^
|
|
106
|
-
"react-router-dom": "
|
|
106
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
107
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
108
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
109
|
+
"react-router-dom": "^6.3.0"
|
|
107
110
|
},
|
|
108
111
|
"peerDependenciesMeta": {
|
|
109
112
|
"@types/react": {
|