Skip to content

Commit

Permalink
misc: add @hello-pangea/dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Sep 11, 2022
1 parent 76ae15b commit c1a6c78
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 102 deletions.
2 changes: 1 addition & 1 deletion __tests__/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
import { I1353, I1941, I122 } from './demo-components/RemoteData';
import { Table, TableCell, TableRow, Paper } from '@material-ui/core';
import TableHead from '@material-ui/core/TableHead';
import { DragDropContext, Droppable } from '@react-forked/dnd';
import { DragDropContext, Droppable } from '@hello-pangea/dnd';
import { MTableScrollbar } from '../../src/components';

module.hot.accept();
Expand Down
174 changes: 77 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@date-io/date-fns": "^1.3.13",
"@hello-pangea/dnd": "^16.0.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.11.4",
"@react-forked/dnd": "^14.0.2",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"debounce": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MTableGroupbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Chip from '@material-ui/core/Chip';
import Typography from '@material-ui/core/Typography';
import PropTypes from 'prop-types';
import React, { useEffect } from 'react';
import { Droppable, Draggable } from '@react-forked/dnd';
import { Droppable, Draggable } from '@@hello-pangea/dnd';
import { useLocalizationStore, useIconStore } from '@store';
/* eslint-enable no-unused-vars */

Expand Down
2 changes: 1 addition & 1 deletion src/components/MTableHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TableRow from '@material-ui/core/TableRow';
import TableCell from '@material-ui/core/TableCell';
import TableSortLabel from '@material-ui/core/TableSortLabel';
import Checkbox from '@material-ui/core/Checkbox';
import { Draggable } from '@react-forked/dnd';
import { Draggable } from '@@hello-pangea/dnd';
import { Tooltip } from '@material-ui/core';
import { withStyles } from '@material-ui/core/styles';
import * as CommonValues from '../../utils/common-values';
Expand Down
2 changes: 1 addition & 1 deletion src/material-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
TableRow,
LinearProgress
} from '@material-ui/core';
import { DragDropContext, Droppable } from '@react-forked/dnd';
import { DragDropContext, Droppable } from '@@hello-pangea/dnd';
import DataManager from '@utils/data-manager';
import * as CommonValues from '@utils/common-values';
import {
Expand Down

0 comments on commit c1a6c78

Please sign in to comment.