@backstage/plugin-scaffolder 1.33.0 → 1.33.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.33.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.19.2-next.0
9
+ - @backstage/core-compat-api@0.4.5-next.0
10
+ - @backstage/plugin-scaffolder-react@1.18.1-next.0
11
+ - @backstage/integration-react@1.2.9
12
+ - @backstage/frontend-plugin-api@0.10.4
13
+
3
14
  ## 1.33.0
4
15
 
5
16
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-scaffolder";
2
- var version = "1.33.0";
2
+ var version = "1.33.1-next.0";
3
3
  var description = "The Backstage plugin that helps you create new things";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.33.0",
3
+ "version": "1.33.1-next.0",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,21 +70,21 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "^1.10.2",
74
- "@backstage/catalog-model": "^1.7.5",
75
- "@backstage/core-compat-api": "^0.4.4",
76
- "@backstage/core-components": "^0.17.4",
77
- "@backstage/core-plugin-api": "^1.10.9",
78
- "@backstage/errors": "^1.2.7",
79
- "@backstage/frontend-plugin-api": "^0.10.4",
80
- "@backstage/integration": "^1.17.1",
81
- "@backstage/integration-react": "^1.2.9",
82
- "@backstage/plugin-catalog-common": "^1.1.5",
83
- "@backstage/plugin-catalog-react": "^1.19.1",
84
- "@backstage/plugin-permission-react": "^0.4.36",
85
- "@backstage/plugin-scaffolder-common": "^1.6.0",
86
- "@backstage/plugin-scaffolder-react": "^1.18.0",
87
- "@backstage/types": "^1.2.1",
73
+ "@backstage/catalog-client": "1.10.2",
74
+ "@backstage/catalog-model": "1.7.5",
75
+ "@backstage/core-compat-api": "0.4.5-next.0",
76
+ "@backstage/core-components": "0.17.4",
77
+ "@backstage/core-plugin-api": "1.10.9",
78
+ "@backstage/errors": "1.2.7",
79
+ "@backstage/frontend-plugin-api": "0.10.4",
80
+ "@backstage/integration": "1.17.1",
81
+ "@backstage/integration-react": "1.2.9",
82
+ "@backstage/plugin-catalog-common": "1.1.5",
83
+ "@backstage/plugin-catalog-react": "1.19.2-next.0",
84
+ "@backstage/plugin-permission-react": "0.4.36",
85
+ "@backstage/plugin-scaffolder-common": "1.6.0",
86
+ "@backstage/plugin-scaffolder-react": "1.18.1-next.0",
87
+ "@backstage/types": "1.2.1",
88
88
  "@codemirror/language": "^6.0.0",
89
89
  "@codemirror/legacy-modes": "^6.1.0",
90
90
  "@codemirror/view": "^6.0.0",
@@ -117,12 +117,12 @@
117
117
  "zod-to-json-schema": "^3.20.4"
118
118
  },
119
119
  "devDependencies": {
120
- "@backstage/cli": "^0.33.1",
121
- "@backstage/core-app-api": "^1.18.0",
122
- "@backstage/dev-utils": "^1.1.12",
123
- "@backstage/plugin-catalog": "^1.31.1",
124
- "@backstage/plugin-permission-common": "^0.9.1",
125
- "@backstage/test-utils": "^1.7.10",
120
+ "@backstage/cli": "0.33.1",
121
+ "@backstage/core-app-api": "1.18.0",
122
+ "@backstage/dev-utils": "1.1.13-next.0",
123
+ "@backstage/plugin-catalog": "1.31.2-next.0",
124
+ "@backstage/plugin-permission-common": "0.9.1",
125
+ "@backstage/test-utils": "1.7.10",
126
126
  "@testing-library/dom": "^10.0.0",
127
127
  "@testing-library/jest-dom": "^6.0.0",
128
128
  "@testing-library/react": "^16.0.0",