Merge pull request #28314 from andrcatros/add-peer-deps-to-scaffolder-react

Add ajv and immer peer dependencies to plugin-scaffolder-react
This commit is contained in:
Ben Lambert
2025-01-29 09:05:24 +01:00
committed by GitHub
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -78,10 +78,12 @@
"@rjsf/utils": "5.23.2",
"@rjsf/validator-ajv8": "5.23.2",
"@types/json-schema": "^7.0.9",
"ajv": "^8.0.1",
"ajv-errors": "^3.0.0",
"classnames": "^2.2.6",
"flatted": "3.3.2",
"humanize-duration": "^3.25.1",
"immer": "^8.0.0",
"json-schema": "^0.4.0",
"json-schema-library": "^9.0.0",
"lodash": "^4.17.21",