@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20221222022401 → 0.0.0-nightly-20221224021908

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 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,20 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 0.0.0-nightly-20221222022401
3
+ ## 0.0.0-nightly-20221224021908
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20221222022401
9
- - @backstage/plugin-catalog@0.0.0-nightly-20221222022401
10
- - @backstage/plugin-techdocs@0.0.0-nightly-20221222022401
11
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20221222022401
12
- - @backstage/integration-react@0.0.0-nightly-20221222022401
13
- - @backstage/plugin-search-react@0.0.0-nightly-20221222022401
8
+ - @backstage/core-components@0.0.0-nightly-20221224021908
9
+ - @backstage/core-app-api@1.3.0
10
+ - @backstage/core-plugin-api@1.2.0
11
+ - @backstage/integration-react@0.0.0-nightly-20221224021908
12
+ - @backstage/test-utils@1.2.3
13
+ - @backstage/theme@0.2.16
14
+ - @backstage/plugin-catalog@0.0.0-nightly-20221224021908
15
+ - @backstage/plugin-search-react@0.0.0-nightly-20221224021908
16
+ - @backstage/plugin-techdocs@0.0.0-nightly-20221224021908
17
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20221224021908
14
18
 
15
19
  ## 1.0.8
16
20
 
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-20221222022401",
3
+ "version": "0.0.0-nightly-20221224021908",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@backstage/core-app-api": "^1.3.0",
36
- "@backstage/core-components": "^0.0.0-nightly-20221222022401",
36
+ "@backstage/core-components": "^0.0.0-nightly-20221224021908",
37
37
  "@backstage/core-plugin-api": "^1.2.0",
38
- "@backstage/integration-react": "^0.0.0-nightly-20221222022401",
39
- "@backstage/plugin-catalog": "^0.0.0-nightly-20221222022401",
40
- "@backstage/plugin-search-react": "^0.0.0-nightly-20221222022401",
41
- "@backstage/plugin-techdocs": "^0.0.0-nightly-20221222022401",
42
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20221222022401",
38
+ "@backstage/integration-react": "^0.0.0-nightly-20221224021908",
39
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20221224021908",
40
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20221224021908",
41
+ "@backstage/plugin-techdocs": "^0.0.0-nightly-20221224021908",
42
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20221224021908",
43
43
  "@backstage/test-utils": "^1.2.3",
44
44
  "@backstage/theme": "^0.2.16",
45
45
  "@material-ui/core": "^4.9.13",
@@ -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.22.0",
60
- "@backstage/dev-utils": "^0.0.0-nightly-20221222022401",
59
+ "@backstage/cli": "^0.0.0-nightly-20221224021908",
60
+ "@backstage/dev-utils": "^0.0.0-nightly-20221224021908",
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",