generated from saleor/saleor-app-payment-template
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add webhook ID to the summary view (#115)
- Loading branch information
Showing
94 changed files
with
14,314 additions
and
12,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"saleor-app-payment-stripe": patch | ||
--- | ||
|
||
Add simple skeletons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"saleor-app-payment-stripe": minor | ||
--- | ||
|
||
Add webhook ID to the summary view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,21 +34,21 @@ | |
"dependencies": { | ||
"@hookform/resolvers": "3.1.1", | ||
"@radix-ui/react-alert-dialog": "1.0.4", | ||
"@saleor/app-sdk": "0.41.1", | ||
"@saleor/app-sdk": "0.43.0", | ||
"@saleor/macaw-ui": "0.8.0-pre.98", | ||
"@sentry/nextjs": "7.58.1", | ||
"@sentry/nextjs": "7.61.0", | ||
"@t3-oss/env-nextjs": "0.6.0", | ||
"@tanstack/react-query": "4.29.19", | ||
"@tanstack/react-query-devtools": "4.29.19", | ||
"@trpc/client": "10.34.0", | ||
"@trpc/next": "10.34.0", | ||
"@trpc/react-query": "10.34.0", | ||
"@trpc/server": "10.34.0", | ||
"@tanstack/react-query": "4.32.1", | ||
"@tanstack/react-query-devtools": "4.32.1", | ||
"@trpc/client": "10.37.0", | ||
"@trpc/next": "10.37.0", | ||
"@trpc/react-query": "10.37.0", | ||
"@trpc/server": "10.37.0", | ||
"@urql/exchange-auth": "1.0.0", | ||
"@vanilla-extract/css": "1.12.0", | ||
"@vanilla-extract/next-plugin": "2.1.2", | ||
"@vanilla-extract/recipes": "0.4.0", | ||
"@vitejs/plugin-react": "4.0.3", | ||
"@vanilla-extract/next-plugin": "2.2.1", | ||
"@vanilla-extract/recipes": "0.5.0", | ||
"@vitejs/plugin-react": "4.0.4", | ||
"ajv": "8.12.0", | ||
"ajv-formats": "2.1.1", | ||
"bluebird": "3.7.2", | ||
|
@@ -62,69 +62,69 @@ | |
"modern-errors": "6.0.0", | ||
"modern-errors-http": "4.0.0", | ||
"modern-errors-serialize": "5.0.0", | ||
"next": "13.4.9", | ||
"next": "13.4.12", | ||
"omit-deep-lodash": "1.1.7", | ||
"pino": "8.14.1", | ||
"pino-pretty": "10.0.1", | ||
"pino": "8.14.2", | ||
"pino-pretty": "10.2.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "7.45.1", | ||
"stripe": "12.12.0", | ||
"react-hook-form": "7.45.2", | ||
"stripe": "12.16.0", | ||
"stripe-event-types": "2.4.0", | ||
"urql": "3.0.4", | ||
"uuidv7": "0.5.3", | ||
"vite": "4.4.3", | ||
"vitest": "0.33.0", | ||
"webpack": "5.88.1", | ||
"uuidv7": "0.5.4", | ||
"vite": "4.4.8", | ||
"vitest": "0.34.1", | ||
"webpack": "5.88.2", | ||
"yup": "1.2.0", | ||
"zod": "3.21.4", | ||
"zustand": "4.3.9" | ||
"zustand": "4.4.0" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "2.26.2", | ||
"@graphql-codegen/add": "5.0.0", | ||
"@graphql-codegen/cli": "4.0.1", | ||
"@graphql-codegen/cli": "5.0.0", | ||
"@graphql-codegen/introspection": "4.0.0", | ||
"@graphql-codegen/typed-document-node": "5.0.1", | ||
"@graphql-codegen/typescript": "4.0.1", | ||
"@graphql-codegen/typescript-operations": "4.0.1", | ||
"@graphql-codegen/typescript-urql": "3.7.3", | ||
"@graphql-codegen/urql-introspection": "2.2.1", | ||
"@graphql-typed-document-node/core": "3.2.0", | ||
"@next/env": "13.4.9", | ||
"@pollyjs/adapter-fetch": "6.0.5", | ||
"@pollyjs/adapter-node-http": "6.0.5", | ||
"@pollyjs/core": "6.0.5", | ||
"@pollyjs/persister-fs": "6.0.5", | ||
"@next/env": "13.4.12", | ||
"@pollyjs/adapter-fetch": "6.0.6", | ||
"@pollyjs/adapter-node-http": "6.0.6", | ||
"@pollyjs/core": "6.0.6", | ||
"@pollyjs/persister-fs": "6.0.6", | ||
"@saleor/eslint-plugin-saleor-app": "0.1.2", | ||
"@saleor/json-schema-compiler": "0.1.2", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/jest-dom": "5.17.0", | ||
"@testing-library/react": "14.0.0", | ||
"@testing-library/react-hooks": "8.0.1", | ||
"@types/bluebird": "3.5.38", | ||
"@types/lodash-es": "4.17.8", | ||
"@types/node": "20.4.2", | ||
"@types/node": "20.4.6", | ||
"@types/omit-deep-lodash": "1.1.1", | ||
"@types/react": "18.2.15", | ||
"@types/react": "18.2.18", | ||
"@types/react-dom": "18.2.7", | ||
"@types/setup-polly-jest": "0.5.2", | ||
"@types/testing-library__jest-dom": "5.14.7", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"@types/testing-library__jest-dom": "5.14.9", | ||
"@typescript-eslint/eslint-plugin": "6.2.1", | ||
"@typescript-eslint/parser": "6.2.1", | ||
"@vanilla-extract/vite-plugin": "3.8.2", | ||
"@vitest/coverage-v8": "0.33.0", | ||
"dependency-cruiser": "13.1.0", | ||
"eslint": "8.44.0", | ||
"eslint-config-next": "13.4.9", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"@vitest/coverage-v8": "0.34.1", | ||
"dependency-cruiser": "13.1.1", | ||
"eslint": "8.46.0", | ||
"eslint-config-next": "13.4.12", | ||
"eslint-config-prettier": "8.10.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-require-form-method": "1.0.2", | ||
"eslint-plugin-testing-library": "5.11.0", | ||
"eslint-plugin-vitest": "0.2.6", | ||
"eslint-plugin-vitest": "0.2.8", | ||
"husky": "8.0.3", | ||
"lint-staged": "13.2.3", | ||
"next-test-api-route-handler": "3.1.8", | ||
"prettier": "3.0.0", | ||
"prettier": "3.0.1", | ||
"setup-polly-jest": "0.11.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.6", | ||
|
@@ -138,13 +138,11 @@ | |
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@types/[email protected].7": "patches/@[email protected].7.patch" | ||
"@types/[email protected].9": "patches/@[email protected].9.patch" | ||
}, | ||
"overrides": { | ||
"@urql/exchange-auth>@urql/core": "3.2.2" | ||
"@urql/exchange-auth>@urql/core": "3.2.2", | ||
"@typescript-eslint/parser": "$@typescript-eslint/parser" | ||
} | ||
}, | ||
"volta": { | ||
"node": "18.16.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.