@backstage/plugin-techdocs 0.0.0-nightly-20240414023511 → 0.0.0-nightly-20240415030456

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,25 +1,25 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240414023511
3
+ ## 0.0.0-nightly-20240415030456
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240414023511
10
- - @backstage/plugin-auth-react@0.0.0-nightly-20240414023511
11
- - @backstage/core-compat-api@0.0.0-nightly-20240414023511
12
- - @backstage/core-components@0.0.0-nightly-20240414023511
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240414023511
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240414023511
15
- - @backstage/theme@0.0.0-nightly-20240414023511
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240414023511
17
- - @backstage/plugin-search-react@0.0.0-nightly-20240414023511
18
- - @backstage/integration@0.0.0-nightly-20240414023511
9
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240415030456
10
+ - @backstage/plugin-search-react@0.0.0-nightly-20240415030456
11
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240415030456
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240415030456
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240415030456
14
+ - @backstage/core-components@0.0.0-nightly-20240415030456
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20240415030456
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240415030456
17
+ - @backstage/theme@0.0.0-nightly-20240415030456
18
+ - @backstage/integration@0.0.0-nightly-20240415030456
19
19
  - @backstage/catalog-model@1.4.5
20
20
  - @backstage/config@1.2.0
21
21
  - @backstage/errors@1.2.4
22
- - @backstage/integration-react@0.0.0-nightly-20240414023511
22
+ - @backstage/integration-react@0.0.0-nightly-20240415030456
23
23
  - @backstage/plugin-search-common@1.2.11
24
24
 
25
25
  ## 1.10.4-next.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240414023511",
3
+ "version": "0.0.0-nightly-20240415030456",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240414023511",
3
+ "version": "0.0.0-nightly-20240415030456",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -52,19 +52,19 @@
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.4.5",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.0.0-nightly-20240414023511",
56
- "@backstage/core-components": "^0.0.0-nightly-20240414023511",
57
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240414023511",
55
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240415030456",
56
+ "@backstage/core-components": "^0.0.0-nightly-20240415030456",
57
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240415030456",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240414023511",
60
- "@backstage/integration": "^0.0.0-nightly-20240414023511",
61
- "@backstage/integration-react": "^0.0.0-nightly-20240414023511",
62
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240414023511",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240414023511",
59
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240415030456",
60
+ "@backstage/integration": "^0.0.0-nightly-20240415030456",
61
+ "@backstage/integration-react": "^0.0.0-nightly-20240415030456",
62
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240415030456",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240415030456",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240414023511",
66
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240414023511",
67
- "@backstage/theme": "^0.0.0-nightly-20240414023511",
65
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240415030456",
66
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240415030456",
67
+ "@backstage/theme": "^0.0.0-nightly-20240415030456",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240414023511",
83
- "@backstage/core-app-api": "^0.0.0-nightly-20240414023511",
84
- "@backstage/dev-utils": "^0.0.0-nightly-20240414023511",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240414023511",
86
- "@backstage/test-utils": "^0.0.0-nightly-20240414023511",
82
+ "@backstage/cli": "^0.0.0-nightly-20240415030456",
83
+ "@backstage/core-app-api": "^0.0.0-nightly-20240415030456",
84
+ "@backstage/dev-utils": "^0.0.0-nightly-20240415030456",
85
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240415030456",
86
+ "@backstage/test-utils": "^0.0.0-nightly-20240415030456",
87
87
  "@testing-library/dom": "^9.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",
89
89
  "@testing-library/react": "^15.0.0",