Skip to content

Commit

Permalink
fix dependencies, update uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
edencoder committed Nov 27, 2020
1 parent ab7e7dd commit 129284c
Show file tree
Hide file tree
Showing 5 changed files with 751 additions and 548 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends" : "@edenjs/eden"
"extends" : "@dashup/dashup"
}
2 changes: 1 addition & 1 deletion bundles/grid/helpers/grid.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Require local class dependencies
import xl from 'excel4node';
import fs from 'fs';
import uuid from 'uuid';
import Helper from 'helper';
import moment from 'moment';
import toText from 'html-to-text';
import dotProp from 'dot-prop';
import json2csv from 'json2csv';
import { v4 as uuid } from 'uuid';

// require models
const Grid = model('grid');
Expand Down
2 changes: 1 addition & 1 deletion bundles/grid/views/grid.riot
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<script>
// import dependencies
import Base from './js/base';
import uuid from 'uuid';
import GridBase from 'grid/public/js/grid';
import { v4 as uuid } from 'uuid';
// export default
export default class Grid extends Base {
Expand Down
Loading

0 comments on commit 129284c

Please sign in to comment.