@backstage/plugin-techdocs-addons-test-utils 1.0.39 → 1.0.40-next.2
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 +41 -5
- package/package.json +22 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,50 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-addons-test-utils
|
|
2
2
|
|
|
3
|
-
## 1.0.
|
|
3
|
+
## 1.0.40-next.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/plugin-catalog@1.
|
|
10
|
-
- @backstage/plugin-
|
|
11
|
-
- @backstage/
|
|
8
|
+
- @backstage/plugin-catalog@1.24.0-next.2
|
|
9
|
+
- @backstage/plugin-catalog-react@1.14.0-next.2
|
|
10
|
+
- @backstage/plugin-techdocs@1.11.0-next.2
|
|
11
|
+
- @backstage/core-app-api@1.15.1-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.10.0-next.1
|
|
13
|
+
- @backstage/integration-react@1.2.0-next.2
|
|
14
|
+
- @backstage/test-utils@1.6.1-next.2
|
|
15
|
+
- @backstage/plugin-search-react@1.8.1-next.2
|
|
16
|
+
- @backstage/plugin-techdocs-react@1.2.9-next.2
|
|
17
|
+
|
|
18
|
+
## 1.0.40-next.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- e969dc7: Move `@types/react` to a peer dependency.
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/integration-react@1.2.0-next.1
|
|
25
|
+
- @backstage/core-plugin-api@1.10.0-next.1
|
|
26
|
+
- @backstage/plugin-techdocs-react@1.2.9-next.1
|
|
27
|
+
- @backstage/core-app-api@1.15.1-next.1
|
|
28
|
+
- @backstage/plugin-catalog-react@1.14.0-next.1
|
|
29
|
+
- @backstage/plugin-search-react@1.8.1-next.1
|
|
30
|
+
- @backstage/test-utils@1.6.1-next.1
|
|
31
|
+
- @backstage/plugin-techdocs@1.10.11-next.1
|
|
32
|
+
- @backstage/plugin-catalog@1.24.0-next.1
|
|
33
|
+
|
|
34
|
+
## 1.0.39-next.0
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies
|
|
39
|
+
- @backstage/plugin-catalog@1.24.0-next.0
|
|
40
|
+
- @backstage/plugin-techdocs@1.10.10-next.0
|
|
41
|
+
- @backstage/core-plugin-api@1.10.0-next.0
|
|
42
|
+
- @backstage/plugin-catalog-react@1.13.1-next.0
|
|
43
|
+
- @backstage/plugin-search-react@1.8.1-next.0
|
|
44
|
+
- @backstage/core-app-api@1.15.1-next.0
|
|
45
|
+
- @backstage/integration-react@1.1.32-next.0
|
|
46
|
+
- @backstage/test-utils@1.6.1-next.0
|
|
47
|
+
- @backstage/plugin-techdocs-react@1.2.9-next.0
|
|
12
48
|
|
|
13
49
|
## 1.0.38
|
|
14
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-addons-test-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40-next.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library",
|
|
6
6
|
"pluginId": "techdocs-addons",
|
|
@@ -40,28 +40,37 @@
|
|
|
40
40
|
"test": "backstage-cli package test"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/core-app-api": "
|
|
44
|
-
"@backstage/core-plugin-api": "
|
|
45
|
-
"@backstage/integration-react": "
|
|
46
|
-
"@backstage/plugin-catalog": "
|
|
47
|
-
"@backstage/plugin-catalog-react": "
|
|
48
|
-
"@backstage/plugin-search-react": "
|
|
49
|
-
"@backstage/plugin-techdocs": "
|
|
50
|
-
"@backstage/plugin-techdocs-react": "
|
|
51
|
-
"@backstage/test-utils": "
|
|
52
|
-
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
43
|
+
"@backstage/core-app-api": "1.15.1-next.1",
|
|
44
|
+
"@backstage/core-plugin-api": "1.10.0-next.1",
|
|
45
|
+
"@backstage/integration-react": "1.2.0-next.2",
|
|
46
|
+
"@backstage/plugin-catalog": "1.24.0-next.2",
|
|
47
|
+
"@backstage/plugin-catalog-react": "1.14.0-next.2",
|
|
48
|
+
"@backstage/plugin-search-react": "1.8.1-next.2",
|
|
49
|
+
"@backstage/plugin-techdocs": "1.11.0-next.2",
|
|
50
|
+
"@backstage/plugin-techdocs-react": "1.2.9-next.2",
|
|
51
|
+
"@backstage/test-utils": "1.6.1-next.2",
|
|
53
52
|
"testing-library__dom": "^7.29.4-beta.1"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@backstage/cli": "
|
|
55
|
+
"@backstage/cli": "0.28.0-next.2",
|
|
57
56
|
"@testing-library/dom": "^10.0.0",
|
|
58
|
-
"@testing-library/jest-dom": "^6.0.0"
|
|
57
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
58
|
+
"@types/react": "^18.0.0",
|
|
59
|
+
"react": "^18.0.2",
|
|
60
|
+
"react-dom": "^18.0.2",
|
|
61
|
+
"react-router-dom": "^6.3.0"
|
|
59
62
|
},
|
|
60
63
|
"peerDependencies": {
|
|
61
64
|
"@testing-library/react": "^16.0.0",
|
|
65
|
+
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
62
66
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
63
67
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
64
68
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
65
69
|
},
|
|
70
|
+
"peerDependenciesMeta": {
|
|
71
|
+
"@types/react": {
|
|
72
|
+
"optional": true
|
|
73
|
+
}
|
|
74
|
+
},
|
|
66
75
|
"module": "./dist/index.esm.js"
|
|
67
76
|
}
|