@commercetools-frontend/jest-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 +38 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @commercetools-frontend/jest-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
+ - Updated dependencies [[`7fa4d7d0`](https://github.com/commercetools/merchant-center-application-kit/commit/7fa4d7d0c560226eba69ccb73c4014879939e8da)]:
10
+ - @commercetools-frontend/babel-preset-mc-app@20.10.4
11
+
12
+ ## 20.10.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#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
17
+
18
+ - Updated dependencies [[`f6b3ae02`](https://github.com/commercetools/merchant-center-application-kit/commit/f6b3ae02133927642976f976d2d2fd5eb675ce84)]:
19
+ - @commercetools-frontend/babel-preset-mc-app@20.10.3
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
+
31
+ - Updated dependencies [[`3247e604`](https://github.com/commercetools/merchant-center-application-kit/commit/3247e6048533a72c9f64cd316621dd51471cd1a8), [`91ba0910`](https://github.com/commercetools/merchant-center-application-kit/commit/91ba0910ce09ab7f3552fd381983724a63d7243d), [`e34fe076`](https://github.com/commercetools/merchant-center-application-kit/commit/e34fe076aab6681cdcc54622d84123f2c22020e6)]:
32
+ - @commercetools-frontend/babel-preset-mc-app@20.10.1
33
+
34
+ ## 20.9.4
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`8c6c13a7`](https://github.com/commercetools/merchant-center-application-kit/commit/8c6c13a79f91ea9476983e12c48ae834ca4640c1)]:
39
+ - @commercetools-frontend/babel-preset-mc-app@20.9.4
40
+
3
41
  ## 20.9.3
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/jest-preset-mc-app",
3
- "version": "20.9.3",
3
+ "version": "20.10.4",
4
4
  "description": "Jest preset used by a MC application",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -19,26 +19,26 @@
19
19
  "main": "./jest-preset.js",
20
20
  "module": "./jest-preset.js",
21
21
  "dependencies": {
22
- "@commercetools-frontend/babel-preset-mc-app": "20.9.3",
22
+ "@commercetools-frontend/babel-preset-mc-app": "20.10.4",
23
23
  "@sheerun/mutationobserver-shim": "0.3.3",
24
24
  "@testing-library/jest-dom": "5.14.1",
25
- "babel-jest": "27.0.6",
25
+ "babel-jest": "27.3.1",
26
26
  "colors": "1.4.0",
27
- "cosmiconfig": "7.0.0",
27
+ "cosmiconfig": "7.0.1",
28
28
  "identity-obj-proxy": "3.0.0",
29
29
  "intl": "1.2.5",
30
- "jest-localstorage-mock": "2.4.14",
30
+ "jest-localstorage-mock": "2.4.18",
31
31
  "jest-silent-reporter": "0.5.0",
32
32
  "jest-transform-graphql": "2.1.0",
33
- "jest-watch-typeahead": "0.6.4",
33
+ "jest-watch-typeahead": "1.0.0",
34
34
  "make-plural": "6.2.2",
35
35
  "raf": "3.4.1",
36
36
  "setimmediate": "1.0.5",
37
- "ts-jest": "27.0.4",
37
+ "ts-jest": "27.0.7",
38
38
  "unfetch": "4.2.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@testing-library/react": "12.0.0",
42
- "jest": "27.0.6"
41
+ "@testing-library/react": "12.1.2",
42
+ "jest": "27.3.1"
43
43
  }
44
44
  }