diff --git a/package.json b/package.json index 6dbb5ab..fd74532 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "private": true, "dependencies": { "@apollo/client": "^3.3.14", + "@stripe/react-stripe-js": "^1.4.1", + "@stripe/stripe-js": "^1.15.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", @@ -34,7 +36,8 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "generate": "graphql-codegen --config codegen.yml" + "generate-main": "graphql-codegen --config codegen-main.yml", + "generate-support": "graphql-codegen --config codegen-support.yml" }, "browserslist": { "production": [ diff --git a/yarn.lock b/yarn.lock index 5954f0d..03f5ea7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2080,6 +2080,18 @@ dependencies: "@sinonjs/commons" "^1.7.0" +"@stripe/react-stripe-js@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@stripe/react-stripe-js/-/react-stripe-js-1.4.1.tgz#884d59286fff00ba77389b32c045516f65d7a340" + integrity sha512-FjcVrhf72+9fUL3Lz3xi02ni9tzH1A1x6elXlr6tvBDgSD55oPJuodoP8eC7xTnBIKq0olF5uJvgtkJyDCdzjA== + dependencies: + prop-types "^15.7.2" + +"@stripe/stripe-js@^1.15.0": + version "1.15.0" + resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.15.0.tgz#86178cfbe66151910b09b03595e60048ab4c698e" + integrity sha512-KQsNPc+uVQkc8dewwz1A6uHOWeU2cWoZyNIbsx5mtmperr5TPxw4u8M20WOa22n6zmIOh/zLdzEe8DYK/0IjBw== + "@surma/rollup-plugin-off-main-thread@^1.1.1": version "1.4.2" resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58"