@commercetools-frontend/babel-preset-mc-app 20.10.3 → 20.12.3
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 +26 -0
- package/package.json +21 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @commercetools-frontend/babel-preset-mc-app
|
|
2
2
|
|
|
3
|
+
## 20.12.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2433](https://github.com/commercetools/merchant-center-application-kit/pull/2433) [`d65e29e4`](https://github.com/commercetools/merchant-center-application-kit/commit/d65e29e4eea4d1809abaa8cc82cc246c681dfa27) Thanks [@emmenko](https://github.com/emmenko)! - Replace `ts-jest/utils` with `jest-mock`, for using the `mocked` function.
|
|
8
|
+
|
|
9
|
+
* [#2433](https://github.com/commercetools/merchant-center-application-kit/pull/2433) [`d65e29e4`](https://github.com/commercetools/merchant-center-application-kit/commit/d65e29e4eea4d1809abaa8cc82cc246c681dfa27) Thanks [@emmenko](https://github.com/emmenko)! - Update dependencies
|
|
10
|
+
|
|
11
|
+
## 20.12.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#2384](https://github.com/commercetools/merchant-center-application-kit/pull/2384) [`cf914004`](https://github.com/commercetools/merchant-center-application-kit/commit/cf9140043ade6edb3ee71a7558b757f5e19bee81) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
|
|
16
|
+
|
|
17
|
+
## 20.10.6
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#2386](https://github.com/commercetools/merchant-center-application-kit/pull/2386) [`d7fcf6fc`](https://github.com/commercetools/merchant-center-application-kit/commit/d7fcf6fc8495d4eae68e0a4f4c1f1b3e0e394454) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to Yarn v3
|
|
22
|
+
|
|
23
|
+
## 20.10.4
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#2380](https://github.com/commercetools/merchant-center-application-kit/pull/2380) [`7fa4d7d0`](https://github.com/commercetools/merchant-center-application-kit/commit/7fa4d7d0c560226eba69ccb73c4014879939e8da) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
|
|
28
|
+
|
|
3
29
|
## 20.10.3
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/babel-preset-mc-app",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.12.3",
|
|
4
4
|
"description": "Babel preset used by a MC application",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -11,38 +11,36 @@
|
|
|
11
11
|
"homepage": "https://docs.commercetools.com/custom-applications",
|
|
12
12
|
"keywords": ["javascript", "frontend", "react", "toolkit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
|
-
"scripts": {},
|
|
16
14
|
"publishConfig": {
|
|
17
15
|
"access": "public"
|
|
18
16
|
},
|
|
19
17
|
"main": "./index.js",
|
|
20
18
|
"module": "./index.js",
|
|
21
19
|
"dependencies": {
|
|
22
|
-
"@babel/core": "7.
|
|
23
|
-
"@babel/plugin-proposal-class-properties": "7.
|
|
24
|
-
"@babel/plugin-proposal-do-expressions": "7.
|
|
25
|
-
"@babel/plugin-proposal-export-default-from": "7.
|
|
26
|
-
"@babel/plugin-proposal-export-namespace-from": "7.
|
|
27
|
-
"@babel/plugin-proposal-logical-assignment-operators": "7.
|
|
28
|
-
"@babel/plugin-proposal-object-rest-spread": "7.
|
|
29
|
-
"@babel/plugin-transform-classes": "7.
|
|
30
|
-
"@babel/plugin-transform-destructuring": "7.
|
|
31
|
-
"@babel/plugin-transform-react-display-name": "7.
|
|
32
|
-
"@babel/plugin-transform-regenerator": "7.
|
|
33
|
-
"@babel/plugin-transform-runtime": "7.
|
|
34
|
-
"@babel/preset-env": "7.
|
|
35
|
-
"@babel/preset-react": "7.
|
|
36
|
-
"@babel/preset-typescript": "7.
|
|
37
|
-
"@babel/runtime": "7.
|
|
38
|
-
"@babel/runtime-corejs3": "7.
|
|
39
|
-
"@emotion/babel-plugin": "11.
|
|
20
|
+
"@babel/core": "7.16.5",
|
|
21
|
+
"@babel/plugin-proposal-class-properties": "7.16.5",
|
|
22
|
+
"@babel/plugin-proposal-do-expressions": "7.16.5",
|
|
23
|
+
"@babel/plugin-proposal-export-default-from": "7.16.5",
|
|
24
|
+
"@babel/plugin-proposal-export-namespace-from": "7.16.5",
|
|
25
|
+
"@babel/plugin-proposal-logical-assignment-operators": "7.16.5",
|
|
26
|
+
"@babel/plugin-proposal-object-rest-spread": "7.16.5",
|
|
27
|
+
"@babel/plugin-transform-classes": "7.16.5",
|
|
28
|
+
"@babel/plugin-transform-destructuring": "7.16.5",
|
|
29
|
+
"@babel/plugin-transform-react-display-name": "7.16.5",
|
|
30
|
+
"@babel/plugin-transform-regenerator": "7.16.5",
|
|
31
|
+
"@babel/plugin-transform-runtime": "7.16.5",
|
|
32
|
+
"@babel/preset-env": "7.16.5",
|
|
33
|
+
"@babel/preset-react": "7.16.5",
|
|
34
|
+
"@babel/preset-typescript": "7.16.5",
|
|
35
|
+
"@babel/runtime": "7.16.5",
|
|
36
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
37
|
+
"@emotion/babel-plugin": "11.7.1",
|
|
40
38
|
"@emotion/babel-preset-css-prop": "11.2.0",
|
|
41
|
-
"babel-plugin-dev-expression": "0.2.
|
|
39
|
+
"babel-plugin-dev-expression": "0.2.3",
|
|
42
40
|
"babel-plugin-lodash": "3.3.4",
|
|
43
41
|
"babel-plugin-macros": "3.1.0",
|
|
44
42
|
"babel-plugin-preval": "5.0.0",
|
|
45
43
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
46
|
-
"core-js": "3.
|
|
44
|
+
"core-js": "3.20.0"
|
|
47
45
|
}
|
|
48
46
|
}
|