@backstage/plugin-techdocs 0.0.0-nightly-2021112022753 → 0.0.0-nightly-202111212297

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 +9 -9
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-2021112022753
3
+ ## 0.0.0-nightly-202111212297
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-plugin-api@0.0.0-nightly-2021112022753
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-2021112022753
10
- - @backstage/plugin-catalog@0.0.0-nightly-2021112022753
11
- - @backstage/core-components@0.0.0-nightly-2021112022753
12
- - @backstage/integration-react@0.0.0-nightly-2021112022753
13
- - @backstage/plugin-search@0.0.0-nightly-2021112022753
14
- - @backstage/integration@0.0.0-nightly-2021112022753
15
- - @backstage/config@0.0.0-nightly-2021112022753
8
+ - @backstage/plugin-search@0.0.0-nightly-202111212297
9
+ - @backstage/core-plugin-api@0.0.0-nightly-202111212297
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202111212297
11
+ - @backstage/plugin-catalog@0.0.0-nightly-202111212297
12
+ - @backstage/core-components@0.0.0-nightly-202111212297
13
+ - @backstage/integration-react@0.0.0-nightly-202111212297
14
+ - @backstage/integration@0.0.0-nightly-202111212297
15
+ - @backstage/config@0.0.0-nightly-202111212297
16
16
 
17
17
  ## 0.12.10
18
18
 
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-2021112022753",
4
+ "version": "0.0.0-nightly-202111212297",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/catalog-model": "^0.9.8",
36
- "@backstage/config": "^0.0.0-nightly-2021112022753",
37
- "@backstage/core-components": "^0.0.0-nightly-2021112022753",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-2021112022753",
36
+ "@backstage/config": "^0.0.0-nightly-202111212297",
37
+ "@backstage/core-components": "^0.0.0-nightly-202111212297",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202111212297",
39
39
  "@backstage/errors": "^0.1.5",
40
- "@backstage/integration": "^0.0.0-nightly-2021112022753",
41
- "@backstage/integration-react": "^0.0.0-nightly-2021112022753",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-2021112022753",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-2021112022753",
44
- "@backstage/plugin-search": "^0.0.0-nightly-2021112022753",
40
+ "@backstage/integration": "^0.0.0-nightly-202111212297",
41
+ "@backstage/integration-react": "^0.0.0-nightly-202111212297",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-202111212297",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202111212297",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-202111212297",
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-2021112022753",
66
- "@backstage/core-app-api": "^0.0.0-nightly-2021112022753",
67
- "@backstage/dev-utils": "^0.0.0-nightly-2021112022753",
68
- "@backstage/test-utils": "^0.0.0-nightly-2021112022753",
65
+ "@backstage/cli": "^0.0.0-nightly-202111212297",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-202111212297",
67
+ "@backstage/dev-utils": "^0.0.0-nightly-202111212297",
68
+ "@backstage/test-utils": "^0.0.0-nightly-202111212297",
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",