@backstage/plugin-scaffolder-react 1.14.4-next.0 → 1.14.4-next.1
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.
- package/CHANGELOG.md +18 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 1.14.4-next.1
|
|
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/frontend-plugin-api@0.9.5-next.1
|
|
11
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.31-next.0
|
|
13
|
+
- @backstage/version-bridge@1.0.11-next.0
|
|
14
|
+
- @backstage/plugin-catalog-react@1.15.2-next.1
|
|
15
|
+
- @backstage/theme@0.6.4-next.0
|
|
16
|
+
- @backstage/catalog-client@1.9.1
|
|
17
|
+
- @backstage/catalog-model@1.7.3
|
|
18
|
+
- @backstage/types@1.2.1
|
|
19
|
+
- @backstage/plugin-scaffolder-common@1.5.9
|
|
20
|
+
|
|
3
21
|
## 1.14.4-next.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "1.14.4-next.
|
|
3
|
+
"version": "1.14.4-next.1",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@backstage/catalog-client": "1.9.1",
|
|
70
70
|
"@backstage/catalog-model": "1.7.3",
|
|
71
|
-
"@backstage/core-components": "0.16.
|
|
72
|
-
"@backstage/core-plugin-api": "1.10.
|
|
73
|
-
"@backstage/frontend-plugin-api": "0.9.5-next.
|
|
74
|
-
"@backstage/plugin-catalog-react": "1.15.2-next.
|
|
75
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
71
|
+
"@backstage/core-components": "0.16.4-next.0",
|
|
72
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
73
|
+
"@backstage/frontend-plugin-api": "0.9.5-next.1",
|
|
74
|
+
"@backstage/plugin-catalog-react": "1.15.2-next.1",
|
|
75
|
+
"@backstage/plugin-permission-react": "0.4.31-next.0",
|
|
76
76
|
"@backstage/plugin-scaffolder-common": "1.5.9",
|
|
77
|
-
"@backstage/theme": "0.6.
|
|
77
|
+
"@backstage/theme": "0.6.4-next.0",
|
|
78
78
|
"@backstage/types": "1.2.1",
|
|
79
|
-
"@backstage/version-bridge": "1.0.
|
|
79
|
+
"@backstage/version-bridge": "1.0.11-next.0",
|
|
80
80
|
"@material-ui/core": "^4.12.2",
|
|
81
81
|
"@material-ui/icons": "^4.9.1",
|
|
82
82
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zod-to-json-schema": "^3.20.4"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.30.0-next.
|
|
106
|
-
"@backstage/core-app-api": "1.15.
|
|
107
|
-
"@backstage/plugin-catalog": "1.26.2-next.
|
|
105
|
+
"@backstage/cli": "0.30.0-next.1",
|
|
106
|
+
"@backstage/core-app-api": "1.15.5-next.0",
|
|
107
|
+
"@backstage/plugin-catalog": "1.26.2-next.1",
|
|
108
108
|
"@backstage/plugin-catalog-common": "1.1.3",
|
|
109
109
|
"@backstage/plugin-permission-common": "0.8.4",
|
|
110
|
-
"@backstage/test-utils": "1.7.
|
|
110
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
111
111
|
"@testing-library/dom": "^10.0.0",
|
|
112
112
|
"@testing-library/jest-dom": "^6.0.0",
|
|
113
113
|
"@testing-library/react": "^16.0.0",
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"swr": "^2.0.0"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
|
-
"@types/react": "^
|
|
125
|
-
"react": "^
|
|
126
|
-
"react-dom": "^
|
|
127
|
-
"react-router-dom": "
|
|
124
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
125
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
126
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
127
|
+
"react-router-dom": "^6.3.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependenciesMeta": {
|
|
130
130
|
"@types/react": {
|