@backstage/plugin-techdocs 0.0.0-nightly-20240209021004 → 0.0.0-nightly-20240210020848

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,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240209021004
3
+ ## 0.0.0-nightly-20240210020848
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,20 +12,21 @@
12
12
  - 8fe56a8: Widen `@types/react` dependency range to include version 18.
13
13
  - 3631fb4: Updated dependency `dompurify` to `^3.0.0`.
14
14
  Updated dependency `@types/dompurify` to `^3.0.0`.
15
- - Updated dependencies
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240209021004
17
- - @backstage/core-compat-api@0.0.0-nightly-20240209021004
18
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240209021004
19
- - @backstage/core-components@0.0.0-nightly-20240209021004
20
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240209021004
21
- - @backstage/catalog-model@0.0.0-nightly-20240209021004
22
- - @backstage/core-plugin-api@0.0.0-nightly-20240209021004
23
- - @backstage/plugin-search-react@0.0.0-nightly-20240209021004
24
- - @backstage/theme@0.0.0-nightly-20240209021004
25
- - @backstage/integration@0.0.0-nightly-20240209021004
15
+ - 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
16
+ - Updated dependencies
17
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240210020848
18
+ - @backstage/core-compat-api@0.0.0-nightly-20240210020848
19
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240210020848
20
+ - @backstage/core-components@0.0.0-nightly-20240210020848
21
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240210020848
22
+ - @backstage/catalog-model@0.0.0-nightly-20240210020848
23
+ - @backstage/integration@0.0.0-nightly-20240210020848
24
+ - @backstage/core-plugin-api@0.0.0-nightly-20240210020848
25
+ - @backstage/plugin-search-react@0.0.0-nightly-20240210020848
26
+ - @backstage/theme@0.0.0-nightly-20240210020848
26
27
  - @backstage/config@1.1.1
27
28
  - @backstage/errors@1.2.3
28
- - @backstage/integration-react@0.0.0-nightly-20240209021004
29
+ - @backstage/integration-react@0.0.0-nightly-20240210020848
29
30
  - @backstage/plugin-search-common@1.2.10
30
31
 
31
32
  ## 1.10.0-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240209021004",
3
+ "version": "0.0.0-nightly-20240210020848",
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-20240209021004",
4
+ "version": "0.0.0-nightly-20240210020848",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,20 +45,20 @@
45
45
  "clean": "backstage-cli package clean"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240209021004",
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20240210020848",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-compat-api": "^0.0.0-nightly-20240209021004",
51
- "@backstage/core-components": "^0.0.0-nightly-20240209021004",
52
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240209021004",
50
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240210020848",
51
+ "@backstage/core-components": "^0.0.0-nightly-20240210020848",
52
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240210020848",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240209021004",
55
- "@backstage/integration": "^0.0.0-nightly-20240209021004",
56
- "@backstage/integration-react": "^0.0.0-nightly-20240209021004",
57
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240209021004",
54
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240210020848",
55
+ "@backstage/integration": "^0.0.0-nightly-20240210020848",
56
+ "@backstage/integration-react": "^0.0.0-nightly-20240210020848",
57
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240210020848",
58
58
  "@backstage/plugin-search-common": "^1.2.10",
59
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240209021004",
60
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240209021004",
61
- "@backstage/theme": "^0.0.0-nightly-20240209021004",
59
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240210020848",
60
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240210020848",
61
+ "@backstage/theme": "^0.0.0-nightly-20240210020848",
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",
@@ -66,7 +66,7 @@
66
66
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
67
67
  "dompurify": "^3.0.0",
68
68
  "event-source-polyfill": "1.0.25",
69
- "git-url-parse": "^13.0.0",
69
+ "git-url-parse": "^14.0.0",
70
70
  "jss": "~10.10.0",
71
71
  "lodash": "^4.17.21",
72
72
  "react-helmet": "6.1.0",
@@ -78,11 +78,11 @@
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-20240209021004",
82
- "@backstage/core-app-api": "^0.0.0-nightly-20240209021004",
83
- "@backstage/dev-utils": "^0.0.0-nightly-20240209021004",
84
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240209021004",
85
- "@backstage/test-utils": "^0.0.0-nightly-20240209021004",
81
+ "@backstage/cli": "^0.0.0-nightly-20240210020848",
82
+ "@backstage/core-app-api": "^0.0.0-nightly-20240210020848",
83
+ "@backstage/dev-utils": "^0.0.0-nightly-20240210020848",
84
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240210020848",
85
+ "@backstage/test-utils": "^0.0.0-nightly-20240210020848",
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",