Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Mar 24, 2020
1 parent 2c1a0f4 commit 1cfcff1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draw.io",
"version": "12.6.5",
"description": "draw.io desktop",
"name": "diagrams.net",
"version": "12.9.2",
"description": "diagrams.net desktop",
"main": "electron.js",
"scripts": {
"start": "electron ./drawio/src/main/webapp",
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/jgraph/drawio",
"dependencies": {
"commander": "^4.1.0",
"electron-log": "^4.0.3",
"commander": "^5.0.0",
"electron-log": "^4.1.0",
"electron-progressbar": "^1.2.0",
"electron-store": "^5.1.0",
"electron-updater": "^4.2.0",
Expand All @@ -37,8 +37,8 @@
},
"devDependencies": {
"dotenv": "^8.2.0",
"electron": "^8.0.0",
"electron-builder": "^22.3.2",
"electron": "^8.1.1",
"electron-builder": "^22.4.1",
"electron-notarize": "^0.2.1",
"sumchecker": "^3.0.1"
}
Expand Down

0 comments on commit 1cfcff1

Please sign in to comment.