deps: update eslint + styles
This commit is contained in:
parent
beaa216989
commit
00686dcb3b
File diff suppressed because it is too large
Load Diff
|
@ -48,9 +48,9 @@
|
|||
"chai-match": "^1.1.1",
|
||||
"cpx": "^1.5.0",
|
||||
"del": "^3.0.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-bpmn-io": "^0.10.0",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-plugin-bpmn-io": "^0.11.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"execa": "^4.1.0",
|
||||
"istanbul-instrumenter-loader": "^3.0.1",
|
||||
"karma": "^5.2.3",
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* global process */
|
||||
|
||||
// configures browsers to run test against
|
||||
// any of [ 'ChromeHeadless', 'Chrome', 'Firefox', 'IE', 'PhantomJS' ]
|
||||
var browsers = (process.env.TEST_BROWSERS || 'PhantomJS').split(',');
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* global process */
|
||||
|
||||
var path = require('path');
|
||||
|
||||
var collectTranslations = process.env.COLLECT_TRANSLATIONS;
|
||||
|
|
|
@ -9,8 +9,6 @@ import modelingModule from 'lib/features/modeling';
|
|||
import moveModule from 'diagram-js/lib/features/move';
|
||||
import copyPasteModule from 'lib/features/copy-paste';
|
||||
|
||||
/* global sinon */
|
||||
|
||||
|
||||
describe('features/grid-snapping - layout connection', function() {
|
||||
|
||||
|
|
|
@ -11,8 +11,6 @@ import {
|
|||
find
|
||||
} from 'min-dash';
|
||||
|
||||
/* global sinon */
|
||||
|
||||
|
||||
describe('features/modeling - lanes - flowNodeRefs', function() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue