@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20231105021421 → 0.0.0-nightly-20231107021551

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-20231105021421
3
+ ## 0.0.0-nightly-20231107021551
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b8721531e: Add official support for React 18.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20231105021421
10
- - @backstage/plugin-catalog@0.0.0-nightly-20231105021421
11
- - @backstage/plugin-techdocs@0.0.0-nightly-20231105021421
12
- - @backstage/integration-react@0.0.0-nightly-20231105021421
13
- - @backstage/core-plugin-api@0.0.0-nightly-20231105021421
14
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20231105021421
15
- - @backstage/core-app-api@0.0.0-nightly-20231105021421
16
- - @backstage/plugin-search-react@0.0.0-nightly-20231105021421
17
- - @backstage/test-utils@0.0.0-nightly-20231105021421
18
- - @backstage/theme@0.0.0-nightly-20231105021421
9
+ - @backstage/core-components@0.0.0-nightly-20231107021551
10
+ - @backstage/plugin-catalog@0.0.0-nightly-20231107021551
11
+ - @backstage/plugin-techdocs@0.0.0-nightly-20231107021551
12
+ - @backstage/integration-react@0.0.0-nightly-20231107021551
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20231107021551
14
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20231107021551
15
+ - @backstage/core-app-api@0.0.0-nightly-20231107021551
16
+ - @backstage/plugin-search-react@0.0.0-nightly-20231107021551
17
+ - @backstage/test-utils@0.0.0-nightly-20231107021551
18
+ - @backstage/theme@0.0.0-nightly-20231107021551
19
19
 
20
20
  ## 1.0.23-next.1
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-20231105021421",
3
+ "version": "0.0.0-nightly-20231107021551",
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-20231105021421",
37
- "@backstage/core-components": "^0.0.0-nightly-20231105021421",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231105021421",
39
- "@backstage/integration-react": "^0.0.0-nightly-20231105021421",
40
- "@backstage/plugin-catalog": "^0.0.0-nightly-20231105021421",
41
- "@backstage/plugin-search-react": "^0.0.0-nightly-20231105021421",
42
- "@backstage/plugin-techdocs": "^0.0.0-nightly-20231105021421",
43
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231105021421",
44
- "@backstage/test-utils": "^0.0.0-nightly-20231105021421",
45
- "@backstage/theme": "^0.0.0-nightly-20231105021421",
36
+ "@backstage/core-app-api": "^0.0.0-nightly-20231107021551",
37
+ "@backstage/core-components": "^0.0.0-nightly-20231107021551",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231107021551",
39
+ "@backstage/integration-react": "^0.0.0-nightly-20231107021551",
40
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20231107021551",
41
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20231107021551",
42
+ "@backstage/plugin-techdocs": "^0.0.0-nightly-20231107021551",
43
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231107021551",
44
+ "@backstage/test-utils": "^0.0.0-nightly-20231107021551",
45
+ "@backstage/theme": "^0.0.0-nightly-20231107021551",
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-20231105021421",
61
- "@backstage/dev-utils": "^0.0.0-nightly-20231105021421",
60
+ "@backstage/cli": "^0.0.0-nightly-20231107021551",
61
+ "@backstage/dev-utils": "^0.0.0-nightly-20231107021551",
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",