@commercetools-frontend/create-mc-app 21.12.0 → 21.13.0
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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @commercetools-frontend/create-mc-app
|
|
2
2
|
|
|
3
|
+
## 21.13.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2761](https://github.com/commercetools/merchant-center-application-kit/pull/2761) [`d012420e5`](https://github.com/commercetools/merchant-center-application-kit/commit/d012420e563b34a1678693f19905bdd79b2317e2) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update all dependencies
|
|
8
|
+
|
|
3
9
|
## 21.12.0
|
|
4
10
|
|
|
5
11
|
## 21.11.0
|
|
@@ -665,7 +665,7 @@ function _processOptions() {
|
|
|
665
665
|
|
|
666
666
|
var pkgJson = {
|
|
667
667
|
name: "@commercetools-frontend/create-mc-app",
|
|
668
|
-
version: "21.
|
|
668
|
+
version: "21.13.0",
|
|
669
669
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
670
670
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
671
671
|
repository: {
|
|
@@ -694,7 +694,7 @@ var pkgJson = {
|
|
|
694
694
|
cac: "6.7.12",
|
|
695
695
|
execa: "5.1.1",
|
|
696
696
|
listr2: "4.0.5",
|
|
697
|
-
prettier: "2.
|
|
697
|
+
prettier: "2.7.1",
|
|
698
698
|
rcfile: "1.0.3",
|
|
699
699
|
semver: "7.3.7"
|
|
700
700
|
},
|
|
@@ -660,7 +660,7 @@ function _processOptions() {
|
|
|
660
660
|
|
|
661
661
|
var pkgJson = {
|
|
662
662
|
name: "@commercetools-frontend/create-mc-app",
|
|
663
|
-
version: "21.
|
|
663
|
+
version: "21.13.0",
|
|
664
664
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
665
665
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
666
666
|
repository: {
|
|
@@ -689,7 +689,7 @@ var pkgJson = {
|
|
|
689
689
|
cac: "6.7.12",
|
|
690
690
|
execa: "5.1.1",
|
|
691
691
|
listr2: "4.0.5",
|
|
692
|
-
prettier: "2.
|
|
692
|
+
prettier: "2.7.1",
|
|
693
693
|
rcfile: "1.0.3",
|
|
694
694
|
semver: "7.3.7"
|
|
695
695
|
},
|
|
@@ -637,7 +637,7 @@ function _processOptions() {
|
|
|
637
637
|
|
|
638
638
|
var pkgJson = {
|
|
639
639
|
name: "@commercetools-frontend/create-mc-app",
|
|
640
|
-
version: "21.
|
|
640
|
+
version: "21.13.0",
|
|
641
641
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
642
642
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
643
643
|
repository: {
|
|
@@ -666,7 +666,7 @@ var pkgJson = {
|
|
|
666
666
|
cac: "6.7.12",
|
|
667
667
|
execa: "5.1.1",
|
|
668
668
|
listr2: "4.0.5",
|
|
669
|
-
prettier: "2.
|
|
669
|
+
prettier: "2.7.1",
|
|
670
670
|
rcfile: "1.0.3",
|
|
671
671
|
semver: "7.3.7"
|
|
672
672
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.13.0",
|
|
4
4
|
"description": "Create Merchant Center applications to quickly get up and running",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"cac": "6.7.12",
|
|
25
25
|
"execa": "5.1.1",
|
|
26
26
|
"listr2": "4.0.5",
|
|
27
|
-
"prettier": "2.
|
|
27
|
+
"prettier": "2.7.1",
|
|
28
28
|
"rcfile": "1.0.3",
|
|
29
29
|
"semver": "7.3.7"
|
|
30
30
|
},
|