Skip to content

chore: upgrade packages #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v2-kotlin
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/cordova": "^0.0.34"
},
"devDependencies": {
"typescript": "^2.7.1"
"typescript": "^4.0.2"
}
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<apply-plugin>kotlin-android</apply-plugin>
<apply-plugin>kotlin-android-extensions</apply-plugin>
<framework src="com.google.android.gms:play-services-wallet:18.0.0"/>
<framework src="com.stripe:stripe-android:12.2.0"/>
<framework src="com.stripe:stripe-android:15.1.0"/>
<framework src="com.google.code.gson:gson:2.8.6"/>
<framework src="androidx.appcompat:appcompat:1.1.0"/>
<framework src="androidx.appcompat:appcompat:1.2.0"/>
</platform>

<platform name="ios">
Expand Down
6 changes: 3 additions & 3 deletions www/CordovaStripe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export declare namespace CordovaStripe {
NEXT = "next",
CANCEL = "cancel",
RESEND = "resend",
SELECT = "select",
SELECT = "select"
}
interface UIButtonCustomizationOptions {
type: UIButtonType;
Expand Down Expand Up @@ -279,7 +279,7 @@ export declare namespace CordovaStripe {
AliPay = "alipay",
AliPayReusable = "alipayreusable",
P24 = "p24",
VisaCheckout = "visacheckout",
VisaCheckout = "visacheckout"
}
enum CardBrand {
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
Expand All @@ -289,7 +289,7 @@ export declare namespace CordovaStripe {
VISA = "VISA",
MASTERCARD = "MASTERCARD",
UNIONPAY = "UNIONPAY",
UNKNOWN = "UNKNOWN",
UNKNOWN = "UNKNOWN"
}
interface Address {
line1: string;
Expand Down
3 changes: 2 additions & 1 deletion www/CordovaStripe.js

Large diffs are not rendered by default.