@backstage/plugin-techdocs 0.0.0-nightly-20231218021609 → 0.0.0-nightly-20231222021330

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20231218021609
3
+ ## 0.0.0-nightly-20231222021330
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20231222021330
10
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20231222021330
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231222021330
12
+ - @backstage/catalog-model@1.4.3
13
+ - @backstage/config@1.1.1
14
+ - @backstage/core-compat-api@0.0.0-nightly-20231222021330
15
+ - @backstage/core-components@0.13.9
16
+ - @backstage/core-plugin-api@1.8.1
17
+ - @backstage/errors@1.2.3
18
+ - @backstage/integration@1.8.0
19
+ - @backstage/integration-react@1.1.22
20
+ - @backstage/theme@0.5.0
21
+ - @backstage/plugin-search-common@1.2.9
22
+ - @backstage/plugin-search-react@0.0.0-nightly-20231222021330
23
+
24
+ ## 1.9.2
4
25
 
5
26
  ### Patch Changes
6
27
 
@@ -9,20 +30,20 @@
9
30
  - 5814122: Updated `/alpha` exports to fit new naming patterns.
10
31
  - 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.
11
32
  - Updated dependencies
12
- - @backstage/core-compat-api@0.0.0-nightly-20231218021609
13
- - @backstage/core-plugin-api@0.0.0-nightly-20231218021609
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20231218021609
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231218021609
16
- - @backstage/core-components@0.0.0-nightly-20231218021609
17
- - @backstage/theme@0.0.0-nightly-20231218021609
18
- - @backstage/plugin-search-react@0.0.0-nightly-20231218021609
19
- - @backstage/integration@0.0.0-nightly-20231218021609
20
- - @backstage/integration-react@0.0.0-nightly-20231218021609
21
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20231218021609
33
+ - @backstage/core-compat-api@0.1.0
34
+ - @backstage/core-plugin-api@1.8.1
35
+ - @backstage/frontend-plugin-api@0.4.0
36
+ - @backstage/plugin-catalog-react@1.9.2
37
+ - @backstage/core-components@0.13.9
38
+ - @backstage/theme@0.5.0
39
+ - @backstage/plugin-search-react@1.7.4
40
+ - @backstage/integration@1.8.0
41
+ - @backstage/integration-react@1.1.22
42
+ - @backstage/plugin-techdocs-react@1.1.14
22
43
  - @backstage/catalog-model@1.4.3
23
44
  - @backstage/config@1.1.1
24
45
  - @backstage/errors@1.2.3
25
- - @backstage/plugin-search-common@0.0.0-nightly-20231218021609
46
+ - @backstage/plugin-search-common@1.2.9
26
47
 
27
48
  ## 1.9.2-next.4
28
49
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20231218021609",
3
+ "version": "0.0.0-nightly-20231222021330",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-20231218021609",
4
+ "version": "0.0.0-nightly-20231222021330",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -47,18 +47,18 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.4.3",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-compat-api": "^0.0.0-nightly-20231218021609",
51
- "@backstage/core-components": "^0.0.0-nightly-20231218021609",
52
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231218021609",
50
+ "@backstage/core-compat-api": "^0.0.0-nightly-20231222021330",
51
+ "@backstage/core-components": "^0.13.9",
52
+ "@backstage/core-plugin-api": "^1.8.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231218021609",
55
- "@backstage/integration": "^0.0.0-nightly-20231218021609",
56
- "@backstage/integration-react": "^0.0.0-nightly-20231218021609",
57
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231218021609",
58
- "@backstage/plugin-search-common": "^0.0.0-nightly-20231218021609",
59
- "@backstage/plugin-search-react": "^0.0.0-nightly-20231218021609",
60
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231218021609",
61
- "@backstage/theme": "^0.0.0-nightly-20231218021609",
54
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231222021330",
55
+ "@backstage/integration": "^1.8.0",
56
+ "@backstage/integration-react": "^1.1.22",
57
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231222021330",
58
+ "@backstage/plugin-search-common": "^1.2.9",
59
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20231222021330",
60
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231222021330",
61
+ "@backstage/theme": "^0.5.0",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -78,20 +78,18 @@
78
78
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.0.0-nightly-20231218021609",
82
- "@backstage/core-app-api": "^0.0.0-nightly-20231218021609",
83
- "@backstage/dev-utils": "^0.0.0-nightly-20231218021609",
84
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231218021609",
85
- "@backstage/test-utils": "^0.0.0-nightly-20231218021609",
81
+ "@backstage/cli": "^0.0.0-nightly-20231222021330",
82
+ "@backstage/core-app-api": "^1.11.2",
83
+ "@backstage/dev-utils": "^0.0.0-nightly-20231222021330",
84
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231222021330",
85
+ "@backstage/test-utils": "^0.0.0-nightly-20231222021330",
86
86
  "@testing-library/dom": "^9.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^14.0.0",
89
89
  "@testing-library/user-event": "^14.0.0",
90
90
  "@types/dompurify": "^2.2.2",
91
91
  "@types/event-source-polyfill": "^1.0.0",
92
- "canvas": "^2.10.2",
93
- "cross-fetch": "^4.0.0",
94
- "msw": "^1.0.0"
92
+ "canvas": "^2.10.2"
95
93
  },
96
94
  "files": [
97
95
  "dist",