Skip to content

Commit 6a2ad51

Browse files
authored
Update package.json
1 parent 768e613 commit 6a2ad51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"example": "yarn workspace starknet-react-native-sdk-example",
2929
"test": "jest",
3030
"test:coverage": "jest --coverage",
31+
"test:ci": "jest --coverage --testPathIgnorePatterns=\"src/__tests__/provider/\"",
3132
"test:watch": "jest --watch",
3233
"typecheck": "tsc --noEmit",
3334
"lint": "eslint \"**/*.{js,ts,tsx}\"",
@@ -81,7 +82,7 @@
8182
"@walletconnect/types": "^2.13.0",
8283
"@walletconnect/utils": "^2.13.0",
8384
"@walletconnect/web3wallet": "^1.12.0",
84-
"chalk": "4.1.2",
85+
"chalk": "5.4.1",
8586
"react-native-biometrics": "^3.0.1",
8687
"react-native-get-random-values": "^1.11.0",
8788
"react-native-keychain": "^8.2.0",
@@ -98,7 +99,7 @@
9899
"@evilmartians/lefthook": "^1.5.0",
99100
"@react-native/eslint-config": "^0.73.1",
100101
"@release-it/conventional-changelog": "^5.0.0",
101-
"@types/jest": "^28.1.2",
102+
"@types/jest": "^30.0.0",
102103
"@types/react": "~18.2.14",
103104
"@typescript-eslint/eslint-plugin": "^6.0.0",
104105
"@typescript-eslint/parser": "^6.0.0",
@@ -136,7 +137,7 @@
136137
"cli-cursor": "^3.1.0",
137138
"string-width": "^4.2.3",
138139
"ansi-align": "^3.0.1",
139-
"chalk": "4.1.2",
140+
"chalk": "5.4.1",
140141
"@noble/curves": "~1.4.0",
141142
"@scure/base": "~1.1.3",
142143
"@noble/hashes": "^1.4.0"

0 commit comments

Comments
 (0)