@commercetools-frontend/babel-preset-mc-app 20.9.4 → 20.10.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +10 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @commercetools-frontend/babel-preset-mc-app
2
2
 
3
+ ## 20.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ ## 20.10.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
15
+ ## 20.10.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2362](https://github.com/commercetools/merchant-center-application-kit/pull/2362) [`f6b3ae02`](https://github.com/commercetools/merchant-center-application-kit/commit/f6b3ae02133927642976f976d2d2fd5eb675ce84) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
20
+
21
+ ## 20.10.1
22
+
23
+ ### Patch Changes
24
+
25
+ - [#2348](https://github.com/commercetools/merchant-center-application-kit/pull/2348) [`3247e604`](https://github.com/commercetools/merchant-center-application-kit/commit/3247e6048533a72c9f64cd316621dd51471cd1a8) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
26
+
27
+ * [#2342](https://github.com/commercetools/merchant-center-application-kit/pull/2342) [`91ba0910`](https://github.com/commercetools/merchant-center-application-kit/commit/91ba0910ce09ab7f3552fd381983724a63d7243d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
28
+
29
+ - [#2356](https://github.com/commercetools/merchant-center-application-kit/pull/2356) [`e34fe076`](https://github.com/commercetools/merchant-center-application-kit/commit/e34fe076aab6681cdcc54622d84123f2c22020e6) Thanks [@ByronDWall](https://github.com/ByronDWall)! - set node version to 16.8 in nvmrc to avoid a bug in node/v8
30
+
3
31
  ## 20.9.4
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/babel-preset-mc-app",
3
- "version": "20.9.4",
3
+ "version": "20.10.6",
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.15.0",
20
+ "@babel/core": "7.15.8",
23
21
  "@babel/plugin-proposal-class-properties": "7.14.5",
24
22
  "@babel/plugin-proposal-do-expressions": "7.14.5",
25
23
  "@babel/plugin-proposal-export-default-from": "7.14.5",
26
24
  "@babel/plugin-proposal-export-namespace-from": "7.14.5",
27
25
  "@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
28
- "@babel/plugin-proposal-object-rest-spread": "7.14.7",
29
- "@babel/plugin-transform-classes": "7.14.9",
26
+ "@babel/plugin-proposal-object-rest-spread": "7.15.6",
27
+ "@babel/plugin-transform-classes": "7.15.4",
30
28
  "@babel/plugin-transform-destructuring": "7.14.7",
31
29
  "@babel/plugin-transform-react-display-name": "7.15.1",
32
30
  "@babel/plugin-transform-regenerator": "7.14.5",
33
- "@babel/plugin-transform-runtime": "7.15.0",
34
- "@babel/preset-env": "7.15.0",
31
+ "@babel/plugin-transform-runtime": "7.15.8",
32
+ "@babel/preset-env": "7.15.8",
35
33
  "@babel/preset-react": "7.14.5",
36
34
  "@babel/preset-typescript": "7.15.0",
37
- "@babel/runtime": "7.14.8",
38
- "@babel/runtime-corejs3": "7.14.9",
35
+ "@babel/runtime": "7.15.4",
36
+ "@babel/runtime-corejs3": "7.15.4",
39
37
  "@emotion/babel-plugin": "11.3.0",
40
38
  "@emotion/babel-preset-css-prop": "11.2.0",
41
- "babel-plugin-dev-expression": "0.2.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.16.1"
44
+ "core-js": "3.19.0"
47
45
  }
48
46
  }