@commercetools-frontend/babel-preset-mc-app 22.41.0 → 22.42.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @commercetools-frontend/babel-preset-mc-app
2
2
 
3
+ ## 22.42.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3722](https://github.com/commercetools/merchant-center-application-kit/pull/3722) [`f4607a3`](https://github.com/commercetools/merchant-center-application-kit/commit/f4607a38465855904d59f4ef5c03796b78c3a669) Thanks [@emmenko](https://github.com/emmenko)! - Packages are built using the `bundler` option for TypeScript's `moduleResolution`.
8
+ This is the recommended option for libraries to have more optimized bundles and have better compatibility.
9
+
10
+ This also helps solving a compatibility issue with Emotion's version `11.14.0`.
11
+
3
12
  ## 22.41.0
4
13
 
5
14
  ## 22.40.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/babel-preset-mc-app",
3
- "version": "22.41.0",
3
+ "version": "22.42.0",
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": {
@@ -39,8 +39,8 @@
39
39
  "@babel/preset-typescript": "^7.22.15",
40
40
  "@babel/runtime": "^7.22.15",
41
41
  "@babel/runtime-corejs3": "^7.22.15",
42
- "@emotion/babel-plugin": "^11.11.0",
43
- "@emotion/babel-preset-css-prop": "^11.11.0",
42
+ "@emotion/babel-plugin": "^11.13.5",
43
+ "@emotion/babel-preset-css-prop": "^11.12.0",
44
44
  "babel-plugin-dev-expression": "^0.2.3",
45
45
  "babel-plugin-formatjs": "^10.5.25",
46
46
  "babel-plugin-lodash": "^3.3.4",