@ornikar/jest-config-react-native 7.4.0 → 7.4.1

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 +11 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.4.1](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@7.4.0...@ornikar/jest-config-react-native@7.4.1) (2023-03-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **jest-config-react-native:** mark jest-environment-jsdom as optional ([2be6c62](https://github.com/ornikar/shared-configs/commit/2be6c627cab5ecdca119568c6f03527b5ec5a695))
12
+
13
+
14
+
15
+
16
+
6
17
  # [7.4.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@7.3.3...@ornikar/jest-config-react-native@7.4.0) (2023-02-09)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -30,6 +30,9 @@
30
30
  "@testing-library/react-native": {
31
31
  "optional": true
32
32
  },
33
+ "jest-environment-jsdom": {
34
+ "optional": true
35
+ },
33
36
  "react-native": {
34
37
  "optional": true
35
38
  }
@@ -48,5 +51,5 @@
48
51
  "scripts": {
49
52
  "lint:eslint": "yarn ../.. eslint --report-unused-disable-directives --quiet @ornikar/jest-config-react-native"
50
53
  },
51
- "gitHead": "d97559a907358ca61e45358ce22e7744863ba2e2"
54
+ "gitHead": "3db121475fb362c7d118489c2118176e14b49a47"
52
55
  }