@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20231121021721 → 0.0.0-nightly-20231123021445
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 +36 -11
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,46 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-addons-test-utils
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231123021445
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 3f354e68f4d1: Move `@testing-library/react` to be a `peerDependency`
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
10
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-catalog@0.0.0-nightly-
|
|
12
|
-
- @backstage/plugin-techdocs@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
14
|
-
- @backstage/theme@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-app-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
17
|
-
- @backstage/test-utils@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
9
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231123021445
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-20231123021445
|
|
11
|
+
- @backstage/plugin-catalog@0.0.0-nightly-20231123021445
|
|
12
|
+
- @backstage/plugin-techdocs@0.0.0-nightly-20231123021445
|
|
13
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20231123021445
|
|
14
|
+
- @backstage/theme@0.0.0-nightly-20231123021445
|
|
15
|
+
- @backstage/core-app-api@0.0.0-nightly-20231123021445
|
|
16
|
+
- @backstage/integration-react@0.0.0-nightly-20231123021445
|
|
17
|
+
- @backstage/test-utils@0.0.0-nightly-20231123021445
|
|
18
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20231123021445
|
|
19
|
+
|
|
20
|
+
## 1.0.25-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/plugin-catalog@1.16.0-next.1
|
|
26
|
+
- @backstage/plugin-techdocs@1.9.2-next.1
|
|
27
|
+
|
|
28
|
+
## 1.0.25-next.0
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 3f354e68f4: Move `@testing-library/react` to be a `peerDependency`
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
35
|
+
- @backstage/core-components@0.13.9-next.0
|
|
36
|
+
- @backstage/plugin-catalog@1.16.0-next.0
|
|
37
|
+
- @backstage/plugin-techdocs@1.9.2-next.0
|
|
38
|
+
- @backstage/plugin-search-react@1.7.4-next.0
|
|
39
|
+
- @backstage/theme@0.5.0-next.0
|
|
40
|
+
- @backstage/core-app-api@1.11.2-next.0
|
|
41
|
+
- @backstage/integration-react@1.1.22-next.0
|
|
42
|
+
- @backstage/test-utils@1.4.6-next.0
|
|
43
|
+
- @backstage/plugin-techdocs-react@1.1.14-next.0
|
|
19
44
|
|
|
20
45
|
## 1.0.23
|
|
21
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-addons-test-utils",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20231123021445",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"postpack": "backstage-cli package postpack"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
37
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/plugin-techdocs": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
45
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
36
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231123021445",
|
|
37
|
+
"@backstage/core-components": "^0.0.0-nightly-20231123021445",
|
|
38
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231123021445",
|
|
39
|
+
"@backstage/integration-react": "^0.0.0-nightly-20231123021445",
|
|
40
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20231123021445",
|
|
41
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20231123021445",
|
|
42
|
+
"@backstage/plugin-techdocs": "^0.0.0-nightly-20231123021445",
|
|
43
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231123021445",
|
|
44
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231123021445",
|
|
45
|
+
"@backstage/theme": "^0.0.0-nightly-20231123021445",
|
|
46
46
|
"@material-ui/core": "^4.12.2",
|
|
47
47
|
"@material-ui/icons": "^4.9.1",
|
|
48
48
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
61
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
60
|
+
"@backstage/cli": "^0.0.0-nightly-20231123021445",
|
|
61
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20231123021445",
|
|
62
62
|
"@testing-library/dom": "^9.0.0",
|
|
63
63
|
"@testing-library/jest-dom": "^6.0.0",
|
|
64
64
|
"@testing-library/user-event": "^14.0.0",
|