diff --git a/package.json b/package.json index e38d393..b16e05e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@testing-library/user-event": "^14.4.3", "@types/react-input-mask": "^3.0.2", "apexcharts": "^3.35.5", - "axios": "^1.7.1", + "axios": "^1.12.2", "date-fns": "^3.0.6", "dayjs": "^1.11.9", "formik": "^2.2.9", @@ -94,6 +94,8 @@ "@babel/eslint-parser": "^7.21.3", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@mui/x-date-pickers": "^6.18.0", + "ajv": "^6.12.6", + "ajv-keywords": "^3.5.2", "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-config-react-app": "^7.0.1", @@ -104,5 +106,14 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^2.8.7" + }, + "overrides": { + "schema-utils@3": { + "ajv": "6.12.6", + "ajv-keywords": "3.5.2" + }, + "@apideck/better-ajv-errors": { + "ajv": "^8.12.0" + } } }