Skip to content

Commit 9426505

Browse files
committed
upgrade axios and react-searchkit
1 parent 014ef04 commit 9426505

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/runtime": "^7.9.2",
2323
"@rjsf/core": "^2.5.1",
2424
"@rjsf/semantic-ui": "^2.5.1",
25-
"axios": "^0.21.2",
25+
"axios": "^1.7.7",
2626
"formik": "^2.2.6",
2727
"html5-qrcode": "^2.3.8",
2828
"less": "^3.13.1",
@@ -40,7 +40,7 @@
4040
"react-redux": "^7.2.0",
4141
"react-router-dom": "^5.1.2",
4242
"react-scroll": "^1.7.16",
43-
"react-searchkit": "^2.0.0",
43+
"react-searchkit": "^3.0.0",
4444
"react-show-more": "^2.0.0",
4545
"react-tagcloud": "^2.0.0",
4646
"redux": "^4.0.5",
@@ -63,7 +63,7 @@
6363
"@semantic-ui-react/craco-less": "^1.2.1",
6464
"@types/jest": "^24.9.1",
6565
"@typescript-eslint/eslint-plugin": "^1.13.0",
66-
"axios": "^0.21.2",
66+
"axios": "^1.7.7",
6767
"axios-mock-adapter": "^1.18.1",
6868
"classnames": "^2.2.6",
6969
"cypress": "^5.3.0",
@@ -101,7 +101,7 @@
101101
"react-router-dom": "^5.3.0",
102102
"react-scripts": "^3.4.1",
103103
"react-scroll": "^1.8.4",
104-
"react-searchkit": "^2.0.0",
104+
"react-searchkit": "^3.0.0",
105105
"react-show-more": "^2.0.0",
106106
"react-tagcloud": "^2.0.0",
107107
"redux": "^4.0.5",

src/lib/pages/backoffice/Loan/LoanDetails/LoanActions/LoanActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class LoanActions extends Component {
8888
<InfoMessage
8989
fluid
9090
header="No actions available."
91-
content={"The loan can't be changed in its current state."}
91+
content="The loan can't be changed in its current state."
9292
/>
9393
);
9494
}

0 commit comments

Comments
 (0)