@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20240809021939 → 0.0.0-nightly-20240811022228

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
- ## 0.0.0-nightly-20240809021939
3
+ ## 0.0.0-nightly-20240811022228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240809021939
9
- - @backstage/integration@0.0.0-nightly-20240809021939
8
+ - @backstage/core-components@0.0.0-nightly-20240811022228
9
+ - @backstage/integration@0.0.0-nightly-20240811022228
10
10
  - @backstage/core-plugin-api@1.9.3
11
- - @backstage/integration-react@0.0.0-nightly-20240809021939
12
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240809021939
11
+ - @backstage/integration-react@0.0.0-nightly-20240811022228
12
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240811022228
13
13
 
14
14
  ## 1.1.13-next.0
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240811022228",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -39,11 +39,11 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "^0.0.0-nightly-20240809021939",
42
+ "@backstage/core-components": "^0.0.0-nightly-20240811022228",
43
43
  "@backstage/core-plugin-api": "^1.9.3",
44
- "@backstage/integration": "^0.0.0-nightly-20240809021939",
45
- "@backstage/integration-react": "^0.0.0-nightly-20240809021939",
46
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240809021939",
44
+ "@backstage/integration": "^0.0.0-nightly-20240811022228",
45
+ "@backstage/integration-react": "^0.0.0-nightly-20240811022228",
46
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240811022228",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@react-hookz/web": "^24.0.0",
@@ -51,9 +51,9 @@
51
51
  "photoswipe": "^5.3.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.0.0-nightly-20240809021939",
55
- "@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-20240809021939",
56
- "@backstage/test-utils": "^0.0.0-nightly-20240809021939",
54
+ "@backstage/cli": "^0.0.0-nightly-20240811022228",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-20240811022228",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240811022228",
57
57
  "@testing-library/dom": "^10.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^15.0.0",