@backstage/plugin-techdocs-module-addons-contrib 1.1.8 → 1.1.9

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 +24 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
8
+ - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
9
+ - Updated dependencies
10
+ - @backstage/plugin-techdocs-react@1.2.3
11
+ - @backstage/core-components@0.14.4
12
+ - @backstage/core-plugin-api@1.9.2
13
+ - @backstage/integration-react@1.1.26
14
+ - @backstage/integration@1.10.0
15
+
16
+ ## 1.1.9-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/integration@1.10.0-next.0
22
+ - @backstage/core-components@0.14.4-next.0
23
+ - @backstage/core-plugin-api@1.9.1
24
+ - @backstage/integration-react@1.1.26-next.0
25
+ - @backstage/plugin-techdocs-react@1.2.3-next.0
26
+
3
27
  ## 1.1.8
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
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.14.3",
41
- "@backstage/core-plugin-api": "^1.9.1",
42
- "@backstage/integration": "^1.9.1",
43
- "@backstage/integration-react": "^1.1.25",
44
- "@backstage/plugin-techdocs-react": "^1.2.2",
40
+ "@backstage/core-components": "^0.14.4",
41
+ "@backstage/core-plugin-api": "^1.9.2",
42
+ "@backstage/integration": "^1.10.0",
43
+ "@backstage/integration-react": "^1.1.26",
44
+ "@backstage/plugin-techdocs-react": "^1.2.3",
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,12 +49,12 @@
49
49
  "photoswipe": "^5.3.7"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.26.2",
53
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.30",
54
- "@backstage/test-utils": "^1.5.3",
55
- "@testing-library/dom": "^9.0.0",
52
+ "@backstage/cli": "^0.26.3",
53
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.31",
54
+ "@backstage/test-utils": "^1.5.4",
55
+ "@testing-library/dom": "^10.0.0",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
- "@testing-library/react": "^14.0.0",
57
+ "@testing-library/react": "^15.0.0",
58
58
  "@types/react": "^16.13.1 || ^17.0.0"
59
59
  },
60
60
  "peerDependencies": {