@backstage/plugin-techdocs 0.0.0-nightly-20230901021559 → 0.0.0-nightly-20230902020952

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 +13 -12
  2. package/package.json +16 -17
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20230901021559
3
+ ## 0.0.0-nightly-20230902020952
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,19 +9,20 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - 88c9525a36f3: Fixed bug in styles that caused next and previous links in footer to overlap page content.
12
- - Updated dependencies
13
- - @backstage/integration-react@0.0.0-nightly-20230901021559
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230901021559
15
- - @backstage/core-components@0.0.0-nightly-20230901021559
16
- - @backstage/config@0.0.0-nightly-20230901021559
17
- - @backstage/integration@0.0.0-nightly-20230901021559
18
- - @backstage/plugin-search-react@0.0.0-nightly-20230901021559
19
- - @backstage/core-plugin-api@0.0.0-nightly-20230901021559
20
- - @backstage/catalog-model@0.0.0-nightly-20230901021559
12
+ - 8cec7664e146: Removed `@types/node` dependency
13
+ - Updated dependencies
14
+ - @backstage/integration-react@0.0.0-nightly-20230902020952
15
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230902020952
16
+ - @backstage/core-components@0.0.0-nightly-20230902020952
17
+ - @backstage/config@0.0.0-nightly-20230902020952
18
+ - @backstage/integration@0.0.0-nightly-20230902020952
19
+ - @backstage/plugin-search-react@0.0.0-nightly-20230902020952
20
+ - @backstage/core-plugin-api@0.0.0-nightly-20230902020952
21
+ - @backstage/catalog-model@0.0.0-nightly-20230902020952
21
22
  - @backstage/errors@1.2.1
22
23
  - @backstage/theme@0.4.1
23
- - @backstage/plugin-search-common@0.0.0-nightly-20230901021559
24
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20230901021559
24
+ - @backstage/plugin-search-common@0.0.0-nightly-20230902020952
25
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20230902020952
25
26
 
26
27
  ## 1.6.9-next.1
27
28
 
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-20230901021559",
4
+ "version": "0.0.0-nightly-20230902020952",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,17 +33,17 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^0.0.0-nightly-20230901021559",
37
- "@backstage/config": "^0.0.0-nightly-20230901021559",
38
- "@backstage/core-components": "^0.0.0-nightly-20230901021559",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230901021559",
36
+ "@backstage/catalog-model": "^0.0.0-nightly-20230902020952",
37
+ "@backstage/config": "^0.0.0-nightly-20230902020952",
38
+ "@backstage/core-components": "^0.0.0-nightly-20230902020952",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230902020952",
40
40
  "@backstage/errors": "^1.2.1",
41
- "@backstage/integration": "^0.0.0-nightly-20230901021559",
42
- "@backstage/integration-react": "^0.0.0-nightly-20230901021559",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230901021559",
44
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230901021559",
45
- "@backstage/plugin-search-react": "^0.0.0-nightly-20230901021559",
46
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20230901021559",
41
+ "@backstage/integration": "^0.0.0-nightly-20230902020952",
42
+ "@backstage/integration-react": "^0.0.0-nightly-20230902020952",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230902020952",
44
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230902020952",
45
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20230902020952",
46
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20230902020952",
47
47
  "@backstage/theme": "^0.4.1",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
@@ -64,11 +64,11 @@
64
64
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.0.0-nightly-20230901021559",
68
- "@backstage/core-app-api": "^0.0.0-nightly-20230901021559",
69
- "@backstage/dev-utils": "^0.0.0-nightly-20230901021559",
70
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20230901021559",
71
- "@backstage/test-utils": "^0.0.0-nightly-20230901021559",
67
+ "@backstage/cli": "^0.0.0-nightly-20230902020952",
68
+ "@backstage/core-app-api": "^0.0.0-nightly-20230902020952",
69
+ "@backstage/dev-utils": "^0.0.0-nightly-20230902020952",
70
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20230902020952",
71
+ "@backstage/test-utils": "^0.0.0-nightly-20230902020952",
72
72
  "@testing-library/dom": "^8.0.0",
73
73
  "@testing-library/jest-dom": "^5.10.1",
74
74
  "@testing-library/react": "^12.1.3",
@@ -76,7 +76,6 @@
76
76
  "@testing-library/user-event": "^14.0.0",
77
77
  "@types/dompurify": "^2.2.2",
78
78
  "@types/event-source-polyfill": "^1.0.0",
79
- "@types/node": "^16.11.26",
80
79
  "canvas": "^2.10.2",
81
80
  "cross-fetch": "^3.1.5",
82
81
  "msw": "^1.0.0"