Skip to content

Commit 67b6411

Browse files
committed
update jest-expo
1 parent e1e255d commit 67b6411

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"fast-text-encoding": "^1.0.6",
194194
"husky": "^8.0.3",
195195
"jest": "^29.6.1",
196-
"jest-expo": "~50.0.4",
196+
"jest-expo": "^51.0.1",
197197
"lint-staged": "^13.2.3",
198198
"msw": "^2.2.2",
199199
"orval": "^6.25.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8256,13 +8256,13 @@ jest-environment-node@^29.6.3, jest-environment-node@^29.7.0:
82568256
jest-mock "^29.7.0"
82578257
jest-util "^29.7.0"
82588258

8259-
jest-expo@~50.0.4:
8260-
version "50.0.4"
8261-
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-50.0.4.tgz#3e72524982487dd1fa2a77de716c86f0a5fd2b1a"
8262-
integrity sha512-qtCqtdGaQtEcA3vc6UPN5Xn78jAyoBJj6Pxpk2raizdwI7carsg9Us9Wc+D4kl+7+ffhBMeS3cYWeJqVIZl1pA==
8259+
jest-expo@^51.0.1:
8260+
version "51.0.1"
8261+
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-51.0.1.tgz#d47a9ec67fb3245c9849f686253e36bc16d981c9"
8262+
integrity sha512-dnLditgU4RXeQnz5XmyMm1EoOn8k1i7F1DSxA3edjIqK5lydzjfeUHwef7Bs0ToOMIIqm5Bs37i7tsHYpMNLCw==
82638263
dependencies:
8264-
"@expo/config" "~8.5.0"
8265-
"@expo/json-file" "^8.2.37"
8264+
"@expo/config" "~9.0.0-beta.0"
8265+
"@expo/json-file" "^8.3.0"
82668266
"@jest/create-cache-key-function" "^29.2.1"
82678267
babel-jest "^29.2.1"
82688268
find-up "^5.0.0"

0 commit comments

Comments
 (0)