@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20220505023756 → 0.0.0-nightly-20220508024231

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 +10 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 0.0.0-nightly-20220505023756
3
+ ## 0.0.0-nightly-20220508024231
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,15 +9,15 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-20220505023756
13
- - @backstage/test-utils@0.0.0-nightly-20220505023756
14
- - @backstage/core-plugin-api@0.0.0-nightly-20220505023756
15
- - @backstage/plugin-catalog@0.0.0-nightly-20220505023756
16
- - @backstage/integration-react@0.0.0-nightly-20220505023756
17
- - @backstage/plugin-techdocs@0.0.0-nightly-20220505023756
18
- - @backstage/plugin-search-react@0.0.0-nightly-20220505023756
19
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20220505023756
20
- - @backstage/core-app-api@0.0.0-nightly-20220505023756
12
+ - @backstage/core-components@0.0.0-nightly-20220508024231
13
+ - @backstage/test-utils@0.0.0-nightly-20220508024231
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20220508024231
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20220508024231
16
+ - @backstage/integration-react@0.0.0-nightly-20220508024231
17
+ - @backstage/plugin-techdocs@0.0.0-nightly-20220508024231
18
+ - @backstage/plugin-search-react@0.0.0-nightly-20220508024231
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20220508024231
20
+ - @backstage/core-app-api@0.0.0-nightly-20220508024231
21
21
 
22
22
  ## 0.1.0-next.0
23
23
 
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-20220505023756",
3
+ "version": "0.0.0-nightly-20220508024231",
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-components": "^0.0.0-nightly-20220505023756",
36
- "@backstage/core-app-api": "^0.0.0-nightly-20220505023756",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220505023756",
38
- "@backstage/integration-react": "^0.0.0-nightly-20220505023756",
39
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220505023756",
40
- "@backstage/plugin-search-react": "^0.0.0-nightly-20220505023756",
41
- "@backstage/plugin-techdocs": "^0.0.0-nightly-20220505023756",
42
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20220505023756",
43
- "@backstage/test-utils": "^0.0.0-nightly-20220505023756",
35
+ "@backstage/core-components": "^0.0.0-nightly-20220508024231",
36
+ "@backstage/core-app-api": "^0.0.0-nightly-20220508024231",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220508024231",
38
+ "@backstage/integration-react": "^0.0.0-nightly-20220508024231",
39
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220508024231",
40
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20220508024231",
41
+ "@backstage/plugin-techdocs": "^0.0.0-nightly-20220508024231",
42
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20220508024231",
43
+ "@backstage/test-utils": "^0.0.0-nightly-20220508024231",
44
44
  "@backstage/theme": "^0.2.15",
45
45
  "@material-ui/core": "^4.9.13",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -56,8 +56,8 @@
56
56
  "react-dom": "^16.13.1 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.0.0-nightly-20220505023756",
60
- "@backstage/dev-utils": "^0.0.0-nightly-20220505023756",
59
+ "@backstage/cli": "^0.0.0-nightly-20220508024231",
60
+ "@backstage/dev-utils": "^0.0.0-nightly-20220508024231",
61
61
  "@testing-library/jest-dom": "^5.10.1",
62
62
  "@testing-library/react": "^12.1.3",
63
63
  "@testing-library/user-event": "^14.0.0",