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 342aca322c1ddc2d6f1365d6ba2a84864177a1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:47:22 +0000 Subject: [PATCH 2/2] build(deps): bump ajv from 6.9.2 to 6.12.6 in /website Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.9.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.9.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] --- website/yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/yarn.lock b/website/yarn.lock index ad02af9..e364589 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -649,10 +649,10 @@ address@1.0.3, address@^1.0.1: resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9" ajv@^6.5.5: - version "6.9.2" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.2.tgz#4927adb83e7f48e5a32b45729744c71ec39c9c7b" + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" dependencies: - fast-deep-equal "^2.0.1" + fast-deep-equal "^3.1.1" fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.4.1" uri-js "^4.2.2" @@ -2022,9 +2022,9 @@ extsprintf@^1.2.0: version "1.4.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" fast-glob@^2.0.2: version "2.2.6" @@ -2038,8 +2038,8 @@ fast-glob@^2.0.2: micromatch "^3.1.10" fast-json-stable-stringify@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" faye-websocket@~0.10.0: version "0.10.0" @@ -5026,8 +5026,8 @@ unset-value@^1.0.0: isobject "^3.0.0" uri-js@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" dependencies: punycode "^2.1.0"