@backstage/plugin-techdocs-react 0.0.0-nightly-20240909023012 → 0.0.0-nightly-20240910023018

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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20240909023012
3
+ ## 0.0.0-nightly-20240910023018
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5ee3d27: Fixed issue in useShadowRootElements which could lead to unlimited render loops
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240909023012
9
+ - @backstage/core-components@0.0.0-nightly-20240910023018
10
10
  - @backstage/catalog-model@1.6.0
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/core-plugin-api@1.9.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20240909023012",
3
+ "version": "0.0.0-nightly-20240910023018",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.6.0",
49
49
  "@backstage/config": "^1.2.0",
50
- "@backstage/core-components": "^0.0.0-nightly-20240909023012",
50
+ "@backstage/core-components": "^0.0.0-nightly-20240910023018",
51
51
  "@backstage/core-plugin-api": "^1.9.3",
52
52
  "@backstage/version-bridge": "^1.0.8",
53
53
  "@material-ui/core": "^4.12.2",
@@ -59,8 +59,8 @@
59
59
  "react-use": "^17.2.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.0.0-nightly-20240909023012",
63
- "@backstage/test-utils": "^0.0.0-nightly-20240909023012",
62
+ "@backstage/cli": "^0.0.0-nightly-20240910023018",
63
+ "@backstage/test-utils": "^0.0.0-nightly-20240910023018",
64
64
  "@backstage/theme": "^0.5.6",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^15.0.0"