@commercetools-frontend/babel-preset-mc-app 20.12.1 → 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 +8 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 20.12.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/babel-preset-mc-app",
|
|
3
|
-
"version": "20.12.
|
|
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": {
|
|
@@ -17,30 +17,30 @@
|
|
|
17
17
|
"main": "./index.js",
|
|
18
18
|
"module": "./index.js",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@babel/core": "7.16.
|
|
21
|
-
"@babel/plugin-proposal-class-properties": "7.16.
|
|
22
|
-
"@babel/plugin-proposal-do-expressions": "7.16.
|
|
23
|
-
"@babel/plugin-proposal-export-default-from": "7.16.
|
|
24
|
-
"@babel/plugin-proposal-export-namespace-from": "7.16.
|
|
25
|
-
"@babel/plugin-proposal-logical-assignment-operators": "7.16.
|
|
26
|
-
"@babel/plugin-proposal-object-rest-spread": "7.16.
|
|
27
|
-
"@babel/plugin-transform-classes": "7.16.
|
|
28
|
-
"@babel/plugin-transform-destructuring": "7.16.
|
|
29
|
-
"@babel/plugin-transform-react-display-name": "7.16.
|
|
30
|
-
"@babel/plugin-transform-regenerator": "7.16.
|
|
31
|
-
"@babel/plugin-transform-runtime": "7.16.
|
|
32
|
-
"@babel/preset-env": "7.16.
|
|
33
|
-
"@babel/preset-react": "7.16.
|
|
34
|
-
"@babel/preset-typescript": "7.16.
|
|
35
|
-
"@babel/runtime": "7.16.
|
|
36
|
-
"@babel/runtime-corejs3": "7.16.
|
|
37
|
-
"@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",
|
|
38
38
|
"@emotion/babel-preset-css-prop": "11.2.0",
|
|
39
39
|
"babel-plugin-dev-expression": "0.2.3",
|
|
40
40
|
"babel-plugin-lodash": "3.3.4",
|
|
41
41
|
"babel-plugin-macros": "3.1.0",
|
|
42
42
|
"babel-plugin-preval": "5.0.0",
|
|
43
43
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
44
|
-
"core-js": "3.
|
|
44
|
+
"core-js": "3.20.0"
|
|
45
45
|
}
|
|
46
46
|
}
|