@backstage/plugin-techdocs-addons-test-utils 1.0.20 → 1.0.21-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -22
  2. package/package.json +12 -13
package/CHANGELOG.md CHANGED
@@ -1,43 +1,53 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 1.0.20
3
+ ## 1.0.21-next.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 8cec7664e146: Removed `@types/node` dependency
7
8
  - Updated dependencies
8
- - @backstage/integration-react@1.1.18
9
- - @backstage/plugin-techdocs@1.6.8
10
- - @backstage/core-app-api@1.9.1
11
- - @backstage/core-components@0.13.4
12
- - @backstage/core-plugin-api@1.5.3
13
- - @backstage/test-utils@1.4.2
9
+ - @backstage/plugin-techdocs@1.7.0-next.2
10
+ - @backstage/plugin-catalog@1.13.0-next.2
11
+ - @backstage/integration-react@1.1.19-next.2
12
+ - @backstage/core-components@0.13.5-next.2
13
+ - @backstage/core-plugin-api@1.6.0-next.2
14
+ - @backstage/core-app-api@1.10.0-next.2
15
+ - @backstage/test-utils@1.4.3-next.2
16
+ - @backstage/plugin-search-react@1.7.0-next.2
17
+ - @backstage/plugin-techdocs-react@1.1.10-next.2
14
18
  - @backstage/theme@0.4.1
15
- - @backstage/plugin-catalog@1.12.4
16
- - @backstage/plugin-search-react@1.6.4
17
- - @backstage/plugin-techdocs-react@1.1.9
18
19
 
19
- ## 1.0.19
20
+ ## 1.0.21-next.1
20
21
 
21
22
  ### Patch Changes
22
23
 
23
24
  - Updated dependencies
24
- - @backstage/integration-react@1.1.17
25
- - @backstage/plugin-techdocs@1.6.7
26
- - @backstage/core-app-api@1.9.1
27
- - @backstage/core-components@0.13.4
28
- - @backstage/core-plugin-api@1.5.3
29
- - @backstage/test-utils@1.4.2
25
+ - @backstage/core-components@0.13.5-next.1
26
+ - @backstage/plugin-search-react@1.7.0-next.1
27
+ - @backstage/plugin-catalog@1.12.5-next.1
28
+ - @backstage/plugin-techdocs@1.6.9-next.1
29
+ - @backstage/integration-react@1.1.19-next.1
30
+ - @backstage/plugin-techdocs-react@1.1.10-next.1
31
+ - @backstage/core-app-api@1.10.0-next.1
32
+ - @backstage/core-plugin-api@1.6.0-next.1
33
+ - @backstage/test-utils@1.4.3-next.1
30
34
  - @backstage/theme@0.4.1
31
- - @backstage/plugin-catalog@1.12.3
32
- - @backstage/plugin-search-react@1.6.4
33
- - @backstage/plugin-techdocs-react@1.1.9
34
35
 
35
- ## 1.0.18
36
+ ## 1.0.20-next.0
36
37
 
37
38
  ### Patch Changes
38
39
 
39
40
  - Updated dependencies
40
- - @backstage/plugin-catalog@1.12.2
41
+ - @backstage/integration-react@1.1.18-next.0
42
+ - @backstage/plugin-catalog@1.12.4-next.0
43
+ - @backstage/plugin-techdocs@1.6.8-next.0
44
+ - @backstage/core-app-api@1.10.0-next.0
45
+ - @backstage/core-plugin-api@1.6.0-next.0
46
+ - @backstage/core-components@0.13.5-next.0
47
+ - @backstage/test-utils@1.4.3-next.0
48
+ - @backstage/theme@0.4.1
49
+ - @backstage/plugin-search-react@1.6.5-next.0
50
+ - @backstage/plugin-techdocs-react@1.1.10-next.0
41
51
 
42
52
  ## 1.0.17
43
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "1.0.20",
3
+ "version": "1.0.21-next.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "postpack": "backstage-cli package postpack"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^1.9.1",
36
- "@backstage/core-components": "^0.13.4",
37
- "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/integration-react": "^1.1.18",
39
- "@backstage/plugin-catalog": "^1.12.4",
40
- "@backstage/plugin-search-react": "^1.6.4",
41
- "@backstage/plugin-techdocs": "^1.6.8",
42
- "@backstage/plugin-techdocs-react": "^1.1.9",
43
- "@backstage/test-utils": "^1.4.2",
35
+ "@backstage/core-app-api": "^1.10.0-next.2",
36
+ "@backstage/core-components": "^0.13.5-next.2",
37
+ "@backstage/core-plugin-api": "^1.6.0-next.2",
38
+ "@backstage/integration-react": "^1.1.19-next.2",
39
+ "@backstage/plugin-catalog": "^1.13.0-next.2",
40
+ "@backstage/plugin-search-react": "^1.7.0-next.2",
41
+ "@backstage/plugin-techdocs": "^1.7.0-next.2",
42
+ "@backstage/plugin-techdocs-react": "^1.1.10-next.2",
43
+ "@backstage/test-utils": "^1.4.3-next.2",
44
44
  "@backstage/theme": "^0.4.1",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -56,13 +56,12 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.12",
60
- "@backstage/dev-utils": "^1.0.20",
59
+ "@backstage/cli": "^0.22.13-next.2",
60
+ "@backstage/dev-utils": "^1.0.21-next.2",
61
61
  "@testing-library/dom": "^8.0.0",
62
62
  "@testing-library/jest-dom": "^5.10.1",
63
63
  "@testing-library/react": "^12.1.3",
64
64
  "@testing-library/user-event": "^14.0.0",
65
- "@types/node": "^16.11.26",
66
65
  "msw": "^1.0.0"
67
66
  },
68
67
  "files": [