diff --git a/README.md b/README.md index 87002dd..a7aebcb 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ FurEver makes use of the following [Connect embedded components](https://docs.st - `` allows users to [set up Stripe Tax](https://docs.stripe.com/tax/set-up). - `` allows users to control their tax compliance settings. -Additionally, the following [beta components](https://docs.stripe.com/connect/supported-embedded-components#beta-components) are also used: +Additionally, the following preview components are also used: -- `` **beta** allows users to check their eligibility for financing, get an overview of their in-progress financing, and access the reporting page to review paydown transactions. -- `` **beta** renders a view of an individual [Financial Account](https://docs.stripe.com/api/treasury/financial_accounts) -- `` **beta** provides a list of transactions associated with a financial account. -- `` **beta** provides a list of all the cards issued. +- `` **preview** allows users to check their eligibility for financing, get an overview of their in-progress financing, and access the reporting page to review paydown transactions. +- `` **preview** renders a view of an individual [Financial Account](https://docs.stripe.com/api/treasury/financial_accounts) +- `` **preview** provides a list of transactions associated with a financial account. +- `` **preview** provides a list of all the cards issued. ### Architecture diff --git a/package.json b/package.json index 13e5d5b..41290fe 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", - "@stripe/connect-js": "3.3.11-beta-1", - "@stripe/react-connect-js": "3.3.13-beta-1", + "@stripe/connect-js": "3.3.18-preview-1", + "@stripe/react-connect-js": "3.3.21-preview-1", "bcrypt": "^5.1.1", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index a9cf115..b830ca1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1207,15 +1207,15 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz#391d528054f758f81e53210f1a1eebcf1a8b1d20" integrity sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg== -"@stripe/connect-js@3.3.11-beta-1": - version "3.3.11-beta-1" - resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.11-beta-1.tgz#1fe4e324de9a2781a3581cb5867f74ad8fb36058" - integrity sha512-/JeU7B1iDv4BoozJmwNYrxXC8ZEvufwxVP/EiiNxBHxy/8oMAfcv7kJzzRxManT8+L55Ghi2bbFGjhItdKTsvA== - -"@stripe/react-connect-js@3.3.13-beta-1": - version "3.3.13-beta-1" - resolved "https://registry.yarnpkg.com/@stripe/react-connect-js/-/react-connect-js-3.3.13-beta-1.tgz#c4a3dddd2b2178e926e74ed65377d43ffed1cde8" - integrity sha512-N+3nq2y+KtKrU2JYvDO72jlYzABt4CvxbYDJm9TpgpbIeIRRix9EtnGyERE9iDj09goQLI/mev2XNCRkIVwLOQ== +"@stripe/connect-js@3.3.18-preview-1": + version "3.3.18-preview-1" + resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.18-preview-1.tgz#aab1cd46fa4b8e35d68f7bf6fa50e411302e0f4c" + integrity sha512-j26EGOKZ8RIunh6QY+vq+asGxP/TjxLryRvnUNaeWQmDfK0kr6t7Vx2wj7lm6yNBVCAfIxtNSRfnTDGpkq0heQ== + +"@stripe/react-connect-js@3.3.21-preview-1": + version "3.3.21-preview-1" + resolved "https://registry.yarnpkg.com/@stripe/react-connect-js/-/react-connect-js-3.3.21-preview-1.tgz#4b3eb64e2cf7ec7eea2aad4e39df51ac7fea8e28" + integrity sha512-nx1wGUBRp4s4o/P63l9bsrTcPi027a1w1cEf7k36z8ahO3TgSa3OwuLSH3sW9fgo0LQdMLlKXk7rPsYOW6GqaQ== "@swc/helpers@0.5.2": version "0.5.2"