@backstage/plugin-scaffolder-react 1.20.1-next.1 → 1.20.1-next.2

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 +16 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.20.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.7.3-next.0
9
+ - @backstage/core-components@0.18.9-next.1
10
+ - @backstage/plugin-catalog-react@2.1.2-next.2
11
+ - @backstage/catalog-client@1.14.1-next.0
12
+ - @backstage/catalog-model@1.7.8-next.0
13
+ - @backstage/core-plugin-api@1.12.5-next.2
14
+ - @backstage/frontend-plugin-api@0.16.0-next.2
15
+ - @backstage/plugin-scaffolder-common@2.0.1-next.0
16
+ - @backstage/frontend-test-utils@0.5.2-next.2
17
+ - @backstage/plugin-permission-react@0.4.42-next.1
18
+
3
19
  ## 1.20.1-next.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.20.1-next.1",
3
+ "version": "1.20.1-next.2",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -74,15 +74,15 @@
74
74
  "test": "backstage-cli package test"
75
75
  },
76
76
  "dependencies": {
77
- "@backstage/catalog-client": "1.14.0",
78
- "@backstage/catalog-model": "1.7.7",
79
- "@backstage/core-components": "0.18.9-next.0",
80
- "@backstage/core-plugin-api": "1.12.5-next.1",
81
- "@backstage/frontend-plugin-api": "0.16.0-next.1",
82
- "@backstage/plugin-catalog-react": "2.1.2-next.1",
83
- "@backstage/plugin-permission-react": "0.4.42-next.0",
84
- "@backstage/plugin-scaffolder-common": "2.0.0",
85
- "@backstage/theme": "0.7.2",
77
+ "@backstage/catalog-client": "1.14.1-next.0",
78
+ "@backstage/catalog-model": "1.7.8-next.0",
79
+ "@backstage/core-components": "0.18.9-next.1",
80
+ "@backstage/core-plugin-api": "1.12.5-next.2",
81
+ "@backstage/frontend-plugin-api": "0.16.0-next.2",
82
+ "@backstage/plugin-catalog-react": "2.1.2-next.2",
83
+ "@backstage/plugin-permission-react": "0.4.42-next.1",
84
+ "@backstage/plugin-scaffolder-common": "2.0.1-next.0",
85
+ "@backstage/theme": "0.7.3-next.0",
86
86
  "@backstage/types": "1.2.2",
87
87
  "@backstage/version-bridge": "1.0.12",
88
88
  "@material-ui/core": "^4.12.2",
@@ -112,13 +112,13 @@
112
112
  "zod-to-json-schema": "^3.25.1"
113
113
  },
114
114
  "devDependencies": {
115
- "@backstage/cli": "0.36.1-next.1",
116
- "@backstage/core-app-api": "1.20.0-next.1",
117
- "@backstage/frontend-test-utils": "0.5.2-next.1",
118
- "@backstage/plugin-catalog": "2.0.2-next.1",
119
- "@backstage/plugin-catalog-common": "1.1.8",
120
- "@backstage/plugin-permission-common": "0.9.7",
121
- "@backstage/test-utils": "1.7.17-next.1",
115
+ "@backstage/cli": "0.36.1-next.2",
116
+ "@backstage/core-app-api": "1.20.0-next.2",
117
+ "@backstage/frontend-test-utils": "0.5.2-next.2",
118
+ "@backstage/plugin-catalog": "2.0.2-next.2",
119
+ "@backstage/plugin-catalog-common": "1.1.9-next.0",
120
+ "@backstage/plugin-permission-common": "0.9.8-next.0",
121
+ "@backstage/test-utils": "1.7.17-next.2",
122
122
  "@testing-library/dom": "^10.0.0",
123
123
  "@testing-library/jest-dom": "^6.0.0",
124
124
  "@testing-library/react": "^16.0.0",
@@ -131,7 +131,7 @@
131
131
  "swr": "^2.0.0"
132
132
  },
133
133
  "peerDependencies": {
134
- "@backstage/frontend-test-utils": "0.5.2-next.1",
134
+ "@backstage/frontend-test-utils": "0.5.2-next.2",
135
135
  "@types/react": "^17.0.0 || ^18.0.0",
136
136
  "react": "^17.0.0 || ^18.0.0",
137
137
  "react-dom": "^17.0.0 || ^18.0.0",