Skip to content

Commit 07c7cea

Browse files
committed
eslint + use 0.61.3
Signed-off-by: David BRAQUART <[email protected]>
1 parent ea3f571 commit 07c7cea

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.11.4",
1818
"@emotion/styled": "^11.11.5",
19-
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.59.0.tgz",
19+
"@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.61.3.tgz",
2020
"@hookform/resolvers": "^3.3.4",
2121
"@mui/icons-material": "^5.15.14",
2222
"@mui/lab": "5.0.0-alpha.169",

src/services/config.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ import {
1111
PARAM_LANGUAGE,
1212
PARAM_THEME,
1313
} from '../utils/config-params';
14-
import { backendFetch, backendFetchJson, getRestBase } from '@gridsuite/commons-ui';
14+
import {
15+
backendFetch,
16+
backendFetchJson,
17+
getRestBase,
18+
} from '@gridsuite/commons-ui';
1519
import { LanguageParameters } from '../utils/language';
1620

1721
const PREFIX_CONFIG_QUERIES = `${getRestBase()}/config`;

src/services/user-admin.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
*/
77

8-
import { backendFetch, backendFetchJson, getRestBase, getToken } from '@gridsuite/commons-ui';
8+
import {
9+
backendFetch,
10+
backendFetchJson,
11+
getRestBase,
12+
getToken,
13+
} from '@gridsuite/commons-ui';
914
import { extractUserSub, getUser } from '../utils/api';
1015
import { User } from '../utils/auth';
1116
import { UUID } from 'crypto';

0 commit comments

Comments
 (0)