Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jun 7, 2022
1 parent a6c0c54 commit 93cd0ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion drawio
Submodule drawio updated 40 files
+6 −0 ChangeLog
+1 −1 VERSION
+1 −1 etc/dependencies/package.json
+102 −102 src/main/webapp/js/app.min.js
+4 −4 src/main/webapp/js/diagramly/App.js
+2 −3 src/main/webapp/js/diagramly/Devel.js
+31 −31 src/main/webapp/js/diagramly/Dialogs.js
+2 −2 src/main/webapp/js/diagramly/Editor.js
+11 −11 src/main/webapp/js/diagramly/EditorUi.js
+1 −1 src/main/webapp/js/diagramly/Embed.js
+3 −3 src/main/webapp/js/diagramly/GitHubClient.js
+3 −3 src/main/webapp/js/diagramly/GitLabClient.js
+3 −3 src/main/webapp/js/diagramly/GraphViewer.js
+7 −7 src/main/webapp/js/diagramly/Minimal.js
+1 −1 src/main/webapp/js/diagramly/Pages.js
+2 −2 src/main/webapp/js/diagramly/TrelloClient.js
+5 −5 src/main/webapp/js/diagramly/sidebar/Sidebar.js
+1 −1 src/main/webapp/js/embed.dev.js
+1 −1 src/main/webapp/js/export.js
+1 −1 src/main/webapp/js/grapheditor/Dialogs.js
+3 −3 src/main/webapp/js/grapheditor/EditorUi.js
+5 −5 src/main/webapp/js/grapheditor/Format.js
+4 −5 src/main/webapp/js/grapheditor/Graph.js
+1 −1 src/main/webapp/js/grapheditor/Menus.js
+2 −2 src/main/webapp/js/grapheditor/Sidebar.js
+6 −6 src/main/webapp/js/grapheditor/Toolbar.js
+91 −91 src/main/webapp/js/integrate.min.js
+0 −2 src/main/webapp/js/jquery/jquery-3.3.1.min.js
+2 −0 src/main/webapp/js/jquery/jquery-3.6.0.min.js
+5 −5 src/main/webapp/js/onedrive/mxODPicker.js
+1 −1 src/main/webapp/js/open.js
+47 −47 src/main/webapp/js/viewer-static.min.js
+47 −47 src/main/webapp/js/viewer.min.js
+16 −16 src/main/webapp/mxgraph/mxClient.js
+7 −8 src/main/webapp/package.json
+1 −1 src/main/webapp/plugins/props.js
+1 −1 src/main/webapp/plugins/tags.js
+1 −1 src/main/webapp/plugins/tickets.js
+1 −1 src/main/webapp/service-worker.js
+1 −1 src/main/webapp/service-worker.js.map
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "19.0.1",
"version": "19.0.2",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ async-exit-hook@^2.0.1:
integrity sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==

async@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
version "3.2.4"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==

asynckit@^0.4.0:
version "0.4.0"
Expand Down Expand Up @@ -1774,7 +1774,7 @@ registry-url@^5.0.0:
require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==

require-from-string@^2.0.2:
version "2.0.2"
Expand All @@ -1784,7 +1784,7 @@ require-from-string@^2.0.2:
responselike@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=
integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==
dependencies:
lowercase-keys "^1.0.0"

Expand Down

0 comments on commit 93cd0ed

Please sign in to comment.