From c1a652ddc7514db6b02cf4c655ede705d8d86aa7 Mon Sep 17 00:00:00 2001 From: Matt Goldman Date: Tue, 29 Jun 2021 09:56:51 -0700 Subject: [PATCH 1/2] update embed url --- docs/embed-sdk.md | 2 +- docs/intro.md | 2 +- docs/payment-button-js.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/embed-sdk.md b/docs/embed-sdk.md index 83b6765..c26e9c0 100644 --- a/docs/embed-sdk.md +++ b/docs/embed-sdk.md @@ -9,7 +9,7 @@ sidebar_label: Embed SDK Firstly make sure to load the embed code on your page. ```html - + ``` Alternatively install via npm. diff --git a/docs/intro.md b/docs/intro.md index 93c4947..8ab6069 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -18,7 +18,7 @@ Our simple embed is the next level up, but it still only requires two lines of c ```html - + ``` ## Using with React diff --git a/docs/payment-button-js.md b/docs/payment-button-js.md index b6e7835..8ad774d 100644 --- a/docs/payment-button-js.md +++ b/docs/payment-button-js.md @@ -14,7 +14,7 @@ This code is very straightforward: ```html - + ``` ### Additional parameters available @@ -35,7 +35,7 @@ A complete example: > Buy me a coffee - + ``` ### Multiple plans per page @@ -46,5 +46,5 @@ One other thing to bear in mind, you can have multiple plans on your page, for t - + ``` From 015549149229de8d6d4939236a1b3d05105876cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 09:58:31 +0000 Subject: [PATCH 2/2] build(deps): bump url-parse from 1.4.4 to 1.5.10 in /website Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.4...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- website/yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/yarn.lock b/website/yarn.lock index ad02af9..94f3879 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4045,9 +4045,9 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -querystringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.0.tgz#7ded8dfbf7879dcc60d0a644ac6754b283ad17ef" +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" randomatic@^3.0.0: version "3.1.1" @@ -5052,10 +5052,10 @@ url-parse-lax@^3.0.0: prepend-http "^2.0.0" url-parse@^1.1.8, url-parse@^1.4.3: - version "1.4.4" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.4.tgz#cac1556e95faa0303691fec5cf9d5a1bc34648f8" + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" dependencies: - querystringify "^2.0.0" + querystringify "^2.1.1" requires-port "^1.0.0" url-to-options@^1.0.1: