fix(deps): Add missing @rjsf/core in plugin-home
Fixes the following error: ``` [0] ERROR in ../../node_modules/@rjsf/material-ui/dist/material-ui.esm.js 1:0-46 [0] Module not found: Error: Can't resolve '@rjsf/core' in '/Users/example/dev/backstage-rm/node_modules/@rjsf/material-ui/dist' ``` Signed-off-by: Nikolai R Kristiansen <nikolai.kristiansen@remarkable.no>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Add missing @rjsf/core dependency
|
||||
@@ -42,6 +42,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@rjsf/material-ui": "^3.2.1",
|
||||
"@rjsf/utils": "5.6.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
|
||||
Reference in New Issue
Block a user