@backstage/plugin-techdocs-react 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240416021242

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240416021242
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b450af3: Added ESLint rule `no-top-level-material-ui-4-imports` in the Techdocs-react plugin to migrate the Material UI imports.
8
8
  - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240415030456
11
- - @backstage/core-plugin-api@0.0.0-nightly-20240415030456
12
- - @backstage/version-bridge@0.0.0-nightly-20240415030456
10
+ - @backstage/core-components@0.0.0-nightly-20240416021242
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240416021242
12
+ - @backstage/version-bridge@0.0.0-nightly-20240416021242
13
13
  - @backstage/catalog-model@1.4.5
14
14
  - @backstage/config@1.2.0
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240416021242",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -40,9 +40,9 @@
40
40
  "dependencies": {
41
41
  "@backstage/catalog-model": "^1.4.5",
42
42
  "@backstage/config": "^1.2.0",
43
- "@backstage/core-components": "^0.0.0-nightly-20240415030456",
44
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240415030456",
45
- "@backstage/version-bridge": "^0.0.0-nightly-20240415030456",
43
+ "@backstage/core-components": "^0.0.0-nightly-20240416021242",
44
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240416021242",
45
+ "@backstage/version-bridge": "^0.0.0-nightly-20240416021242",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/styles": "^4.11.0",
48
48
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -52,9 +52,9 @@
52
52
  "react-use": "^17.2.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240415030456",
56
- "@backstage/test-utils": "^0.0.0-nightly-20240415030456",
57
- "@backstage/theme": "^0.0.0-nightly-20240415030456",
55
+ "@backstage/cli": "^0.0.0-nightly-20240416021242",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240416021242",
57
+ "@backstage/theme": "^0.0.0-nightly-20240416021242",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^15.0.0"
60
60
  },