Skip to content

Commit 79f7765

Browse files
committed
update dependencies
1 parent fe96378 commit 79f7765

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
4040
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.0" />
4141
<plugin name="cordova-plugin-statusbar" spec="^2.4.0" />
42-
<engine name="ios" spec="^4.5.3" />
4342
<engine name="browser" spec="^5.0.1" />
4443
<engine name="android" spec="^7.0.0" />
44+
<engine name="ios" spec="^4.5.4" />
4545
</widget>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"displayName": "System Designer",
55
"cordova": {
66
"platforms": [
7-
"ios",
87
"browser",
9-
"android"
8+
"android",
9+
"ios"
1010
],
1111
"plugins": {
1212
"cordova-plugin-whitelist": {},
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"cordova-android": "^7.0.0",
2020
"cordova-browser": "^5.0.1",
21-
"cordova-ios": "^4.5.3",
21+
"cordova-ios": "^4.5.4",
2222
"cordova-plugin-inappbrowser": "^2.0.0",
2323
"cordova-plugin-statusbar": "^2.4.0",
2424
"cordova-plugin-whitelist": "^1.3.3",

plugins/ios.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-whitelist": {
10+
"cordova-plugin-inappbrowser": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-wkwebview-engine": {
13+
"cordova-plugin-statusbar": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-inappbrowser": {
16+
"cordova-plugin-whitelist": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
19-
"cordova-plugin-statusbar": {
19+
"cordova-plugin-wkwebview-engine": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},

0 commit comments

Comments
 (0)