Skip to content

Commit 0f27110

Browse files
committed
Update plugins
1 parent 2b00d86 commit 0f27110

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</platform>
3838
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
3939
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
40-
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.0" />
41-
<plugin name="cordova-plugin-statusbar" spec="^2.4.0" />
40+
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.1" />
41+
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
4242
<engine name="browser" spec="^5.0.1" />
4343
<engine name="android" spec="^7.0.0" />
4444
<engine name="ios" spec="^4.5.4" />

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"cordova-android": "^7.0.0",
2020
"cordova-browser": "^5.0.1",
2121
"cordova-ios": "^4.5.4",
22-
"cordova-plugin-inappbrowser": "^2.0.0",
23-
"cordova-plugin-statusbar": "^2.4.0",
22+
"cordova-plugin-inappbrowser": "^2.0.1",
23+
"cordova-plugin-statusbar": "^2.4.1",
2424
"cordova-plugin-whitelist": "^1.3.3",
2525
"cordova-plugin-wkwebview-engine": "^1.1.4"
2626
}

plugins/android.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-inappbrowser": {
10+
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
13+
"cordova-plugin-wkwebview-engine": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-whitelist": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-statusbar": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},

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-inappbrowser": {
10+
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-statusbar": {
13+
"cordova-plugin-wkwebview-engine": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-whitelist": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
19-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-statusbar": {
2020
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2121
}
2222
},

0 commit comments

Comments
 (0)