@backstage/plugin-api-docs 0.0.0-nightly-20241001023625 → 0.0.0-nightly-20241002023110

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 CHANGED
@@ -1,20 +1,37 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20241001023625
3
+ ## 0.0.0-nightly-20241002023110
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - e969dc7: Move `@types/react` to a peer dependency.
7
8
  - 46b5a20: Empty states updated with external link icon for learn more links
8
9
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20241001023625
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241001023625
11
- - @backstage/plugin-catalog@0.0.0-nightly-20241001023625
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241001023625
13
- - @backstage/core-compat-api@0.0.0-nightly-20241001023625
14
- - @backstage/core-plugin-api@0.0.0-nightly-20241001023625
10
+ - @backstage/core-components@0.0.0-nightly-20241002023110
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241002023110
12
+ - @backstage/plugin-catalog@0.0.0-nightly-20241002023110
13
+ - @backstage/core-compat-api@0.0.0-nightly-20241002023110
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20241002023110
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20241002023110
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241002023110
17
+ - @backstage/catalog-model@1.7.0
18
+ - @backstage/plugin-catalog-common@1.1.0
19
+
20
+ ## 0.11.11-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - e969dc7: Move `@types/react` to a peer dependency.
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.15.1-next.1
27
+ - @backstage/frontend-plugin-api@0.9.0-next.1
28
+ - @backstage/core-compat-api@0.3.1-next.1
29
+ - @backstage/core-plugin-api@1.10.0-next.1
30
+ - @backstage/plugin-permission-react@0.4.27-next.1
31
+ - @backstage/plugin-catalog-react@1.14.0-next.1
32
+ - @backstage/plugin-catalog@1.24.0-next.1
15
33
  - @backstage/catalog-model@1.7.0
16
34
  - @backstage/plugin-catalog-common@1.1.0
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20241001023625
18
35
 
19
36
  ## 0.11.10-next.0
20
37
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.0.0-nightly-20241001023625",
3
+ "version": "0.0.0-nightly-20241002023110",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20241001023625",
3
+ "version": "0.0.0-nightly-20241002023110",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -55,19 +55,18 @@
55
55
  "dependencies": {
56
56
  "@asyncapi/react-component": "1.3.1",
57
57
  "@backstage/catalog-model": "1.7.0",
58
- "@backstage/core-compat-api": "0.0.0-nightly-20241001023625",
59
- "@backstage/core-components": "0.0.0-nightly-20241001023625",
60
- "@backstage/core-plugin-api": "0.0.0-nightly-20241001023625",
61
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241001023625",
62
- "@backstage/plugin-catalog": "0.0.0-nightly-20241001023625",
58
+ "@backstage/core-compat-api": "0.0.0-nightly-20241002023110",
59
+ "@backstage/core-components": "0.0.0-nightly-20241002023110",
60
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241002023110",
61
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241002023110",
62
+ "@backstage/plugin-catalog": "0.0.0-nightly-20241002023110",
63
63
  "@backstage/plugin-catalog-common": "1.1.0",
64
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241001023625",
65
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241001023625",
64
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241002023110",
65
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20241002023110",
66
66
  "@graphiql/react": "^0.23.0",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
69
69
  "@material-ui/lab": "4.0.0-alpha.61",
70
- "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
71
70
  "graphiql": "3.1.1",
72
71
  "graphql": "^16.0.0",
73
72
  "graphql-config": "^5.0.2",
@@ -76,21 +75,31 @@
76
75
  "swagger-ui-react": "^5.0.0"
77
76
  },
78
77
  "devDependencies": {
79
- "@backstage/cli": "0.0.0-nightly-20241001023625",
80
- "@backstage/core-app-api": "0.0.0-nightly-20241001023625",
81
- "@backstage/dev-utils": "0.0.0-nightly-20241001023625",
82
- "@backstage/test-utils": "0.0.0-nightly-20241001023625",
78
+ "@backstage/cli": "0.0.0-nightly-20241002023110",
79
+ "@backstage/core-app-api": "0.0.0-nightly-20241002023110",
80
+ "@backstage/dev-utils": "0.0.0-nightly-20241002023110",
81
+ "@backstage/test-utils": "0.0.0-nightly-20241002023110",
83
82
  "@testing-library/dom": "^10.0.0",
84
83
  "@testing-library/jest-dom": "^6.0.0",
85
84
  "@testing-library/react": "^16.0.0",
86
85
  "@testing-library/user-event": "^14.0.0",
87
86
  "@types/highlightjs": "^10.1.0",
88
- "@types/swagger-ui-react": "^4.18.0"
87
+ "@types/react": "^18.0.0",
88
+ "@types/swagger-ui-react": "^4.18.0",
89
+ "react": "^18.0.2",
90
+ "react-dom": "^18.0.2",
91
+ "react-router-dom": "^6.3.0"
89
92
  },
90
93
  "peerDependencies": {
94
+ "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
91
95
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
92
96
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
93
97
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
94
98
  },
99
+ "peerDependenciesMeta": {
100
+ "@types/react": {
101
+ "optional": true
102
+ }
103
+ },
95
104
  "module": "./dist/index.esm.js"
96
105
  }