Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update outdated dependencies #248

Closed
wants to merge 16 commits into from
Closed
4 changes: 3 additions & 1 deletion .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ node_modules
out


venv
venv
dist
docs
2 changes: 1 addition & 1 deletion dist/draw2d.js

Large diffs are not rendered by default.

65 changes: 40 additions & 25 deletions dist/draw2d.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@

/*! !../../node_modules/style-loader/dist/runtime/styleTagTransform.js */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! ../../node_modules/css-loader/dist/runtime/api.js */

/*! ../../node_modules/css-loader/dist/runtime/sourceMaps.js */
Expand Down Expand Up @@ -148,8 +163,6 @@

/*! ./decoration/connection/DiamondDecorator */

/*! ./dom */

/*! ./geo/Line */

/*! ./geo/Point */
Expand Down Expand Up @@ -368,8 +381,6 @@

/*! ./policy/port/PortFeedbackPolicy */

/*! ./sax */

/*! ./shape/analog/OpAmp */

/*! ./shape/analog/ResistorBridge */
Expand Down Expand Up @@ -944,7 +955,7 @@

/*! For license information please see shifty.js.LICENSE.txt */

/*! canvg-browser */
/*! canvg */

/*! css/contextmenu.css */

Expand All @@ -960,20 +971,24 @@

/*! packages */

/*! performance-now */

/*! raf */

/*! rgbcolor */

/*! shifty */

/*! stackblur */
/*! stackblur-canvas */

/*! svg-pathdata */

/*! util/JSONUtil */

/*! util/UUID */

/*! util/extend */

/*! xmldom */

/*!*********************!*\
!*** ./src/Port.js ***!
\*********************/
Expand Down Expand Up @@ -1734,6 +1749,10 @@
!*** ./src/shape/state/State.js ***!
\**********************************/

/*!***********************************!*\
!*** ./node_modules/raf/index.js ***!
\***********************************/

/*!***********************************!*\
!*** ./src/command/CommandAdd.js ***!
\***********************************/
Expand Down Expand Up @@ -1890,14 +1909,6 @@
!*** ./src/util/spline/Spline.js ***!
\***********************************/

/*!************************************!*\
!*** ./node_modules/xmldom/dom.js ***!
\************************************/

/*!************************************!*\
!*** ./node_modules/xmldom/sax.js ***!
\************************************/

/*!************************************!*\
!*** ./src/command/CommandAttr.js ***!
\************************************/
Expand Down Expand Up @@ -2234,10 +2245,6 @@
!*** ./src/util/spline/CubicSpline.js ***!
\****************************************/

/*!*****************************************!*\
!*** ./node_modules/stackblur/index.js ***!
\*****************************************/

/*!*****************************************!*\
!*** ./src/command/CommandAddVertex.js ***!
\*****************************************/
Expand Down Expand Up @@ -2303,7 +2310,7 @@
\******************************************/

/*!*******************************************!*\
!*** ./node_modules/xmldom/dom-parser.js ***!
!*** ./node_modules/canvg/dist/index.cjs ***!
\*******************************************/

/*!*******************************************!*\
Expand Down Expand Up @@ -2362,10 +2369,6 @@
!*** ./src/shape/layout/VerticalLayout.js ***!
\********************************************/

/*!*********************************************!*\
!*** ./node_modules/canvg-browser/index.js ***!
\*********************************************/

/*!*********************************************!*\
!*** ./src/layout/locator/BottomLocator.js ***!
\*********************************************/
Expand Down Expand Up @@ -2638,6 +2641,10 @@
!*** ./src/shape/arrow/CalligrapherArrowDownLeft.js ***!
\******************************************************/

/*!*******************************************************!*\
!*** ./node_modules/svg-pathdata/lib/SVGPathData.cjs ***!
\*******************************************************/

/*!*******************************************************!*\
!*** ./src/decoration/connection/DiamondDecorator.js ***!
\*******************************************************/
Expand Down Expand Up @@ -2766,6 +2773,10 @@
!*** ./node_modules/css-loader/dist/runtime/sourceMaps.js ***!
\************************************************************/

/*!************************************************************!*\
!*** ./node_modules/stackblur-canvas/dist/stackblur-es.js ***!
\************************************************************/

/*!************************************************************!*\
!*** ./src/layout/connection/ManhattanConnectionRouter.js ***!
\************************************************************/
Expand All @@ -2778,6 +2789,10 @@
!*** ./src/policy/figure/VertexSelectionFeedbackPolicy.js ***!
\************************************************************/

/*!*************************************************************!*\
!*** ./node_modules/performance-now/lib/performance-now.js ***!
\*************************************************************/

/*!*************************************************************!*\
!*** ./src/policy/connection/DragConnectionCreatePolicy.js ***!
\*************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion dist/draw2d.js.map

Large diffs are not rendered by default.

Loading