Skip to content

Commit 73c6f67

Browse files
author
Hugo Marcellin
committed
Set target commons ui version
1 parent e7e065b commit 73c6f67

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@emotion/react": "^11.11.4",
99
"@emotion/styled": "^11.11.5",
10-
"@gridsuite/commons-ui": "0.58.0",
10+
"@gridsuite/commons-ui": "0.59.0",
1111
"@hookform/resolvers": "^3.3.4",
1212
"@mui/icons-material": "^5.15.14",
1313
"@mui/lab": "5.0.0-alpha.169",

src/utils/rest-api.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ import ReconnectingWebSocket from 'reconnecting-websocket';
1111
import { ContingencyListType } from './elementType';
1212
import { CONTINGENCY_ENDPOINTS } from './constants-endpoints';
1313
import {
14-
ElementType,
15-
fetchEnv,
16-
backendFetch,
17-
backendFetchJson,
18-
backendFetchText, getRequestParamFromList
14+
ElementType,
15+
fetchEnv,
16+
backendFetch,
17+
backendFetchJson,
18+
backendFetchText,
19+
getRequestParamFromList,
1920
} from '@gridsuite/commons-ui';
2021

2122
const PREFIX_USER_ADMIN_SERVER_QUERIES =

0 commit comments

Comments
 (0)