@backstage/plugin-techdocs-module-addons-contrib 1.1.20 → 1.1.21-next.0

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 +12 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.21-next.0
4
+
5
+ ### Patch Changes
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.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.16.4-next.0
10
+ - @backstage/integration-react@1.2.4-next.0
11
+ - @backstage/core-plugin-api@1.10.4-next.0
12
+ - @backstage/plugin-techdocs-react@1.2.14-next.0
13
+ - @backstage/integration@1.16.1
14
+
3
15
  ## 1.1.20
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.20",
3
+ "version": "1.1.21-next.0",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -39,11 +39,11 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "^0.16.3",
43
- "@backstage/core-plugin-api": "^1.10.3",
44
- "@backstage/integration": "^1.16.1",
45
- "@backstage/integration-react": "^1.2.3",
46
- "@backstage/plugin-techdocs-react": "^1.2.13",
42
+ "@backstage/core-components": "0.16.4-next.0",
43
+ "@backstage/core-plugin-api": "1.10.4-next.0",
44
+ "@backstage/integration": "1.16.1",
45
+ "@backstage/integration-react": "1.2.4-next.0",
46
+ "@backstage/plugin-techdocs-react": "1.2.14-next.0",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@react-hookz/web": "^24.0.0",
@@ -51,9 +51,9 @@
51
51
  "photoswipe": "^5.3.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.29.5",
55
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.44",
56
- "@backstage/test-utils": "^1.7.4",
54
+ "@backstage/cli": "0.30.0-next.1",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "1.0.45-next.1",
56
+ "@backstage/test-utils": "1.7.5-next.0",
57
57
  "@testing-library/dom": "^10.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^16.0.0",
@@ -63,10 +63,10 @@
63
63
  "react-router-dom": "^6.3.0"
64
64
  },
65
65
  "peerDependencies": {
66
- "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
67
- "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
68
- "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
69
- "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
66
+ "@types/react": "^17.0.0 || ^18.0.0",
67
+ "react": "^17.0.0 || ^18.0.0",
68
+ "react-dom": "^17.0.0 || ^18.0.0",
69
+ "react-router-dom": "^6.3.0"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
72
  "@types/react": {