Update dependency versions

This commit is contained in:
Josh Stewart 2019-07-01 17:56:15 +10:00
parent 623870caa8
commit d3808dbc67
1 changed files with 8 additions and 8 deletions

View File

@ -13,25 +13,25 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/noisymime/SpeedyLoader" "url": "https://github.com/speeduino/SpeedyLoader"
}, },
"author": "Josh Stewart", "author": "Josh Stewart",
"email": "sales@speeduino.com", "email": "sales@speeduino.com",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/noisymime/SpeedyLoader/issues" "url": "https://github.com/speeduino/SpeedyLoader/issues"
}, },
"homepage": "https://github.com/noisymime/SpeedyLoader", "homepage": "https://github.com/speeduino/SpeedyLoader",
"devDependencies": { "devDependencies": {
"electron": "^4.0.0", "electron": "^4.0.0",
"electron-packager": "^13.0.1", "electron-packager": "^14.0.0",
"electron-rebuild": "^1.8.2" "electron-rebuild": "^1.8.5"
}, },
"dependencies": { "dependencies": {
"electron-dl": "^1.12.0", "electron-dl": "^1.14.0",
"marked": "^0.6.0", "marked": "^0.6.3",
"request": "^2.88.0", "request": "^2.88.0",
"serialport": "^7.1.1" "serialport": "^7.1.5"
}, },
"build": { "build": {
"appId": "SpeedyLoader", "appId": "SpeedyLoader",