Merge branch 'master' of github.com:backstage/backstage
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-scaffolder
|
||||
|
||||
## 1.13.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
||||
- e0c6e8b9c3c: Update peer dependencies
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.6-next.1
|
||||
- @backstage/plugin-scaffolder-common@1.2.7-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.3.0-next.1
|
||||
- @backstage/integration-react@1.1.12-next.1
|
||||
- @backstage/core-plugin-api@1.5.1-next.0
|
||||
- @backstage/plugin-permission-react@0.4.12-next.0
|
||||
- @backstage/plugin-catalog-react@1.4.1-next.1
|
||||
- @backstage/integration@1.4.4-next.0
|
||||
- @backstage/theme@0.2.19-next.0
|
||||
- @backstage/catalog-client@1.4.0
|
||||
- @backstage/catalog-model@1.2.1
|
||||
- @backstage/config@1.0.7
|
||||
- @backstage/errors@1.1.5
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-catalog-common@1.0.13-next.0
|
||||
|
||||
## 1.13.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder",
|
||||
"description": "The Backstage plugin that helps you create new things",
|
||||
"version": "1.13.0-next.0",
|
||||
"version": "1.13.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -71,6 +71,7 @@
|
||||
"@rjsf/material-ui": "^3.2.1",
|
||||
"@rjsf/utils": "5.3.1",
|
||||
"@rjsf/validator-ajv8": "5.3.1",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"@uiw/react-codemirror": "^4.9.3",
|
||||
"classnames": "^2.2.6",
|
||||
"git-url-parse": "^13.0.0",
|
||||
@@ -88,8 +89,8 @@
|
||||
"zod-to-json-schema": "^3.20.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"react": "^16.13.1 || ^17.0.0",
|
||||
"react-dom": "^16.13.1 || ^17.0.0",
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -98,6 +99,7 @@
|
||||
"@backstage/dev-utils": "workspace:^",
|
||||
"@backstage/plugin-catalog": "workspace:^",
|
||||
"@backstage/test-utils": "workspace:^",
|
||||
"@testing-library/dom": "^8.0.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user