Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ body:
- react-bootstrap
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body:
- react-bootstrap
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/question_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body:
- react-bootstrap
- semantic-ui
- utils
- validator-ajv6
- validator-ajv8
- other
validations:
Expand Down
42 changes: 0 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"packages/react-bootstrap",
"packages/semantic-ui",
"packages/utils",
"packages/validator-ajv6",
"packages/validator-ajv8",
"packages/snapshot-tests"
]
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@babel/preset-typescript": "^7.23.3",
"@rjsf/snapshot-tests": "^6.0.0-alpha.0",
"@rjsf/utils": "^6.0.0-alpha.0",
"@rjsf/validator-ajv6": "^6.0.0-alpha.0",
"@rjsf/validator-ajv8": "^6.0.0-alpha.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
Expand Down
3 changes: 0 additions & 3 deletions packages/core/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
{
"path": "../../utils"
},
{
"path": "../../validator-ajv6"
},
{
"path": "../../validator-ajv8"
}
Expand Down
Loading
Loading