@backstage/plugin-scaffolder 1.27.4-next.0 → 1.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.27.4-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d8f9079: Updated dependency `@rjsf/utils` to `5.23.2`.
8
+ Updated dependency `@rjsf/core` to `5.23.2`.
9
+ Updated dependency `@rjsf/material-ui` to `5.23.2`.
10
+ Updated dependency `@rjsf/validator-ajv8` to `5.23.2`.
11
+ - Updated dependencies
12
+ - @backstage/plugin-catalog-react@1.15.1-next.0
13
+ - @backstage/plugin-scaffolder-react@1.14.3-next.1
14
+ - @backstage/integration-react@1.2.2
15
+ - @backstage/core-compat-api@0.3.4
16
+
3
17
  ## 1.27.4-next.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.27.4-next.0",
3
+ "version": "1.27.4-next.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -77,10 +77,10 @@
77
77
  "@backstage/integration": "1.16.0",
78
78
  "@backstage/integration-react": "1.2.2",
79
79
  "@backstage/plugin-catalog-common": "1.1.2",
80
- "@backstage/plugin-catalog-react": "1.15.0",
80
+ "@backstage/plugin-catalog-react": "1.15.1-next.0",
81
81
  "@backstage/plugin-permission-react": "0.4.29",
82
82
  "@backstage/plugin-scaffolder-common": "1.5.8",
83
- "@backstage/plugin-scaffolder-react": "1.14.3-next.0",
83
+ "@backstage/plugin-scaffolder-react": "1.14.3-next.1",
84
84
  "@backstage/types": "1.2.0",
85
85
  "@codemirror/language": "^6.0.0",
86
86
  "@codemirror/legacy-modes": "^6.1.0",
@@ -90,10 +90,10 @@
90
90
  "@material-ui/lab": "4.0.0-alpha.61",
91
91
  "@microsoft/fetch-event-source": "^2.0.1",
92
92
  "@react-hookz/web": "^24.0.0",
93
- "@rjsf/core": "5.23.1",
94
- "@rjsf/material-ui": "5.23.1",
95
- "@rjsf/utils": "5.23.1",
96
- "@rjsf/validator-ajv8": "5.23.1",
93
+ "@rjsf/core": "5.23.2",
94
+ "@rjsf/material-ui": "5.23.2",
95
+ "@rjsf/utils": "5.23.2",
96
+ "@rjsf/validator-ajv8": "5.23.2",
97
97
  "@uiw/react-codemirror": "^4.9.3",
98
98
  "classnames": "^2.2.6",
99
99
  "git-url-parse": "^15.0.0",
@@ -116,8 +116,8 @@
116
116
  "devDependencies": {
117
117
  "@backstage/cli": "0.29.5-next.0",
118
118
  "@backstage/core-app-api": "1.15.3",
119
- "@backstage/dev-utils": "1.1.5",
120
- "@backstage/plugin-catalog": "1.26.0",
119
+ "@backstage/dev-utils": "1.1.6-next.0",
120
+ "@backstage/plugin-catalog": "1.26.1-next.0",
121
121
  "@backstage/plugin-permission-common": "0.8.3",
122
122
  "@backstage/test-utils": "1.7.3",
123
123
  "@testing-library/dom": "^10.0.0",