@backstage/plugin-techdocs-react 0.0.0-nightly-20240412021259 → 0.0.0-nightly-20240414023511

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 +5 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20240412021259
3
+ ## 0.0.0-nightly-20240414023511
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
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
8
9
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240412021259
10
+ - @backstage/core-components@0.0.0-nightly-20240414023511
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20240414023511
12
+ - @backstage/version-bridge@0.0.0-nightly-20240414023511
10
13
  - @backstage/catalog-model@1.4.5
11
14
  - @backstage/config@1.2.0
12
- - @backstage/core-plugin-api@1.9.1
13
- - @backstage/version-bridge@1.0.7
14
15
 
15
16
  ## 1.2.3-next.0
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20240412021259",
3
+ "version": "0.0.0-nightly-20240414023511",
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-20240412021259",
44
- "@backstage/core-plugin-api": "^1.9.1",
45
- "@backstage/version-bridge": "^1.0.7",
43
+ "@backstage/core-components": "^0.0.0-nightly-20240414023511",
44
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240414023511",
45
+ "@backstage/version-bridge": "^0.0.0-nightly-20240414023511",
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,11 +52,11 @@
52
52
  "react-use": "^17.2.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240412021259",
56
- "@backstage/test-utils": "^0.0.0-nightly-20240412021259",
57
- "@backstage/theme": "^0.5.2",
55
+ "@backstage/cli": "^0.0.0-nightly-20240414023511",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240414023511",
57
+ "@backstage/theme": "^0.0.0-nightly-20240414023511",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
- "@testing-library/react": "^14.0.0"
59
+ "@testing-library/react": "^15.0.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",