Skip to content

Commit

Permalink
Upgrade the dependencies for the serve side as well
Browse files Browse the repository at this point in the history
Similar to 9c705ab
but for the other package.json

Note that this includes phonegap and the resulting upgrade
apache/cordova-fetch#87
  • Loading branch information
shankari committed Jul 15, 2020
1 parent 9a3794d commit d4a184b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
"name": "edu.berkeley.eecs.emission",
"version": "2.5.0",
"displayName": "emission",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/e-mission/e-mission-phone.git"
},
"scripts": {
"setup-serve": "./bin/download_settings_controls.js",
"serve": "phonegap --verbose serve"
},
"devDependencies": {
"phonegap": "7.1.1",
"cordova": "8.0.0",
"ionic": "5.4.16",
"phonegap": "9.0.0+cordova.9.0.0",
"cordova": "9.0.0",
"@ionic/cli": "6.10.1",
"bower": "1.8.8"
},
"dependencies": {
"fs-extra": "^5.0.0",
"klaw-sync": "^3.0.2"
"fs-extra": "^9.0.1",
"klaw-sync": "^6.0.0"
}
}

0 comments on commit d4a184b

Please sign in to comment.