Skip to content

Commit 1c4c4f9

Browse files
committed
update dependencies
1 parent e15041c commit 1c4c4f9

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"ios"
1515
],
1616
"plugins": {
17-
"cordova-plugin-inappbrowser": {},
1817
"cordova-plugin-statusbar": {},
1918
"cordova-plugin-whitelist": {},
2019
"cordova-plugin-wkwebview-engine": {},
20+
"cordova-plugin-inappbrowser": {},
2121
"cordova-plugin-wkkeyboardfix": {}
2222
}
2323
},
2424
"dependencies": {
2525
"cordova-android": "8.1.0",
2626
"cordova-browser": "6.0.0",
27-
"cordova-ios": "^5.1.1",
28-
"cordova-plugin-inappbrowser": "3.1.0",
27+
"cordova-ios": "5.1.1",
28+
"cordova-plugin-inappbrowser": "3.2.0",
2929
"cordova-plugin-statusbar": "2.4.3",
3030
"cordova-plugin-whitelist": "1.3.4",
31-
"cordova-plugin-wkkeyboardfix": "1.0.1",
31+
"cordova-plugin-wkkeyboardfix": "1.1.0",
3232
"cordova-plugin-wkwebview-engine": "1.2.1"
3333
}
3434
}

plugins/android.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
11-
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
12-
},
1310
"cordova-plugin-statusbar": {
1411
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1512
},
1613
"cordova-plugin-whitelist": {
1714
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1815
},
19-
"cordova-plugin-wkkeyboardfix": {
16+
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2118
},
22-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-inappbrowser": {
20+
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
21+
},
22+
"cordova-plugin-wkkeyboardfix": {
2323
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
2424
}
2525
},

plugins/browser.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
11-
"PACKAGE_NAME": "io.cordova.hellocordova"
12-
},
1310
"cordova-plugin-statusbar": {
1411
"PACKAGE_NAME": "io.cordova.hellocordova"
1512
},
@@ -19,6 +16,9 @@
1916
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "io.cordova.hellocordova"
2118
},
19+
"cordova-plugin-inappbrowser": {
20+
"PACKAGE_NAME": "io.cordova.hellocordova"
21+
},
2222
"cordova-plugin-wkkeyboardfix": {
2323
"PACKAGE_NAME": "io.cordova.hellocordova"
2424
}

plugins/fetch.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"cordova-plugin-inappbrowser": {
3-
"source": {
4-
"type": "registry",
5-
"id": "cordova-plugin-inappbrowser@latest"
6-
},
7-
"is_top_level": true,
8-
"variables": {}
9-
},
102
"cordova-plugin-statusbar": {
113
"source": {
124
"type": "registry",
@@ -31,10 +23,18 @@
3123
"is_top_level": true,
3224
"variables": {}
3325
},
26+
"cordova-plugin-inappbrowser": {
27+
"source": {
28+
"type": "registry",
29+
"id": "cordova-plugin-inappbrowser@latest"
30+
},
31+
"is_top_level": true,
32+
"variables": {}
33+
},
3434
"cordova-plugin-wkkeyboardfix": {
3535
"source": {
3636
"type": "registry",
37-
"id": "cordova-plugin-wkkeyboardfix"
37+
"id": "cordova-plugin-wkkeyboardfix@latest"
3838
},
3939
"is_top_level": true,
4040
"variables": {}

plugins/ios.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"files": {}
88
},
99
"installed_plugins": {
10-
"cordova-plugin-inappbrowser": {
11-
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
12-
},
1310
"cordova-plugin-statusbar": {
1411
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
1512
},
1613
"cordova-plugin-whitelist": {
1714
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
1815
},
19-
"cordova-plugin-wkkeyboardfix": {
16+
"cordova-plugin-wkwebview-engine": {
2017
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
2118
},
22-
"cordova-plugin-wkwebview-engine": {
19+
"cordova-plugin-inappbrowser": {
20+
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
21+
},
22+
"cordova-plugin-wkkeyboardfix": {
2323
"PACKAGE_NAME": "$(PRODUCT_BUNDLE_IDENTIFIER)"
2424
}
2525
},

0 commit comments

Comments
 (0)