|
8 | 8 | "ios": "react-native run-ios", |
9 | 9 | "bundle-install": "bundle install", |
10 | 10 | "pods": "cd ios && bundle exec pod install", |
11 | | - "typescript": "tsc --noEmit", |
| 11 | + "typecheck": "tsc --noEmit", |
12 | 12 | "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", |
13 | | - "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions", |
14 | 13 | "codegen": "bun react-native codegen" |
15 | 14 | }, |
16 | 15 | "dependencies": { |
|
24 | 23 | "react": "19.0.0", |
25 | 24 | "react-native": "0.78.0", |
26 | 25 | "react-native-nitro-modules": "0.27.2", |
27 | | - "react-native-nitro-sqlite": "9.1.11", |
| 26 | + "react-native-nitro-sqlite": "workspace:*", |
28 | 27 | "react-native-safe-area-context": "^5.2.0", |
29 | 28 | "react-native-screens": "^4.9.1", |
30 | 29 | "reflect-metadata": "^0.1.13", |
31 | 30 | "stream-browserify": "^3.0.0", |
32 | | - "typeorm": "^0.3.20", |
| 31 | + "typeorm": "0.3.20", |
33 | 32 | "util": "^0.12.5" |
34 | 33 | }, |
35 | 34 | "devDependencies": { |
36 | | - "@babel/core": "^7.25.2", |
| 35 | + "@babel/core": "^7.28.5", |
37 | 36 | "@babel/plugin-proposal-decorators": "^7.20.5", |
38 | 37 | "@babel/preset-env": "^7.25.4", |
39 | 38 | "@babel/runtime": "^7.25.4", |
40 | 39 | "@react-native-community/cli": "15.0.1", |
41 | 40 | "@react-native-community/cli-platform-android": "15.0.1", |
42 | 41 | "@react-native-community/cli-platform-ios": "15.0.1", |
43 | 42 | "@react-native/babel-preset": "0.78.0", |
44 | | - "@react-native/eslint-config": "0.78.0", |
| 43 | + "@react-native/eslint-config": "0.82.1", |
45 | 44 | "@react-native/metro-config": "0.78.0", |
46 | 45 | "@react-native/typescript-config": "0.78.0", |
47 | 46 | "@types/chai": "^4.3.4", |
|
0 commit comments