Skip to content

Commit

Permalink
Remove extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed May 15, 2024
1 parent 5194495 commit 9cdabc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@mui/icons-material": "^5.15.3",
"@rjsf/core": "^5.18.2",
"@rjsf/material-ui": "^5.18.2",
"@rjsf/utils": "5.18.2",
"@rjsf/utils": "^5.18.2",
"@rjsf/validator-ajv8": "5.7.3",
"moment": "^2.29.4",
"monaco-editor": "^0.39.0",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9543,17 +9543,6 @@
lodash-es "^4.17.21"
react-is "^18.2.0"

"@rjsf/utils@5.18.2":
version "5.18.2"
resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.18.2.tgz#7a4af6a4dfe3c11ac2305d970855bbbbb140eeb2"
integrity sha512-iDqwBTispZ7mAgwBuHIM0emK+Ft2xRgKD9TzB68VEUhr2hqlDRpwtH6/AgAWUKmJl4kUj3cRKVqqhIvamGLpXw==
dependencies:
json-schema-merge-allof "^0.8.1"
jsonpointer "^5.0.1"
lodash "^4.17.21"
lodash-es "^4.17.21"
react-is "^18.2.0"

"@rjsf/utils@^5.18.2":
version "5.18.3"
resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.18.3.tgz#a5c00aadd679098cab88b994e188851f426392c7"
Expand Down

0 comments on commit 9cdabc7

Please sign in to comment.