|
19 | 19 | "homepage": "https://github.com/margelo/react-native-nitro-sqlite#readme", |
20 | 20 | "scripts": { |
21 | 21 | "postinstall": "patch-package", |
22 | | - "typescript": "bun --filter=\"**\" typescript", |
| 22 | + "typecheck": "bun --filter=\"**\" typecheck", |
23 | 23 | "lint": "bun package lint && bun example lint", |
24 | 24 | "lint-cpp": "./scripts/clang-format.sh", |
25 | 25 | "prettier": "prettier --write .", |
|
35 | 35 | "react-native-nitro-modules": "0.27.2" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/core": "^7.25.2", |
| 38 | + "@babel/core": "^7.28.5", |
39 | 39 | "@babel/plugin-proposal-decorators": "^7.20.5", |
40 | 40 | "@babel/preset-env": "^7.25.4", |
41 | 41 | "@babel/runtime": "^7.25.4", |
42 | 42 | "@eslint/js": "^9.10.0", |
43 | | - "@jamesacarr/eslint-formatter-github-actions": "^0.2.0", |
44 | 43 | "@react-native-community/cli": "15.0.1", |
45 | 44 | "@react-native-community/cli-platform-android": "15.0.1", |
46 | 45 | "@react-native-community/cli-platform-ios": "15.0.1", |
47 | 46 | "@react-native/babel-preset": "0.78.0", |
48 | | - "@react-native/eslint-config": "0.78.0", |
| 47 | + "@react-native/eslint-config": "0.82.1", |
49 | 48 | "@react-native/metro-config": "0.78.0", |
50 | 49 | "@react-native/typescript-config": "0.78.0", |
51 | 50 | "@release-it/bumper": "^6.0.1", |
|
54 | 53 | "@types/eslint__js": "^8.42.3", |
55 | 54 | "@types/jest": "^29.5.13", |
56 | 55 | "@types/react": "^19.0.0", |
57 | | - "@typescript-eslint/eslint-plugin": "^8.46.3", |
58 | | - "@typescript-eslint/parser": "^8.46.3", |
59 | 56 | "babel-plugin-module-resolver": "^5.0.2", |
60 | 57 | "babel-plugin-transform-typescript-metadata": "^0.3.2", |
61 | 58 | "eslint": "8.57.0", |
62 | 59 | "eslint-config-prettier": "^9.1.0", |
63 | | - "eslint-plugin-jest": "^29.0.1", |
64 | 60 | "eslint-plugin-prettier": "^5.2.1", |
65 | | - "jest": "^29.7.0", |
| 61 | + "jest": "^30.2.0", |
66 | 62 | "nitro-codegen": "0.27.2", |
67 | 63 | "prettier": "^3.3.3", |
68 | 64 | "release-it": "^17.10.0", |
69 | | - "typeorm": "^0.3.20", |
| 65 | + "typeorm": "0.3.20", |
70 | 66 | "typescript": "~5.5.4", |
71 | 67 | "typescript-eslint": "^8.13.0" |
72 | 68 | }, |
|
0 commit comments