@commercetools-frontend/babel-preset-mc-app 20.9.3 → 20.10.4

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @commercetools-frontend/babel-preset-mc-app
2
2
 
3
+ ## 20.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ ## 20.10.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
15
+ ## 20.10.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#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
20
+
21
+ * [#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
22
+
23
+ - [#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
24
+
25
+ ## 20.9.4
26
+
27
+ ### Patch Changes
28
+
29
+ - [#2336](https://github.com/commercetools/merchant-center-application-kit/pull/2336) [`8c6c13a7`](https://github.com/commercetools/merchant-center-application-kit/commit/8c6c13a79f91ea9476983e12c48ae834ca4640c1) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
30
+
3
31
  ## 20.9.3
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.3",
3
+ "version": "20.10.4",
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": {
@@ -19,30 +19,30 @@
19
19
  "main": "./index.js",
20
20
  "module": "./index.js",
21
21
  "dependencies": {
22
- "@babel/core": "7.14.8",
22
+ "@babel/core": "7.15.8",
23
23
  "@babel/plugin-proposal-class-properties": "7.14.5",
24
24
  "@babel/plugin-proposal-do-expressions": "7.14.5",
25
25
  "@babel/plugin-proposal-export-default-from": "7.14.5",
26
26
  "@babel/plugin-proposal-export-namespace-from": "7.14.5",
27
27
  "@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",
28
+ "@babel/plugin-proposal-object-rest-spread": "7.15.6",
29
+ "@babel/plugin-transform-classes": "7.15.4",
30
30
  "@babel/plugin-transform-destructuring": "7.14.7",
31
- "@babel/plugin-transform-react-display-name": "7.14.5",
31
+ "@babel/plugin-transform-react-display-name": "7.15.1",
32
32
  "@babel/plugin-transform-regenerator": "7.14.5",
33
- "@babel/plugin-transform-runtime": "7.14.5",
34
- "@babel/preset-env": "7.14.9",
33
+ "@babel/plugin-transform-runtime": "7.15.8",
34
+ "@babel/preset-env": "7.15.8",
35
35
  "@babel/preset-react": "7.14.5",
36
- "@babel/preset-typescript": "7.14.5",
37
- "@babel/runtime": "7.14.8",
38
- "@babel/runtime-corejs3": "7.14.9",
36
+ "@babel/preset-typescript": "7.15.0",
37
+ "@babel/runtime": "7.15.4",
38
+ "@babel/runtime-corejs3": "7.15.4",
39
39
  "@emotion/babel-plugin": "11.3.0",
40
40
  "@emotion/babel-preset-css-prop": "11.2.0",
41
- "babel-plugin-dev-expression": "0.2.2",
41
+ "babel-plugin-dev-expression": "0.2.3",
42
42
  "babel-plugin-lodash": "3.3.4",
43
43
  "babel-plugin-macros": "3.1.0",
44
44
  "babel-plugin-preval": "5.0.0",
45
45
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
46
- "core-js": "3.16.0"
46
+ "core-js": "3.19.0"
47
47
  }
48
48
  }