jazz-react-native 0.14.9 → 0.14.11

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > jazz-react-native@0.14.9 build /home/runner/_work/jazz/jazz/packages/jazz-react-native
2
+ > jazz-react-native@0.14.11 build /home/runner/_work/jazz/jazz/packages/jazz-react-native
3
3
  > rm -rf ./dist && tsc --sourceMap --outDir dist
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # jazz-browser
2
2
 
3
+ ## 0.14.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 98d697f: Remove react and react-native dev dependencies
8
+
9
+ ## 0.14.10
10
+
11
+ ### Patch Changes
12
+
13
+ - dc746a2: Make the react peerDependency definition more relaxed
14
+ - Updated dependencies [dc746a2]
15
+ - Updated dependencies [f869d9a]
16
+ - Updated dependencies [3fe6832]
17
+ - jazz-tools@0.14.10
18
+ - jazz-react-native-core@0.14.10
19
+
3
20
  ## 0.14.9
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-react-native",
3
- "version": "0.14.9",
3
+ "version": "0.14.11",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -30,17 +30,16 @@
30
30
  "react-native-mmkv": "^3.2.0",
31
31
  "cojson": "0.14.1",
32
32
  "cojson-storage": "0.14.1",
33
- "jazz-react-native-core": "0.14.9",
34
- "jazz-tools": "0.14.9"
33
+ "jazz-react-native-core": "0.14.10",
34
+ "jazz-tools": "0.14.10"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@react-native-community/netinfo": "*",
38
- "react-native": "*"
38
+ "react-native": "*",
39
+ "react": "*"
39
40
  },
40
41
  "devDependencies": {
41
42
  "@react-native-community/netinfo": "11.4.1",
42
- "react": "18.3.1",
43
- "react-native": "0.79.2",
44
43
  "typescript": "5.6.2"
45
44
  },
46
45
  "gitHead": "33c27053293b4801b968c61d5c4c989f93a67d13",