@backstage/plugin-techdocs-module-addons-contrib 1.1.14-next.1 → 1.1.14
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +24 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
2
2
|
|
3
|
+
## 1.1.14
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
8
|
+
- Updated dependencies
|
9
|
+
- @backstage/core-components@0.15.0
|
10
|
+
- @backstage/plugin-techdocs-react@1.2.8
|
11
|
+
- @backstage/integration-react@1.1.31
|
12
|
+
- @backstage/integration@1.15.0
|
13
|
+
- @backstage/core-plugin-api@1.9.4
|
14
|
+
|
15
|
+
## 1.1.14-next.2
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
20
|
+
- Updated dependencies
|
21
|
+
- @backstage/core-components@0.14.11-next.1
|
22
|
+
- @backstage/integration-react@1.1.31-next.0
|
23
|
+
- @backstage/integration@1.15.0-next.0
|
24
|
+
- @backstage/core-plugin-api@1.9.4-next.0
|
25
|
+
- @backstage/plugin-techdocs-react@1.2.8-next.2
|
26
|
+
|
3
27
|
## 1.1.14-next.1
|
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.14
|
3
|
+
"version": "1.1.14",
|
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.
|
43
|
-
"@backstage/core-plugin-api": "^1.9.
|
44
|
-
"@backstage/integration": "^1.
|
45
|
-
"@backstage/integration-react": "^1.1.
|
46
|
-
"@backstage/plugin-techdocs-react": "^1.2.8
|
42
|
+
"@backstage/core-components": "^0.15.0",
|
43
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
44
|
+
"@backstage/integration": "^1.15.0",
|
45
|
+
"@backstage/integration-react": "^1.1.31",
|
46
|
+
"@backstage/plugin-techdocs-react": "^1.2.8",
|
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,12 +51,12 @@
|
|
51
51
|
"photoswipe": "^5.3.7"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@backstage/cli": "^0.27.1
|
55
|
-
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.38
|
56
|
-
"@backstage/test-utils": "^1.6.0
|
54
|
+
"@backstage/cli": "^0.27.1",
|
55
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.38",
|
56
|
+
"@backstage/test-utils": "^1.6.0",
|
57
57
|
"@testing-library/dom": "^10.0.0",
|
58
58
|
"@testing-library/jest-dom": "^6.0.0",
|
59
|
-
"@testing-library/react": "^
|
59
|
+
"@testing-library/react": "^16.0.0",
|
60
60
|
"@types/react": "^16.13.1 || ^17.0.0"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|