@graphcommerce/mollie-magento-payment 3.4.9 → 3.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.4.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1598](https://github.com/graphcommerce-org/graphcommerce/pull/1598) [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b) Thanks [@paales](https://github.com/paales)! - Upgraded dependencies
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`1f7ee6f6c`](https://github.com/graphcommerce-org/graphcommerce/commit/1f7ee6f6cfb28544439ed36e10929ac530d1b2b7), [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b)]:
|
|
10
|
+
- @graphcommerce/next-ui@4.21.0
|
|
11
|
+
- @graphcommerce/graphql@3.4.6
|
|
12
|
+
- @graphcommerce/graphql-mesh@4.1.7
|
|
13
|
+
- @graphcommerce/magento-cart@4.6.9
|
|
14
|
+
- @graphcommerce/magento-cart-payment-method@3.4.12
|
|
15
|
+
- @graphcommerce/magento-store@4.2.27
|
|
16
|
+
- @graphcommerce/image@3.1.8
|
|
17
|
+
|
|
18
|
+
## 3.4.11
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
|
|
23
|
+
- @graphcommerce/next-ui@4.20.0
|
|
24
|
+
- @graphcommerce/magento-cart@4.6.8
|
|
25
|
+
- @graphcommerce/magento-cart-payment-method@3.4.11
|
|
26
|
+
- @graphcommerce/magento-store@4.2.26
|
|
27
|
+
|
|
28
|
+
## 3.4.10
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`b6d3a3c13`](https://github.com/graphcommerce-org/graphcommerce/commit/b6d3a3c13ea63ef0f691f497507f07c0e094de5b)]:
|
|
33
|
+
- @graphcommerce/next-ui@4.19.0
|
|
34
|
+
- @graphcommerce/magento-cart@4.6.7
|
|
35
|
+
- @graphcommerce/magento-cart-payment-method@3.4.10
|
|
36
|
+
- @graphcommerce/magento-store@4.2.25
|
|
37
|
+
|
|
3
38
|
## 3.4.9
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/mollie-magento-payment",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.4.
|
|
5
|
+
"version": "3.4.12",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,30 +12,29 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "3.3.
|
|
17
|
-
"@graphcommerce/magento-product": "4.4.
|
|
18
|
-
"@graphcommerce/magento-product-configurable": "4.1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.10",
|
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.3.9",
|
|
17
|
+
"@graphcommerce/magento-product": "4.4.25",
|
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.1.32",
|
|
19
19
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
|
20
20
|
"@graphcommerce/typescript-config-pwa": "^4.0.4",
|
|
21
21
|
"@playwright/test": "^1.21.1",
|
|
22
22
|
"type-fest": "^2.12.2"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@graphcommerce/graphql": "3.4.
|
|
26
|
-
"@graphcommerce/graphql-mesh": "4.1.
|
|
27
|
-
"@graphcommerce/image": "3.1.
|
|
28
|
-
"@graphcommerce/magento-cart": "4.6.
|
|
29
|
-
"@graphcommerce/magento-cart-payment-method": "3.4.
|
|
30
|
-
"@graphcommerce/magento-store": "4.2.
|
|
31
|
-
"@graphcommerce/next-ui": "4.
|
|
25
|
+
"@graphcommerce/graphql": "3.4.6",
|
|
26
|
+
"@graphcommerce/graphql-mesh": "4.1.7",
|
|
27
|
+
"@graphcommerce/image": "3.1.8",
|
|
28
|
+
"@graphcommerce/magento-cart": "4.6.9",
|
|
29
|
+
"@graphcommerce/magento-cart-payment-method": "3.4.12",
|
|
30
|
+
"@graphcommerce/magento-store": "4.2.27",
|
|
31
|
+
"@graphcommerce/next-ui": "4.21.0",
|
|
32
32
|
"@graphcommerce/react-hook-form": "3.3.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@lingui/react": "^3.13.2",
|
|
36
36
|
"@lingui/core": "^3.13.2",
|
|
37
37
|
"@mui/material": "5.5.3",
|
|
38
|
-
"framer-motion": "^6.2.4",
|
|
39
38
|
"next": "^12.1.2",
|
|
40
39
|
"react": "^17.0.1",
|
|
41
40
|
"react-dom": "^17.0.1"
|