@graphcommerce/magento-payment-braintree 9.0.0-canary.104 → 9.0.0-canary.105

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.105
4
+
3
5
  ## 9.0.0-canary.104
4
6
 
5
7
  ## 9.0.0-canary.103
@@ -619,7 +621,7 @@
619
621
  All occurences of `<Trans>` and `t` need to be replaced:
620
622
 
621
623
  ```tsx
622
- import { Trans, t } from '@lingui/macro'
624
+ import { t, Trans } from '@lingui/macro'
623
625
 
624
626
  function MyComponent() {
625
627
  const foo = 'bar'
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": "9.0.0-canary.104",
5
+ "version": "9.0.0-canary.105",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,19 +18,19 @@
18
18
  "braintree-web": "^3.109.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.104",
22
- "@graphcommerce/graphql": "^9.0.0-canary.104",
23
- "@graphcommerce/image": "^9.0.0-canary.104",
24
- "@graphcommerce/magento-cart": "^9.0.0-canary.104",
25
- "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.104",
26
- "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.104",
27
- "@graphcommerce/magento-product": "^9.0.0-canary.104",
28
- "@graphcommerce/magento-product-configurable": "^9.0.0-canary.104",
29
- "@graphcommerce/magento-store": "^9.0.0-canary.104",
30
- "@graphcommerce/next-ui": "^9.0.0-canary.104",
31
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.104",
32
- "@graphcommerce/react-hook-form": "^9.0.0-canary.104",
33
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.104",
21
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.105",
22
+ "@graphcommerce/graphql": "^9.0.0-canary.105",
23
+ "@graphcommerce/image": "^9.0.0-canary.105",
24
+ "@graphcommerce/magento-cart": "^9.0.0-canary.105",
25
+ "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.105",
26
+ "@graphcommerce/magento-cart-shipping-address": "^9.0.0-canary.105",
27
+ "@graphcommerce/magento-product": "^9.0.0-canary.105",
28
+ "@graphcommerce/magento-product-configurable": "^9.0.0-canary.105",
29
+ "@graphcommerce/magento-store": "^9.0.0-canary.105",
30
+ "@graphcommerce/next-ui": "^9.0.0-canary.105",
31
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.105",
32
+ "@graphcommerce/react-hook-form": "^9.0.0-canary.105",
33
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.105",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",