@backstage/plugin-techdocs 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 +11 -11
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-techdocs
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/errors@0.0.0-nightly-202110152240
12
- - @backstage/integration@0.0.0-nightly-202110152240
13
- - @backstage/integration-react@0.0.0-nightly-202110152240
14
- - @backstage/theme@0.0.0-nightly-202110152240
15
- - @backstage/plugin-catalog@0.0.0-nightly-202110152240
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-202110152240
17
- - @backstage/plugin-search@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/errors@0.0.0-nightly-202110162216
13
+ - @backstage/integration@0.0.0-nightly-202110162216
14
+ - @backstage/integration-react@0.0.0-nightly-202110162216
15
+ - @backstage/theme@0.0.0-nightly-202110162216
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202110162216
17
+ - @backstage/plugin-search@0.0.0-nightly-202110162216
18
18
 
19
19
  ## 0.12.5
20
20
 
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-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",
@@ -32,17 +32,17 @@
32
32
  "clean": "backstage-cli clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^0.0.0-nightly-202110152240",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-202110162216",
36
36
  "@backstage/config": "^0.1.11",
37
- "@backstage/core-components": "^0.0.0-nightly-202110152240",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-202110152240",
39
- "@backstage/errors": "^0.0.0-nightly-202110152240",
40
- "@backstage/integration": "^0.0.0-nightly-202110152240",
41
- "@backstage/integration-react": "^0.0.0-nightly-202110152240",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-202110152240",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202110152240",
44
- "@backstage/plugin-search": "^0.0.0-nightly-202110152240",
45
- "@backstage/theme": "^0.0.0-nightly-202110152240",
37
+ "@backstage/core-components": "^0.0.0-nightly-202110162216",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202110162216",
39
+ "@backstage/errors": "^0.0.0-nightly-202110162216",
40
+ "@backstage/integration": "^0.0.0-nightly-202110162216",
41
+ "@backstage/integration-react": "^0.0.0-nightly-202110162216",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-202110162216",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202110162216",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-202110162216",
45
+ "@backstage/theme": "^0.0.0-nightly-202110162216",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -61,10 +61,10 @@
61
61
  "react-use": "^17.2.4"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.0.0-nightly-202110152240",
65
- "@backstage/core-app-api": "^0.0.0-nightly-202110152240",
66
- "@backstage/dev-utils": "^0.0.0-nightly-202110152240",
67
- "@backstage/test-utils": "^0.0.0-nightly-202110152240",
64
+ "@backstage/cli": "^0.0.0-nightly-202110162216",
65
+ "@backstage/core-app-api": "^0.0.0-nightly-202110162216",
66
+ "@backstage/dev-utils": "^0.0.0-nightly-202110162216",
67
+ "@backstage/test-utils": "^0.0.0-nightly-202110162216",
68
68
  "@testing-library/jest-dom": "^5.10.1",
69
69
  "@testing-library/react": "^11.2.5",
70
70
  "@testing-library/react-hooks": "^7.0.2",