Skip to content

Commit 3e5cff0

Browse files
lilian-houdeletHugo Marcellin
andauthored
Remove file moved in commons (#383)
Signed-off-by: Lilian Houdelet <[email protected]> Co-authored-by: Hugo Marcellin <[email protected]>
1 parent 92c3096 commit 3e5cff0

File tree

81 files changed

+484
-6674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+484
-6674
lines changed

package-lock.json

Lines changed: 32 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
"dependencies": {
88
"@emotion/react": "^11.11.4",
99
"@emotion/styled": "^11.11.5",
10-
"@gridsuite/commons-ui": "0.55.0",
10+
"@gridsuite/commons-ui": "0.56.0",
1111
"@hookform/resolvers": "^3.3.4",
1212
"@mui/icons-material": "^5.15.14",
1313
"@mui/lab": "5.0.0-alpha.169",
1414
"@mui/material": "^5.15.14",
1515
"@mui/x-tree-view": "^6.17.0",
16-
"@react-querybuilder/dnd": "^7.1.0",
17-
"@react-querybuilder/material": "^7.1.0",
1816
"@reduxjs/toolkit": "^2.2.3",
1917
"ace-builds": "^1.32.9",
2018
"ag-grid-community": "^31.0.0",
@@ -27,13 +25,10 @@
2725
"react-ace": "^11.0.1",
2826
"react-beautiful-dnd": "^13.1.1",
2927
"react-csv-downloader": "^3.1.0",
30-
"react-dnd": "^16.0.1",
31-
"react-dnd-html5-backend": "^16.0.1",
3228
"react-dom": "^18.2.0",
3329
"react-hook-form": "^7.51.2",
3430
"react-intl": "^6.6.4",
3531
"react-papaparse": "^4.4.0",
36-
"react-querybuilder": "^7.1.0",
3732
"react-redux": "^9.1.0",
3833
"react-router-dom": "^6.22.3",
3934
"react-scripts": "^5.0.1",

src/components/custom-tree-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import React from 'react';
1010
import PropTypes from 'prop-types';
1111
import Typography from '@mui/material/Typography';
1212
import { Box } from '@mui/material';
13-
import { mergeSx } from 'utils/functions';
1413
import { TreeItem, useTreeItem } from '@mui/x-tree-view';
14+
import { mergeSx } from '@gridsuite/commons-ui';
1515

1616
const CustomContent = React.forwardRef(function CustomContent(props, ref) {
1717
const {

src/components/dialogs/commons/criteria-based/criteria-based-form.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)