@backstage/plugin-api-docs 0.0.0-nightly-202110152240 → 0.0.0-nightly-202110162216

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 +7 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-202110152240
3
+ ## 0.0.0-nightly-202110162216
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-202110152240
9
- - @backstage/catalog-model@0.0.0-nightly-202110152240
10
- - @backstage/core-components@0.0.0-nightly-202110152240
11
- - @backstage/theme@0.0.0-nightly-202110152240
12
- - @backstage/plugin-catalog@0.0.0-nightly-202110152240
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-202110152240
8
+ - @backstage/plugin-catalog@0.0.0-nightly-202110162216
9
+ - @backstage/catalog-model@0.0.0-nightly-202110162216
10
+ - @backstage/core-components@0.0.0-nightly-202110162216
11
+ - @backstage/core-plugin-api@0.0.0-nightly-202110162216
12
+ - @backstage/theme@0.0.0-nightly-202110162216
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202110162216
14
14
 
15
15
  ## 0.6.13
16
16
 
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-202110152240",
4
+ "version": "0.0.0-nightly-202110162216",
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": "^0.23.0",
34
- "@backstage/catalog-model": "^0.0.0-nightly-202110152240",
35
- "@backstage/core-components": "^0.0.0-nightly-202110152240",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-202110152240",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-202110152240",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202110152240",
39
- "@backstage/theme": "^0.0.0-nightly-202110152240",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-202110162216",
35
+ "@backstage/core-components": "^0.0.0-nightly-202110162216",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202110162216",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-202110162216",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202110162216",
39
+ "@backstage/theme": "^0.0.0-nightly-202110162216",
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",
@@ -53,10 +53,10 @@
53
53
  "swagger-ui-react": "^4.0.0-rc.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-202110152240",
57
- "@backstage/core-app-api": "^0.0.0-nightly-202110152240",
58
- "@backstage/dev-utils": "^0.0.0-nightly-202110152240",
59
- "@backstage/test-utils": "^0.0.0-nightly-202110152240",
56
+ "@backstage/cli": "^0.0.0-nightly-202110162216",
57
+ "@backstage/core-app-api": "^0.0.0-nightly-202110162216",
58
+ "@backstage/dev-utils": "^0.0.0-nightly-202110162216",
59
+ "@backstage/test-utils": "^0.0.0-nightly-202110162216",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^11.2.5",
62
62
  "@testing-library/user-event": "^13.1.8",