@commercetools-frontend/create-mc-app 22.26.0 → 22.28.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,17 @@
|
|
|
1
1
|
# @commercetools-frontend/create-mc-app
|
|
2
2
|
|
|
3
|
+
## 22.28.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3533](https://github.com/commercetools/merchant-center-application-kit/pull/3533) [`146cf67`](https://github.com/commercetools/merchant-center-application-kit/commit/146cf672eb15a7b4d858c54d6a01f92d0437a86f) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies
|
|
8
|
+
|
|
9
|
+
## 22.27.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#3468](https://github.com/commercetools/merchant-center-application-kit/pull/3468) [`4ab4bf6`](https://github.com/commercetools/merchant-center-application-kit/commit/4ab4bf6035d3c8b419fd439ca445c8f971ea2fc9) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
|
|
14
|
+
|
|
3
15
|
## 22.26.0
|
|
4
16
|
|
|
5
17
|
## 22.25.1
|
|
@@ -71,7 +71,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
71
71
|
|
|
72
72
|
var pkgJson = {
|
|
73
73
|
name: "@commercetools-frontend/create-mc-app",
|
|
74
|
-
version: "22.
|
|
74
|
+
version: "22.28.0",
|
|
75
75
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
76
76
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
77
77
|
repository: {
|
|
@@ -103,7 +103,7 @@ var pkgJson = {
|
|
|
103
103
|
execa: "5.1.1",
|
|
104
104
|
listr2: "5.0.8",
|
|
105
105
|
prettier: "2.8.8",
|
|
106
|
-
semver: "7.6.
|
|
106
|
+
semver: "7.6.2"
|
|
107
107
|
},
|
|
108
108
|
devDependencies: {
|
|
109
109
|
"@tsconfig/node16": "^16.1.1"
|
|
@@ -71,7 +71,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
71
71
|
|
|
72
72
|
var pkgJson = {
|
|
73
73
|
name: "@commercetools-frontend/create-mc-app",
|
|
74
|
-
version: "22.
|
|
74
|
+
version: "22.28.0",
|
|
75
75
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
76
76
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
77
77
|
repository: {
|
|
@@ -103,7 +103,7 @@ var pkgJson = {
|
|
|
103
103
|
execa: "5.1.1",
|
|
104
104
|
listr2: "5.0.8",
|
|
105
105
|
prettier: "2.8.8",
|
|
106
|
-
semver: "7.6.
|
|
106
|
+
semver: "7.6.2"
|
|
107
107
|
},
|
|
108
108
|
devDependencies: {
|
|
109
109
|
"@tsconfig/node16": "^16.1.1"
|
|
@@ -35,7 +35,7 @@ import prettier from 'prettier';
|
|
|
35
35
|
|
|
36
36
|
var pkgJson = {
|
|
37
37
|
name: "@commercetools-frontend/create-mc-app",
|
|
38
|
-
version: "22.
|
|
38
|
+
version: "22.28.0",
|
|
39
39
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
40
40
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
41
41
|
repository: {
|
|
@@ -67,7 +67,7 @@ var pkgJson = {
|
|
|
67
67
|
execa: "5.1.1",
|
|
68
68
|
listr2: "5.0.8",
|
|
69
69
|
prettier: "2.8.8",
|
|
70
|
-
semver: "7.6.
|
|
70
|
+
semver: "7.6.2"
|
|
71
71
|
},
|
|
72
72
|
devDependencies: {
|
|
73
73
|
"@tsconfig/node16": "^16.1.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.28.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": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"execa": "5.1.1",
|
|
33
33
|
"listr2": "5.0.8",
|
|
34
34
|
"prettier": "2.8.8",
|
|
35
|
-
"semver": "7.6.
|
|
35
|
+
"semver": "7.6.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@tsconfig/node16": "^16.1.1"
|