@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20231030021305 → 0.0.0-nightly-20231031021349

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 +7 -7
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
- ## 0.0.0-nightly-20231030021305
3
+ ## 0.0.0-nightly-20231031021349
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,12 +8,12 @@
8
8
  - 6c2b8721531e: Add official support for React 18.
9
9
  - 62b592291687: Internal theme type updates
10
10
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20231030021305
12
- - @backstage/integration-react@0.0.0-nightly-20231030021305
13
- - @backstage/core-plugin-api@0.0.0-nightly-20231030021305
14
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20231030021305
15
- - @backstage/theme@0.0.0-nightly-20231030021305
16
- - @backstage/integration@1.7.1
11
+ - @backstage/core-components@0.0.0-nightly-20231031021349
12
+ - @backstage/integration@0.0.0-nightly-20231031021349
13
+ - @backstage/integration-react@0.0.0-nightly-20231031021349
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20231031021349
15
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20231031021349
16
+ - @backstage/theme@0.0.0-nightly-20231031021349
17
17
 
18
18
  ## 1.1.2-next.0
19
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
3
  "description": "Plugin module for contributed TechDocs Addons",
4
- "version": "0.0.0-nightly-20231030021305",
4
+ "version": "0.0.0-nightly-20231031021349",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.0.0-nightly-20231030021305",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231030021305",
39
- "@backstage/integration": "^1.7.1",
40
- "@backstage/integration-react": "^0.0.0-nightly-20231030021305",
41
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231030021305",
42
- "@backstage/theme": "^0.0.0-nightly-20231030021305",
37
+ "@backstage/core-components": "^0.0.0-nightly-20231031021349",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231031021349",
39
+ "@backstage/integration": "^0.0.0-nightly-20231031021349",
40
+ "@backstage/integration-react": "^0.0.0-nightly-20231031021349",
41
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231031021349",
42
+ "@backstage/theme": "^0.0.0-nightly-20231031021349",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1",
45
45
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -54,11 +54,11 @@
54
54
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.0.0-nightly-20231030021305",
58
- "@backstage/core-app-api": "^0.0.0-nightly-20231030021305",
59
- "@backstage/dev-utils": "^0.0.0-nightly-20231030021305",
60
- "@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-20231030021305",
61
- "@backstage/test-utils": "^0.0.0-nightly-20231030021305",
57
+ "@backstage/cli": "^0.0.0-nightly-20231031021349",
58
+ "@backstage/core-app-api": "^0.0.0-nightly-20231031021349",
59
+ "@backstage/dev-utils": "^0.0.0-nightly-20231031021349",
60
+ "@backstage/plugin-techdocs-addons-test-utils": "^0.0.0-nightly-20231031021349",
61
+ "@backstage/test-utils": "^0.0.0-nightly-20231031021349",
62
62
  "@testing-library/dom": "^9.0.0",
63
63
  "@testing-library/jest-dom": "^6.0.0",
64
64
  "@testing-library/react": "^14.0.0",