@backstage/plugin-techdocs 0.0.0-nightly-202111282332 → 0.0.0-nightly-2021112922954

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 +6 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-202111282332
3
+ ## 0.0.0-nightly-2021112922954
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - aa8f764a3e: Add the techdocs.sanitizer.allowedIframeHosts config.
8
8
  This config allows all iframes which have the host of the attribute src in the 'allowedIframehosts' list to be displayed in the documentation.
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog@0.0.0-nightly-202111282332
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-202111282332
12
- - @backstage/integration@0.0.0-nightly-202111282332
13
- - @backstage/integration-react@0.0.0-nightly-202111282332
10
+ - @backstage/plugin-search@0.0.0-nightly-2021112922954
11
+ - @backstage/plugin-catalog@0.0.0-nightly-2021112922954
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-2021112922954
13
+ - @backstage/integration@0.0.0-nightly-2021112922954
14
+ - @backstage/integration-react@0.0.0-nightly-2021112922954
14
15
 
15
16
  ## 0.12.11
16
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "0.0.0-nightly-202111282332",
4
+ "version": "0.0.0-nightly-2021112922954",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -37,11 +37,11 @@
37
37
  "@backstage/core-components": "^0.8.2",
38
38
  "@backstage/core-plugin-api": "^0.4.0",
39
39
  "@backstage/errors": "^0.1.5",
40
- "@backstage/integration": "^0.0.0-nightly-202111282332",
41
- "@backstage/integration-react": "^0.0.0-nightly-202111282332",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-202111282332",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202111282332",
44
- "@backstage/plugin-search": "^0.5.2",
40
+ "@backstage/integration": "^0.0.0-nightly-2021112922954",
41
+ "@backstage/integration-react": "^0.0.0-nightly-2021112922954",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-2021112922954",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-2021112922954",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-2021112922954",
45
45
  "@backstage/theme": "^0.2.14",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
@@ -62,10 +62,10 @@
62
62
  "react-dom": "^16.13.1 || ^17.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-202111282332",
65
+ "@backstage/cli": "^0.0.0-nightly-2021112922954",
66
66
  "@backstage/core-app-api": "^0.3.0",
67
67
  "@backstage/dev-utils": "^0.2.15",
68
- "@backstage/test-utils": "^0.0.0-nightly-202111282332",
68
+ "@backstage/test-utils": "^0.0.0-nightly-2021112922954",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^11.2.5",
71
71
  "@testing-library/react-hooks": "^7.0.2",