@ornikar/jest-config-react-native 11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0 → 11.1.1-canary.7fb7cc4846aea665801aaa7cae2b7d3c830c84eb.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 +11 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,12 +3,21 @@
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
- ## [11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.0.1...@ornikar/jest-config-react-native@11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0) (2024-01-30)
6
+ ## [11.1.1-canary.7fb7cc4846aea665801aaa7cae2b7d3c830c84eb.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.1.0...@ornikar/jest-config-react-native@11.1.1-canary.7fb7cc4846aea665801aaa7cae2b7d3c830c84eb.0) (2024-03-14)
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * base config extracted from insurance repository ([efa7ae0](https://github.com/ornikar/shared-configs/commit/efa7ae0754d4eeffde973b27b94c2832fcbd3e0b))
11
+ * **jest-config-react-native:** bump jest-expo ([7fb7cc4](https://github.com/ornikar/shared-configs/commit/7fb7cc4846aea665801aaa7cae2b7d3c830c84eb))
12
+
13
+
14
+
15
+ ## [11.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/jest-config-react-native@11.0.1...@ornikar/jest-config-react-native@11.1.0) (2024-02-16)
16
+
17
+
18
+ ### Features
19
+
20
+ * unify `jest` configs between insurance and education repositories [no issue] ([#1059](https://github.com/ornikar/shared-configs/issues/1059)) ([620d711](https://github.com/ornikar/shared-configs/commit/620d7119fd73231c6f8ba3c7066becb127ad4bfa))
12
21
 
13
22
 
14
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/jest-config-react-native",
3
- "version": "11.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0",
3
+ "version": "11.1.1-canary.7fb7cc4846aea665801aaa7cae2b7d3c830c84eb.0",
4
4
  "description": "✅⚛️📱 jest config for react-native",
5
5
  "repository": {
6
6
  "directory": "@ornikar/jest-config-react-native",
@@ -20,7 +20,7 @@
20
20
  "@testing-library/react-native": "^11.5.4 || ^12.1.2",
21
21
  "jest": "^29.5.0",
22
22
  "jest-environment-jsdom": "^29.5.0",
23
- "jest-expo": "^49.0.0",
23
+ "jest-expo": "^50.0.3",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0",
26
26
  "react-native": ">=0.72"
@@ -43,13 +43,13 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@ornikar/jest-config-react": "13.0.2-canary.efa7ae0754d4eeffde973b27b94c2832fcbd3e0b.0",
46
+ "@ornikar/jest-config-react": "13.0.2",
47
47
  "@sucrase/jest-plugin": "^3.0.0",
48
48
  "sucrase": "^3.34.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/react-native": "12.4.3",
52
- "jest-expo": "49.0.0",
52
+ "jest-expo": "50.0.3",
53
53
  "react": "18.2.0",
54
54
  "react-test-renderer": "18.2.0"
55
55
  },