@teardown/react-native 2.0.13 → 2.0.16

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 (1) hide show
  1. package/package.json +21 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teardown/react-native",
3
- "version": "2.0.13",
3
+ "version": "2.0.16",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,9 +50,9 @@
50
50
  "nuke": "cd ../../ && bun run nuke"
51
51
  },
52
52
  "dependencies": {
53
- "@teardown/ingest-api": "0.1.46",
54
- "@teardown/schemas": "0.1.46",
55
- "@teardown/types": "0.1.46",
53
+ "@teardown/ingest-api": "0.1.49",
54
+ "@teardown/schemas": "0.1.49",
55
+ "@teardown/types": "0.1.49",
56
56
  "eventemitter3": "^5.0.1",
57
57
  "react-native-get-random-values": "^2.0.0",
58
58
  "uuid": "^13.0.0",
@@ -63,25 +63,31 @@
63
63
  "@teardown/tsconfig": "1.0.0",
64
64
  "@types/bun": "latest",
65
65
  "@types/react": "*",
66
- "@types/uuid": "^11.0.0",
67
- "expo-updates": "^29.0.12"
66
+ "@types/uuid": "^11.0.0"
68
67
  },
69
68
  "peerDependencies": {
70
- "@react-native-async-storage/async-storage": "^1.21 || ^2.0",
71
- "expo-application": "*",
72
- "expo-device": "*",
73
- "expo-notifications": "*",
74
- "expo-secure-store": "*",
75
- "react": "*",
76
- "react-native": "*",
77
- "react-native-device-info": "^15",
69
+ "@react-native-async-storage/async-storage": "~2.0",
70
+ "expo-application": "~7",
71
+ "expo-device": "~8",
72
+ "expo-notifications": "~0.32",
73
+ "expo-secure-store": "~15",
74
+ "expo-updates": "~29",
75
+ "react": "~19",
76
+ "react-native": "~0.81",
77
+ "react-native-device-info": "~15",
78
78
  "react-native-mmkv": "^4",
79
- "typescript": "*"
79
+ "typescript": "~5"
80
80
  },
81
81
  "peerDependenciesMeta": {
82
82
  "@react-native-async-storage/async-storage": {
83
83
  "optional": true
84
84
  },
85
+ "react": {
86
+ "optional": true
87
+ },
88
+ "react-native": {
89
+ "optional": true
90
+ },
85
91
  "react-native-device-info": {
86
92
  "optional": true
87
93
  },