@ornikar/jest-config-react-native 14.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0 → 15.0.1-canary.e205608dafa84286a2bfb9f872b7f3fb49d4c668.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 +14 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [14.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@14.0.0...@ornikar/jest-config-react-native@14.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0) (2025-08-05)
6
+ ## [15.0.1-canary.e205608dafa84286a2bfb9f872b7f3fb49d4c668.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@15.0.0...@ornikar/jest-config-react-native@15.0.1-canary.e205608dafa84286a2bfb9f872b7f3fb49d4c668.0) (2025-08-11)
7
7
 
8
8
 
9
9
  ### Features
@@ -18,6 +18,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
18
18
 
19
19
 
20
20
 
21
+ ## [15.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@14.0.0...@ornikar/jest-config-react-native@15.0.0) (2025-08-11)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * upgrade to Expo 51 [no issue] (#1124)
27
+
28
+ ### Features
29
+
30
+ * upgrade to Expo 51 [no issue] ([#1124](https://github.com/ornikar/shared-configs/issues/1124)) ([23b63bf](https://github.com/ornikar/shared-configs/commit/23b63bf48651cf4ba1906462384d3f77497f87fc))
31
+
32
+
33
+
21
34
  ## [14.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@13.0.0...@ornikar/jest-config-react-native@14.0.0) (2025-07-10)
22
35
 
23
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "14.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0",
3
+ "version": "15.0.1-canary.e205608dafa84286a2bfb9f872b7f3fb49d4c668.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -21,8 +21,8 @@
21
21
  "jest": "^30.0.0",
22
22
  "jest-environment-jsdom": "^30.0.0",
23
23
  "jest-expo": "^52.0.6",
24
- "react": "^18.2.0",
25
- "react-dom": "^18.2.0",
24
+ "react": "^18.3.1",
25
+ "react-dom": "^18.3.1",
26
26
  "react-native": ">=0.76"
27
27
  },
28
28
  "peerDependenciesMeta": {
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@ornikar/jest-config-react": "16.0.1-canary.fd635d377f62a0eb42c322c846575410147499cc.0",
46
+ "@ornikar/jest-config-react": "17.0.1-canary.e205608dafa84286a2bfb9f872b7f3fb49d4c668.0",
47
47
  "@sucrase/jest-plugin": "^3.0.0",
48
48
  "sucrase": "^3.34.0"
49
49
  },