提交 994cb438 编写于 作者: D David Benson

Merge commit '772e87f6' into release

......@@ -23,9 +23,10 @@ Developing
To run this:
1. `npm install` (in the root directory of this repo)
2. `npm install` (in the drawio directory of this repo `drawio/src/main/webapp`)
3. export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
4. `npm start` _in the root directory of this repo_ runs the app. For debugging, use `npm start --enable-logging`.
2. export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
3. `npm start` _in the root directory of this repo_ runs the app. For debugging, use `npm start --enable-logging`.
Note: If a symlink is used to refer to drawio repo (instead of the submodule), then symlink the `node_modules` directory inside `drawio/src/main/webapp` also.
To release:
1. Update the draw.io sub-module and push the change. Add version tag before pushing to origin.
......
Subproject commit 8d9a9926f9bbd2b5a1fa678dbae6194c76a27311
Subproject commit 6add5ed1a3ae7c6cd38d3ef9f96a6f7a93e664b8
{
"name": "draw.io",
"version": "21.1.2",
"version": "21.1.8",
"description": "draw.io desktop",
"main": "./drawio/src/main/webapp/electron.js",
"scripts": {
......@@ -29,10 +29,9 @@
},
"homepage": "https://github.com/jgraph/drawio",
"dependencies": {
"@electron/remote": "^2.0.8",
"commander": "^9.4.1",
"commander": "^10.0.0",
"compression": "^1.7.4",
"crc": "^4.1.1",
"crc": "^4.3.2",
"electron-log": "^4.4.8",
"electron-progressbar": "^2.0.1",
"electron-store": "^8.1.0",
......@@ -40,10 +39,10 @@
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"dotenv": "^16.0.3",
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"@electron/notarize": "^1.2.3",
"dotenv": "^16.0.3",
"electron": "^24.1.0",
"electron-builder": "^24.2.0",
"sumchecker": "^3.0.1"
}
}
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册