@graphcommerce/magento-payment-braintree 6.2.0-canary.87 → 6.2.0-canary.89

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.89
4
+
5
+ ## 6.2.0-canary.88
6
+
3
7
  ## 6.2.0-canary.87
4
8
 
5
9
  ## 6.2.0-canary.86
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-braintree",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.87",
5
+ "version": "6.2.0-canary.89",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.87",
16
- "@graphcommerce/magento-cart-shipping-address": "6.2.0-canary.87",
17
- "@graphcommerce/magento-product": "6.2.0-canary.87",
18
- "@graphcommerce/magento-product-configurable": "6.2.0-canary.87",
19
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.87",
20
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.87",
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.89",
16
+ "@graphcommerce/magento-cart-shipping-address": "6.2.0-canary.89",
17
+ "@graphcommerce/magento-product": "6.2.0-canary.89",
18
+ "@graphcommerce/magento-product-configurable": "6.2.0-canary.89",
19
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.89",
20
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.89",
21
21
  "@types/braintree-web": "^3.75.20"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "6.2.0-canary.87",
25
- "@graphcommerce/image": "6.2.0-canary.87",
26
- "@graphcommerce/magento-cart": "6.2.0-canary.87",
27
- "@graphcommerce/magento-cart-payment-method": "6.2.0-canary.87",
28
- "@graphcommerce/magento-store": "6.2.0-canary.87",
29
- "@graphcommerce/next-ui": "6.2.0-canary.87",
30
- "@graphcommerce/react-hook-form": "6.2.0-canary.87",
24
+ "@graphcommerce/graphql": "6.2.0-canary.89",
25
+ "@graphcommerce/image": "6.2.0-canary.89",
26
+ "@graphcommerce/magento-cart": "6.2.0-canary.89",
27
+ "@graphcommerce/magento-cart-payment-method": "6.2.0-canary.89",
28
+ "@graphcommerce/magento-store": "6.2.0-canary.89",
29
+ "@graphcommerce/next-ui": "6.2.0-canary.89",
30
+ "@graphcommerce/react-hook-form": "6.2.0-canary.89",
31
31
  "braintree-web": "^3.95.0-beta-3ds.1"
32
32
  },
33
33
  "peerDependencies": {
@@ -1,9 +1,10 @@
1
+ /* eslint-disable import/no-extraneous-dependencies */
1
2
  /* eslint-disable @typescript-eslint/no-non-null-assertion */
2
3
  import { waitForGraphQlResponse } from '@graphcommerce/graphql/test/apolloClient.fixture'
3
4
  import { PaymentMethodPlaceOrderNoopDocument } from '@graphcommerce/magento-cart-payment-method/PaymentMethodPlaceOrderNoop/PaymentMethodPlaceOrderNoop.gql'
4
5
  import { fillShippingAddressForm } from '@graphcommerce/magento-cart-shipping-address/test/fillShippingAddressForm'
5
- import { addConfigurableProductToCart } from '@graphcommerce/magento-product-configurable/test/addConfigurableProductToCart'
6
6
  import { test } from '@graphcommerce/magento-product/test/productURL.fixture'
7
+ import { addConfigurableProductToCart } from '@graphcommerce/magento-product-configurable/test/addConfigurableProductToCart'
7
8
  import { expect } from '@playwright/test'
8
9
 
9
10
  test('place order', async ({ page, productURL }) => {
@@ -1,9 +1,10 @@
1
+ /* eslint-disable import/no-extraneous-dependencies */
1
2
  /* eslint-disable @typescript-eslint/no-non-null-assertion */
2
3
  import { waitForGraphQlResponse } from '@graphcommerce/graphql/test/apolloClient.fixture'
3
4
  import { PaymentMethodPlaceOrderNoopDocument } from '@graphcommerce/magento-cart-payment-method/PaymentMethodPlaceOrderNoop/PaymentMethodPlaceOrderNoop.gql'
4
5
  import { goToPayment } from '@graphcommerce/magento-cart-payment-method/test/goToPayment'
5
- import { addConfigurableProductToCart } from '@graphcommerce/magento-product-configurable/test/addConfigurableProductToCart'
6
6
  import { test } from '@graphcommerce/magento-product/test/productURL.fixture'
7
+ import { addConfigurableProductToCart } from '@graphcommerce/magento-product-configurable/test/addConfigurableProductToCart'
7
8
  import { expect } from '@playwright/test'
8
9
 
9
10
  test('place order ideal', async ({ page, productURL, apolloClient, locale }) => {