- npm: Update devDeps
parent
78dfad0cbc
commit
d423fb741f
|
@ -348,7 +348,8 @@ var svgEditorExtension_foreignobject = (function () {
|
|||
}
|
||||
}
|
||||
},
|
||||
elementChanged: function elementChanged(opts) {}
|
||||
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||
}
|
||||
});
|
||||
|
||||
case 17:
|
||||
|
|
|
@ -290,7 +290,8 @@ var svgEditorExtension_polygon = (function () {
|
|||
}
|
||||
}
|
||||
},
|
||||
elementChanged: function elementChanged(opts) {}
|
||||
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||
}
|
||||
});
|
||||
|
||||
case 13:
|
||||
|
|
|
@ -275,7 +275,8 @@ var svgEditorExtension_star = (function () {
|
|||
}
|
||||
}
|
||||
},
|
||||
elementChanged: function elementChanged(opts) {}
|
||||
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||
}
|
||||
});
|
||||
|
||||
case 11:
|
||||
|
|
|
@ -3,23 +3,15 @@
|
|||
|
||||
_dereq_(2);
|
||||
|
||||
function _global() {
|
||||
var data = _interopRequireDefault(_dereq_(15));
|
||||
|
||||
_global = function () {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
var _global = _interopRequireDefault(_dereq_(15));
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
if (_global().default._babelPolyfill && typeof console !== "undefined" && console.warn) {
|
||||
if (_global.default._babelPolyfill && typeof console !== "undefined" && console.warn) {
|
||||
console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " + "and may have consequences if different versions of the polyfills are applied sequentially. " + "If you do need to load the polyfill more than once, use @babel/polyfill/noConflict " + "instead to bypass the warning.");
|
||||
}
|
||||
|
||||
_global().default._babelPolyfill = true;
|
||||
_global.default._babelPolyfill = true;
|
||||
},{"15":15,"2":2}],2:[function(_dereq_,module,exports){
|
||||
"use strict";
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -77,16 +77,16 @@
|
|||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.3",
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/node": "^7.2.2",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
|
||||
"@babel/polyfill": "^7.4.3",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@mysticatea/eslint-plugin": "^9.0.1",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"@mysticatea/eslint-plugin": "^10.0.2",
|
||||
"axe-testcafe": "^1.1.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-ash-nazg": "2.0.0",
|
||||
"eslint-config-ash-nazg": "3.0.1",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-compat": "^3.1.1",
|
||||
"eslint-plugin-eslint-comments": "^3.1.1",
|
||||
|
@ -113,7 +113,7 @@
|
|||
"qunit": "^2.9.2",
|
||||
"remark-cli": "^6.0.1",
|
||||
"remark-lint-ordered-list-marker-value": "^1.0.2",
|
||||
"rollup": "1.10.0",
|
||||
"rollup": "1.10.1",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-commonjs": "^9.3.4",
|
||||
"rollup-plugin-node-builtins": "^2.1.2",
|
||||
|
@ -123,6 +123,6 @@
|
|||
"sinon": "^7.3.2",
|
||||
"sinon-test": "^2.4.0",
|
||||
"stackblur-canvas": "^2.2.0",
|
||||
"testcafe": "^1.1.2"
|
||||
"testcafe": "^1.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue