@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20240512021617 → 0.0.0-nightly-20240513021609

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