@backstage/plugin-api-docs 0.0.0-nightly-20231105021421 → 0.0.0-nightly-20231107021551
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 +6 -6
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231107021551
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
- 6c2b8721531e: Add official support for React 18.
|
|
12
12
|
- 62b592291687: Internal theme type updates
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
15
|
-
- @backstage/plugin-catalog@0.0.0-nightly-
|
|
16
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
17
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
18
|
-
- @backstage/theme@0.0.0-nightly-
|
|
14
|
+
- @backstage/core-components@0.0.0-nightly-20231107021551
|
|
15
|
+
- @backstage/plugin-catalog@0.0.0-nightly-20231107021551
|
|
16
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20231107021551
|
|
17
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231107021551
|
|
18
|
+
- @backstage/theme@0.0.0-nightly-20231107021551
|
|
19
19
|
- @backstage/catalog-model@1.4.3
|
|
20
20
|
|
|
21
21
|
## 0.9.13-next.1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
3
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20231107021551",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@asyncapi/react-component": "1.0.0-next.48",
|
|
37
37
|
"@backstage/catalog-model": "^1.4.3",
|
|
38
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/core-components": "^0.0.0-nightly-20231107021551",
|
|
39
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231107021551",
|
|
40
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20231107021551",
|
|
41
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20231107021551",
|
|
42
|
+
"@backstage/theme": "^0.0.0-nightly-20231107021551",
|
|
43
43
|
"@graphiql/react": "^0.19.4",
|
|
44
44
|
"@material-ui/core": "^4.12.2",
|
|
45
45
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
62
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
63
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "^0.0.0-nightly-20231107021551",
|
|
62
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231107021551",
|
|
63
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20231107021551",
|
|
64
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231107021551",
|
|
65
65
|
"@testing-library/dom": "^9.0.0",
|
|
66
66
|
"@testing-library/jest-dom": "^6.0.0",
|
|
67
67
|
"@testing-library/react": "^14.0.0",
|