- npm: Update devDeps
This commit is contained in:
3
dist/extensions/ext-foreignobject.js
vendored
3
dist/extensions/ext-foreignobject.js
vendored
@@ -348,7 +348,8 @@ var svgEditorExtension_foreignobject = (function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
elementChanged: function elementChanged(opts) {}
|
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
case 17:
|
case 17:
|
||||||
|
|||||||
3
dist/extensions/ext-polygon.js
vendored
3
dist/extensions/ext-polygon.js
vendored
@@ -290,7 +290,8 @@ var svgEditorExtension_polygon = (function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
elementChanged: function elementChanged(opts) {}
|
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
case 13:
|
case 13:
|
||||||
|
|||||||
3
dist/extensions/ext-star.js
vendored
3
dist/extensions/ext-star.js
vendored
@@ -275,7 +275,8 @@ var svgEditorExtension_star = (function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
elementChanged: function elementChanged(opts) {}
|
elementChanged: function elementChanged(opts) {// const elem = opts.elems[0];
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
case 11:
|
case 11:
|
||||||
|
|||||||
14
editor/external/@babel/polyfill/polyfill.js
vendored
14
editor/external/@babel/polyfill/polyfill.js
vendored
@@ -3,23 +3,15 @@
|
|||||||
|
|
||||||
_dereq_(2);
|
_dereq_(2);
|
||||||
|
|
||||||
function _global() {
|
var _global = _interopRequireDefault(_dereq_(15));
|
||||||
var data = _interopRequireDefault(_dereq_(15));
|
|
||||||
|
|
||||||
_global = function () {
|
|
||||||
return data;
|
|
||||||
};
|
|
||||||
|
|
||||||
return data;
|
|
||||||
}
|
|
||||||
|
|
||||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
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.");
|
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){
|
},{"15":15,"2":2}],2:[function(_dereq_,module,exports){
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
949
package-lock.json
generated
949
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -77,16 +77,16 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.3",
|
"@babel/core": "^7.4.4",
|
||||||
"@babel/node": "^7.2.2",
|
"@babel/node": "^7.2.2",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
|
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
||||||
"@babel/polyfill": "^7.4.3",
|
"@babel/polyfill": "^7.4.4",
|
||||||
"@babel/preset-env": "^7.4.3",
|
"@babel/preset-env": "^7.4.4",
|
||||||
"@mysticatea/eslint-plugin": "^9.0.1",
|
"@mysticatea/eslint-plugin": "^10.0.2",
|
||||||
"axe-testcafe": "^1.1.0",
|
"axe-testcafe": "^1.1.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||||
"eslint": "5.16.0",
|
"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-config-standard": "12.0.0",
|
||||||
"eslint-plugin-compat": "^3.1.1",
|
"eslint-plugin-compat": "^3.1.1",
|
||||||
"eslint-plugin-eslint-comments": "^3.1.1",
|
"eslint-plugin-eslint-comments": "^3.1.1",
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
"qunit": "^2.9.2",
|
"qunit": "^2.9.2",
|
||||||
"remark-cli": "^6.0.1",
|
"remark-cli": "^6.0.1",
|
||||||
"remark-lint-ordered-list-marker-value": "^1.0.2",
|
"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-babel": "^4.3.2",
|
||||||
"rollup-plugin-commonjs": "^9.3.4",
|
"rollup-plugin-commonjs": "^9.3.4",
|
||||||
"rollup-plugin-node-builtins": "^2.1.2",
|
"rollup-plugin-node-builtins": "^2.1.2",
|
||||||
@@ -123,6 +123,6 @@
|
|||||||
"sinon": "^7.3.2",
|
"sinon": "^7.3.2",
|
||||||
"sinon-test": "^2.4.0",
|
"sinon-test": "^2.4.0",
|
||||||
"stackblur-canvas": "^2.2.0",
|
"stackblur-canvas": "^2.2.0",
|
||||||
"testcafe": "^1.1.2"
|
"testcafe": "^1.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user