Browse Source

Merge commit '932e6afe0523576527c643af32f7a7cd48c72245' into release

release v26.0.16
David Benson 5 months ago
parent
commit
32b77bf222
  1. 2
      README.md
  2. 2
      drawio
  3. 4
      package.json
  4. 824
      yarn.lock

2
README.md

@ -56,7 +56,7 @@ Local Storage and Session Storage is stored in the AppData folder:
Not open-contribution
---------------------
draw.io is closed to contributions.
draw.io is closed to contributions (unless a maintainer permits it, which is extremely rare).
The level of complexity of this project means that even simple changes
can break a _lot_ of other moving parts. The amount of testing required

2
drawio

@ -1 +1 @@
Subproject commit 4b63b08d1e9aa8db68a9e1041e095cb70256fe89
Subproject commit 987146fb55a547a975961f57dddc781abf7648ba

4
package.json

@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "26.0.15",
"version": "26.0.16",
"description": "draw.io desktop",
"exports": "./src/main/electron.js",
"type": "module",
@ -35,7 +35,7 @@
},
"homepage": "https://github.com/jgraph/drawio",
"dependencies": {
"commander": "^13.1.0",
"commander": "^12.1.0",
"compression": "^1.8.0",
"crc": "^4.3.2",
"electron-context-menu": "^4.0.4",

824
yarn.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save