@backstage/plugin-api-docs 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201422556

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -7
  2. package/package.json +13 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201422556
4
+
5
+ ### Patch Changes
6
+
7
+ - 306d879536: chore(deps): bump `react-syntax-highligher` and `swagger-ui-react`
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.0.0-nightly-202201422556
10
+
11
+ ## 0.6.22
4
12
 
5
13
  ### Patch Changes
6
14
 
@@ -14,12 +22,11 @@
14
22
  - https://github.com/asyncapi/asyncapi-react/issues/498
15
23
 
16
24
  - Updated dependencies
17
- - @backstage/core-components@0.0.0-nightly-202201323044
18
- - @backstage/core-plugin-api@0.0.0-nightly-202201323044
19
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
20
- - @backstage/catalog-model@0.0.0-nightly-202201323044
21
- - @backstage/theme@0.0.0-nightly-202201323044
22
- - @backstage/plugin-catalog@0.0.0-nightly-202201323044
25
+ - @backstage/core-components@0.8.4
26
+ - @backstage/core-plugin-api@0.5.0
27
+ - @backstage/plugin-catalog-react@0.6.11
28
+ - @backstage/catalog-model@0.9.9
29
+ - @backstage/plugin-catalog@0.7.8
23
30
 
24
31
  ## 0.6.21
25
32
 
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-202201323044",
4
+ "version": "0.0.0-nightly-202201422556",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@asyncapi/react-component": "1.0.0-next.26",
34
- "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
35
- "@backstage/core-components": "^0.0.0-nightly-202201323044",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-202201323044",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
39
- "@backstage/theme": "^0.0.0-nightly-202201323044",
34
+ "@backstage/catalog-model": "^0.9.9",
35
+ "@backstage/core-components": "^0.0.0-nightly-202201422556",
36
+ "@backstage/core-plugin-api": "^0.5.0",
37
+ "@backstage/plugin-catalog": "^0.7.8",
38
+ "@backstage/plugin-catalog-react": "^0.6.11",
39
+ "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
42
42
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -46,24 +46,23 @@
46
46
  "react-router": "6.0.0-beta.0",
47
47
  "react-router-dom": "6.0.0-beta.0",
48
48
  "react-use": "^17.2.4",
49
- "swagger-client": "3.16.1",
50
- "swagger-ui-react": "^4.0.0-rc.3"
49
+ "swagger-ui-react": "^4.1.3"
51
50
  },
52
51
  "peerDependencies": {
53
52
  "@types/react": "^16.13.1 || ^17.0.0",
54
53
  "react": "^16.13.1 || ^17.0.0"
55
54
  },
56
55
  "devDependencies": {
57
- "@backstage/cli": "^0.0.0-nightly-202201323044",
58
- "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
59
- "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
60
- "@backstage/test-utils": "^0.0.0-nightly-202201323044",
56
+ "@backstage/cli": "^0.0.0-nightly-202201422556",
57
+ "@backstage/core-app-api": "^0.4.0",
58
+ "@backstage/dev-utils": "^0.2.17",
59
+ "@backstage/test-utils": "^0.2.2",
61
60
  "@testing-library/jest-dom": "^5.10.1",
62
61
  "@testing-library/react": "^11.2.5",
63
62
  "@testing-library/user-event": "^13.1.8",
64
63
  "@types/jest": "^26.0.7",
65
64
  "@types/node": "^14.14.32",
66
- "@types/swagger-ui-react": "^3.23.3",
65
+ "@types/swagger-ui-react": "^4.1.1",
67
66
  "cross-fetch": "^3.0.6",
68
67
  "msw": "^0.35.0"
69
68
  },