@backstage/plugin-api-docs 0.0.0-nightly-2021101322257 → 0.0.0-nightly-2021101422237

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-2021101322257
3
+ ## 0.0.0-nightly-2021101422237
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-2021101322257
9
- - @backstage/catalog-model@0.0.0-nightly-2021101322257
10
- - @backstage/core-components@0.0.0-nightly-2021101322257
11
- - @backstage/theme@0.0.0-nightly-2021101322257
12
- - @backstage/plugin-catalog@0.0.0-nightly-2021101322257
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-2021101322257
8
+ - @backstage/core-plugin-api@0.0.0-nightly-2021101422237
9
+ - @backstage/catalog-model@0.0.0-nightly-2021101422237
10
+ - @backstage/core-components@0.0.0-nightly-2021101422237
11
+ - @backstage/theme@0.0.0-nightly-2021101422237
12
+ - @backstage/plugin-catalog@0.0.0-nightly-2021101422237
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-2021101422237
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-2021101322257",
4
+ "version": "0.0.0-nightly-2021101422237",
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-2021101322257",
35
- "@backstage/core-components": "^0.0.0-nightly-2021101322257",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-2021101322257",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-2021101322257",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-2021101322257",
39
- "@backstage/theme": "^0.0.0-nightly-2021101322257",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-2021101422237",
35
+ "@backstage/core-components": "^0.0.0-nightly-2021101422237",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-2021101422237",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-2021101422237",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-2021101422237",
39
+ "@backstage/theme": "^0.0.0-nightly-2021101422237",
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-2021101322257",
57
- "@backstage/core-app-api": "^0.0.0-nightly-2021101322257",
58
- "@backstage/dev-utils": "^0.0.0-nightly-2021101322257",
59
- "@backstage/test-utils": "^0.0.0-nightly-2021101322257",
56
+ "@backstage/cli": "^0.0.0-nightly-2021101422237",
57
+ "@backstage/core-app-api": "^0.0.0-nightly-2021101422237",
58
+ "@backstage/dev-utils": "^0.0.0-nightly-2021101422237",
59
+ "@backstage/test-utils": "^0.0.0-nightly-2021101422237",
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",