From cc81403e02ce134c7e78a32388319d52c3e03feb Mon Sep 17 00:00:00 2001 From: yashashk Date: Mon, 3 Feb 2025 14:59:05 +0530 Subject: [PATCH] fix #OBS-I536 : version rollback --- web-console-v2/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web-console-v2/package.json b/web-console-v2/package.json index 8dc6110a..9cb7ac21 100644 --- a/web-console-v2/package.json +++ b/web-console-v2/package.json @@ -18,10 +18,10 @@ "@mui/system": "^6.3.0", "@mui/x-charts": "^7.15.0", "@mui/x-date-pickers": "^7.23.3", - "@rjsf/core": "^5.18.3", - "@rjsf/mui": "^5.18.3", - "@rjsf/utils": "^5.18.4", - "@rjsf/validator-ajv8": "^5.18.3", + "@rjsf/core": "5.24.1", + "@rjsf/mui": "5.24.1", + "@rjsf/utils": "5.24.1", + "@rjsf/validator-ajv8": "5.24.1", "@tanstack/react-query": "5.62.11", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^5.17.0", @@ -123,4 +123,4 @@ "react-test-renderer": "^18.3.1", "typescript-eslint": "^7.8.0" } -} \ No newline at end of file +}