@backstage/plugin-techdocs-react 0.0.0-nightly-20250128022800 → 0.0.0-nightly-20250129022746

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 +17 -4
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,28 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20250128022800
3
+ ## 0.0.0-nightly-20250129022746
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20250128022800
9
+ - @backstage/core-components@0.0.0-nightly-20250129022746
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20250129022746
11
+ - @backstage/version-bridge@0.0.0-nightly-20250129022746
12
+ - @backstage/catalog-model@1.7.3
13
+ - @backstage/config@1.3.2
14
+
15
+ ## 1.2.14-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.16.4-next.0
22
+ - @backstage/core-plugin-api@1.10.4-next.0
23
+ - @backstage/version-bridge@1.0.11-next.0
9
24
  - @backstage/catalog-model@1.7.3
10
25
  - @backstage/config@1.3.2
11
- - @backstage/core-plugin-api@1.10.3
12
- - @backstage/version-bridge@1.0.10
13
26
 
14
27
  ## 1.2.13
15
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20250128022800",
3
+ "version": "0.0.0-nightly-20250129022746",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -47,9 +47,9 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "1.7.3",
49
49
  "@backstage/config": "1.3.2",
50
- "@backstage/core-components": "0.0.0-nightly-20250128022800",
51
- "@backstage/core-plugin-api": "1.10.3",
52
- "@backstage/version-bridge": "1.0.10",
50
+ "@backstage/core-components": "0.0.0-nightly-20250129022746",
51
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250129022746",
52
+ "@backstage/version-bridge": "0.0.0-nightly-20250129022746",
53
53
  "@material-ui/core": "^4.12.2",
54
54
  "@material-ui/styles": "^4.11.0",
55
55
  "jss": "~10.10.0",
@@ -58,9 +58,9 @@
58
58
  "react-use": "^17.2.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20250128022800",
62
- "@backstage/test-utils": "1.7.4",
63
- "@backstage/theme": "0.6.3",
61
+ "@backstage/cli": "0.0.0-nightly-20250129022746",
62
+ "@backstage/test-utils": "0.0.0-nightly-20250129022746",
63
+ "@backstage/theme": "0.0.0-nightly-20250129022746",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^16.0.0",
66
66
  "@types/react": "^18.0.0",
@@ -69,10 +69,10 @@
69
69
  "react-router-dom": "^6.3.0"
70
70
  },
71
71
  "peerDependencies": {
72
- "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
73
- "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
74
- "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
75
- "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
72
+ "@types/react": "^17.0.0 || ^18.0.0",
73
+ "react": "^17.0.0 || ^18.0.0",
74
+ "react-dom": "^17.0.0 || ^18.0.0",
75
+ "react-router-dom": "^6.3.0"
76
76
  },
77
77
  "peerDependenciesMeta": {
78
78
  "@types/react": {