Skip to content

Commit

Permalink
upgrade axios and react-searchkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 22, 2024
1 parent 014ef04 commit 9426505
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.2",
"@rjsf/core": "^2.5.1",
"@rjsf/semantic-ui": "^2.5.1",
"axios": "^0.21.2",
"axios": "^1.7.7",
"formik": "^2.2.6",
"html5-qrcode": "^2.3.8",
"less": "^3.13.1",
Expand All @@ -40,7 +40,7 @@
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.7.16",
"react-searchkit": "^2.0.0",
"react-searchkit": "^3.0.0",
"react-show-more": "^2.0.0",
"react-tagcloud": "^2.0.0",
"redux": "^4.0.5",
Expand All @@ -63,7 +63,7 @@
"@semantic-ui-react/craco-less": "^1.2.1",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"axios": "^0.21.2",
"axios": "^1.7.7",
"axios-mock-adapter": "^1.18.1",
"classnames": "^2.2.6",
"cypress": "^5.3.0",
Expand Down Expand Up @@ -101,7 +101,7 @@
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.1",
"react-scroll": "^1.8.4",
"react-searchkit": "^2.0.0",
"react-searchkit": "^3.0.0",
"react-show-more": "^2.0.0",
"react-tagcloud": "^2.0.0",
"redux": "^4.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class LoanActions extends Component {
<InfoMessage
fluid
header="No actions available."
content={"The loan can't be changed in its current state."}
content="The loan can't be changed in its current state."
/>
);
}
Expand Down

0 comments on commit 9426505

Please sign in to comment.