diff --git a/.eslintrc.json b/.eslintrc.json index a770ead..bb4e822 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,3 @@ { - "extends" : "@edenjs/eden" + "extends" : "@dashup/dashup" } diff --git a/bundles/grid/helpers/grid.ts b/bundles/grid/helpers/grid.ts index 029ac7e..cd5706e 100755 --- a/bundles/grid/helpers/grid.ts +++ b/bundles/grid/helpers/grid.ts @@ -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'); diff --git a/bundles/grid/views/grid.riot b/bundles/grid/views/grid.riot index 5a5e16e..bca054a 100755 --- a/bundles/grid/views/grid.riot +++ b/bundles/grid/views/grid.riot @@ -148,8 +148,8 @@