Skip to content

Commit 32b77bf

Browse files
committed
Merge commit '932e6afe0523576527c643af32f7a7cd48c72245' into release
2 parents de3abd2 + 932e6af commit 32b77bf

File tree

4 files changed

+422
-410
lines changed

4 files changed

+422
-410
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Local Storage and Session Storage is stored in the AppData folder:
5656
Not open-contribution
5757
---------------------
5858

59-
draw.io is closed to contributions.
59+
draw.io is closed to contributions (unless a maintainer permits it, which is extremely rare).
6060

6161
The level of complexity of this project means that even simple changes
6262
can break a _lot_ of other moving parts. The amount of testing required

drawio

Submodule drawio updated 67 files

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draw.io",
3-
"version": "26.0.15",
3+
"version": "26.0.16",
44
"description": "draw.io desktop",
55
"exports": "./src/main/electron.js",
66
"type": "module",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/jgraph/drawio",
3737
"dependencies": {
38-
"commander": "^13.1.0",
38+
"commander": "^12.1.0",
3939
"compression": "^1.8.0",
4040
"crc": "^4.3.2",
4141
"electron-context-menu": "^4.0.4",

0 commit comments

Comments
 (0)