@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20230619022652 → 0.0.0-nightly-20230620022155

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 +11 -11
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 0.0.0-nightly-20230619022652
3
+ ## 0.0.0-nightly-20230620022155
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1fd38bc4141a: Avoiding re-running tests on cleanup.
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog@0.0.0-nightly-20230619022652
10
- - @backstage/plugin-search-react@0.0.0-nightly-20230619022652
11
- - @backstage/core-components@0.0.0-nightly-20230619022652
12
- - @backstage/theme@0.0.0-nightly-20230619022652
13
- - @backstage/plugin-techdocs@0.0.0-nightly-20230619022652
14
- - @backstage/test-utils@0.0.0-nightly-20230619022652
15
- - @backstage/core-app-api@0.0.0-nightly-20230619022652
16
- - @backstage/core-plugin-api@0.0.0-nightly-20230619022652
17
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20230619022652
18
- - @backstage/integration-react@0.0.0-nightly-20230619022652
9
+ - @backstage/core-app-api@0.0.0-nightly-20230620022155
10
+ - @backstage/plugin-catalog@0.0.0-nightly-20230620022155
11
+ - @backstage/plugin-search-react@0.0.0-nightly-20230620022155
12
+ - @backstage/core-components@0.0.0-nightly-20230620022155
13
+ - @backstage/theme@0.0.0-nightly-20230620022155
14
+ - @backstage/plugin-techdocs@0.0.0-nightly-20230620022155
15
+ - @backstage/test-utils@0.0.0-nightly-20230620022155
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20230620022155
17
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20230620022155
18
+ - @backstage/integration-react@0.0.0-nightly-20230620022155
19
19
 
20
20
  ## 1.0.15-next.3
21
21
 
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-20230619022652",
3
+ "version": "0.0.0-nightly-20230620022155",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  "postpack": "backstage-cli package postpack"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^0.0.0-nightly-20230619022652",
36
- "@backstage/core-components": "^0.0.0-nightly-20230619022652",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230619022652",
38
- "@backstage/integration-react": "^0.0.0-nightly-20230619022652",
39
- "@backstage/plugin-catalog": "^0.0.0-nightly-20230619022652",
40
- "@backstage/plugin-search-react": "^0.0.0-nightly-20230619022652",
41
- "@backstage/plugin-techdocs": "^0.0.0-nightly-20230619022652",
42
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20230619022652",
43
- "@backstage/test-utils": "^0.0.0-nightly-20230619022652",
44
- "@backstage/theme": "^0.0.0-nightly-20230619022652",
35
+ "@backstage/core-app-api": "^0.0.0-nightly-20230620022155",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230620022155",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230620022155",
38
+ "@backstage/integration-react": "^0.0.0-nightly-20230620022155",
39
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20230620022155",
40
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20230620022155",
41
+ "@backstage/plugin-techdocs": "^0.0.0-nightly-20230620022155",
42
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20230620022155",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20230620022155",
44
+ "@backstage/theme": "^0.0.0-nightly-20230620022155",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -56,8 +56,8 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.0.0-nightly-20230619022652",
60
- "@backstage/dev-utils": "^0.0.0-nightly-20230619022652",
59
+ "@backstage/cli": "^0.0.0-nightly-20230620022155",
60
+ "@backstage/dev-utils": "^0.0.0-nightly-20230620022155",
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",