|
1 | 1 | { |
2 | 2 | "name": "new.expensify", |
3 | | - "version": "9.1.89-1", |
| 3 | + "version": "9.1.89-5", |
4 | 4 | "author": "Expensify, Inc.", |
5 | 5 | "homepage": "https://new.expensify.com", |
6 | 6 | "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", |
|
46 | 46 | "test:debug": "TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand", |
47 | 47 | "perf-test": "NODE_OPTIONS=--experimental-vm-modules npx reassure", |
48 | 48 | "typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc", |
49 | | - "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=314 --cache --cache-location=node_modules/.cache/eslint", |
| 49 | + "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=313 --cache --cache-location=node_modules/.cache/eslint", |
50 | 50 | "lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh", |
51 | 51 | "lint-watch": "npx eslint-watch --watch --changed", |
52 | 52 | "shellcheck": "./scripts/shellCheck.sh", |
|
179 | 179 | "react-native-modal": "^13.0.0", |
180 | 180 | "react-native-nitro-modules": "0.26.2", |
181 | 181 | "react-native-nitro-sqlite": "9.1.10", |
182 | | - "react-native-onyx": "2.0.130", |
| 182 | + "react-native-onyx": "2.0.127", |
183 | 183 | "react-native-pager-view": "6.5.3", |
184 | 184 | "react-native-pdf": "6.7.3", |
185 | 185 | "react-native-performance": "^5.1.4", |
|
0 commit comments