|
1 | 1 | { |
2 | 2 | "name": "react-native-documents", |
3 | | - "private": false, |
4 | 3 | "description": "A react native interface to access documents from dropbox, google drive, iCloud...", |
5 | 4 | "scripts": { |
6 | 5 | "build": "yarn workspaces foreach -A -p run prepare", |
|
44 | 43 | "@commitlint/config-conventional" |
45 | 44 | ] |
46 | 45 | }, |
47 | | - "packageManager": "yarn@4.5.1", |
48 | 46 | "dependencies": { |
49 | | - "@changesets/cli": "^2.27.11", |
| 47 | + "@changesets/cli": "^2.27.12", |
50 | 48 | "@commitlint/cli": "^18.6.1", |
51 | 49 | "@commitlint/config-conventional": "^18.6.3", |
52 | | - "@evilmartians/lefthook": "^1.7.15", |
| 50 | + "@evilmartians/lefthook": "^1.10.10", |
53 | 51 | "@jest/globals": "^29.7.0", |
54 | 52 | "@manypkg/cli": "^0.21.4", |
55 | | - "@react-native/eslint-config": "^0.74.83", |
56 | | - "@semantic-release/git": "^10.0.1", |
57 | | - "@types/jest": "^29.5.13", |
58 | | - "eslint": "^8.57.0", |
| 53 | + "@react-native/eslint-config": "^0.77.0", |
| 54 | + "@types/jest": "^29.5.14", |
| 55 | + "eslint": "^8.57.1", |
59 | 56 | "eslint-config-prettier": "^9.1.0", |
60 | | - "eslint-plugin-prettier": "^5.1.3", |
| 57 | + "eslint-plugin-prettier": "^5.2.3", |
61 | 58 | "jest": "^29.7.0", |
62 | | - "pod-install": "^0.2.2", |
63 | | - "prettier": "^3.2.5", |
64 | | - "semantic-release": "^22.0.12", |
65 | | - "typescript": "^5.6.2" |
66 | | - } |
| 59 | + "pod-install": "^0.3.4", |
| 60 | + "prettier": "^3.4.2", |
| 61 | + "typescript": "^5.7.3" |
| 62 | + }, |
| 63 | + "packageManager": "yarn@4.6.0" |
67 | 64 | } |
0 commit comments