chore: unpin @rjsf/utils version ranges

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-16 14:17:17 +02:00
parent ac69d4cc00
commit ad6c40e86a
5 changed files with 9 additions and 5 deletions
+5 -1
View File
@@ -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.
+1 -1
View File
@@ -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:^",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",