@evolu/react-native 14.1.1 → 14.3.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 (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/react-native",
3
- "version": "14.1.1",
3
+ "version": "14.3.0",
4
4
  "description": "Evolu for React Native and Expo",
5
5
  "keywords": [
6
6
  "evolu",
@@ -73,16 +73,15 @@
73
73
  "react-native-nitro-modules": "^0.31.2",
74
74
  "react-native-sensitive-info": "^6.0.0-rc.8",
75
75
  "react-native-svg": "^15.14.0",
76
- "shx": "^0.4.0",
77
76
  "typescript": "^5.9.2",
78
77
  "vitest": "^4.0.4",
79
- "@evolu/common": "7.2.1",
80
- "@evolu/react": "10.2.1",
78
+ "@evolu/common": "7.4.0",
79
+ "@evolu/react": "10.4.0",
81
80
  "@evolu/tsconfig": "0.0.2"
82
81
  },
83
82
  "peerDependencies": {
84
- "@evolu/common": "^7.2.1",
85
- "@evolu/react": "^10.2.1",
83
+ "@evolu/common": "^7.4.0",
84
+ "@evolu/react": "^10.4.0",
86
85
  "@op-engineering/op-sqlite": ">=12",
87
86
  "expo": ">=54",
88
87
  "expo-secure-store": ">=15",
@@ -124,8 +123,8 @@
124
123
  "sideEffects": [],
125
124
  "scripts": {
126
125
  "dev": "tsc --watch",
127
- "build": "shx rm -rf dist && tsc",
128
- "clean": "shx rm -rf .turbo node_modules dist",
126
+ "build": "rimraf dist && tsc",
127
+ "clean": "rimraf .turbo node_modules dist",
129
128
  "format": "prettier --write \"src/*.{ts,tsx,md}\""
130
129
  }
131
130
  }