|
28 | 28 | "example": "yarn workspace starknet-react-native-sdk-example", |
29 | 29 | "test": "jest", |
30 | 30 | "test:coverage": "jest --coverage", |
| 31 | + "test:ci": "jest --coverage --testPathIgnorePatterns=\"src/__tests__/provider/\"", |
31 | 32 | "test:watch": "jest --watch", |
32 | 33 | "typecheck": "tsc --noEmit", |
33 | 34 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
|
81 | 82 | "@walletconnect/types": "^2.13.0", |
82 | 83 | "@walletconnect/utils": "^2.13.0", |
83 | 84 | "@walletconnect/web3wallet": "^1.12.0", |
84 | | - "chalk": "4.1.2", |
| 85 | + "chalk": "5.4.1", |
85 | 86 | "react-native-biometrics": "^3.0.1", |
86 | 87 | "react-native-get-random-values": "^1.11.0", |
87 | 88 | "react-native-keychain": "^8.2.0", |
|
98 | 99 | "@evilmartians/lefthook": "^1.5.0", |
99 | 100 | "@react-native/eslint-config": "^0.73.1", |
100 | 101 | "@release-it/conventional-changelog": "^5.0.0", |
101 | | - "@types/jest": "^28.1.2", |
| 102 | + "@types/jest": "^30.0.0", |
102 | 103 | "@types/react": "~18.2.14", |
103 | 104 | "@typescript-eslint/eslint-plugin": "^6.0.0", |
104 | 105 | "@typescript-eslint/parser": "^6.0.0", |
|
136 | 137 | "cli-cursor": "^3.1.0", |
137 | 138 | "string-width": "^4.2.3", |
138 | 139 | "ansi-align": "^3.0.1", |
139 | | - "chalk": "4.1.2", |
| 140 | + "chalk": "5.4.1", |
140 | 141 | "@noble/curves": "~1.4.0", |
141 | 142 | "@scure/base": "~1.1.3", |
142 | 143 | "@noble/hashes": "^1.4.0" |
|
0 commit comments