chore: unpin @rjsf/utils version ranges
Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
'@backstage/ui': patch
|
||||
'@backstage/plugin-notifications': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Added missing dependencies that were previously only available transitively.
|
||||
Added missing dependencies that were previously only available transitively. Unpinned `@rjsf/utils` version ranges.
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"@backstage/frontend-plugin-api": "workspace:^",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@rjsf/utils": "5.24.13"
|
||||
"@rjsf/utils": "^5.24.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:^",
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@rjsf/core": "5.24.13",
|
||||
"@rjsf/material-ui": "5.24.13",
|
||||
"@rjsf/utils": "5.24.13",
|
||||
"@rjsf/utils": "^5.24.13",
|
||||
"@rjsf/validator-ajv8": "5.24.13",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.4.3",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"@react-hookz/web": "^24.0.0",
|
||||
"@rjsf/core": "5.24.13",
|
||||
"@rjsf/material-ui": "5.24.13",
|
||||
"@rjsf/utils": "5.24.13",
|
||||
"@rjsf/utils": "^5.24.13",
|
||||
"@rjsf/validator-ajv8": "5.24.13",
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"ajv": "^8.0.1",
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@rjsf/core": "5.24.13",
|
||||
"@rjsf/material-ui": "5.24.13",
|
||||
"@rjsf/utils": "5.24.13",
|
||||
"@rjsf/utils": "^5.24.13",
|
||||
"@rjsf/validator-ajv8": "5.24.13",
|
||||
"@uiw/react-codemirror": "^4.9.3",
|
||||
"classnames": "^2.2.6",
|
||||
|
||||
Reference in New Issue
Block a user