Skip to content

Commit

Permalink
updated several cordova dependencies
Browse files Browse the repository at this point in the history
nextlevelshit committed Feb 25, 2018
1 parent 7b17a13 commit 53900d4
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<author email="ldaniell14260@gmail.com">
Daniel Lang
</author>
<content src="index.html" />
<content original-src="index.html" src="http://192.168.0.150:8100" />
<access origin="*" />
<allow-navigation href="http://ionic.local/*" />
<allow-intent href="http://*/*" />
@@ -81,12 +81,13 @@
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
</platform>
<allow-navigation href="http://192.168.0.150:8100" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^4.5.0" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
<plugin name="cordova-sqlite-storage" spec="^2.0.4" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-sqlite-storage" spec="^2.2.1" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
</widget>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,10 +28,10 @@
"cordova-android": "^6.4.0",
"cordova-ios": "^4.5.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-whitelist": "^1.3.1",
"cordova-sqlite-storage": "^2.0.4",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.2.1",
"ionic-angular": "3.7.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",

0 comments on commit 53900d4

Please sign in to comment.