-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore(deps-dev): Bump jest-expo in /frontend/mobile
Bumps [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) from 51.0.1 to 51.0.2. - [Changelog](https://github.com/expo/expo/blob/main/packages/jest-expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/jest-expo) --- updated-dependencies: - dependency-name: jest-expo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
95756c2
commit cdc2c37
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1087,7 +1087,7 @@ | |
node-forge "^1.2.1" | ||
nullthrows "^1.1.1" | ||
|
||
"@expo/[email protected]", "@expo/config-plugins@~8.0.0-beta.0": | ||
"@expo/[email protected]", "@expo/config-plugins@~8.0.0", "@expo/config-plugins@~8.0.0-beta.0": | ||
version "8.0.4" | ||
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-8.0.4.tgz#1e781cd971fab27409ed2f8d621db6d29cce3036" | ||
integrity sha512-Hi+xuyNWE2LT4LVbGttHJgl9brnsdWAhEB42gWKb5+8ae86Nr/KwUBQJsJppirBYTeLjj5ZlY0glYnAkDa2jqw== | ||
|
@@ -1113,7 +1113,7 @@ | |
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-51.0.0.tgz#f5df238cd1237d7e4d9cc8217cdef3383c2a00cf" | ||
integrity sha512-acn03/u8mQvBhdTQtA7CNhevMltUhbSrpI01FYBJwpVntufkU++ncQujWKlgY/OwIajcfygk1AY4xcNZ5ImkRA== | ||
|
||
"@expo/[email protected]", "@expo/config@~9.0.0-beta.0": | ||
"@expo/[email protected]": | ||
version "9.0.1" | ||
resolved "https://registry.yarnpkg.com/@expo/config/-/config-9.0.1.tgz#e7b79de5af29d5ab2a98a62c3cda31f03bd75827" | ||
integrity sha512-0tjaXBstTbXmD4z+UMFBkh2SZFwilizSQhW6DlaTMnPG5ezuw93zSFEWAuEC3YzkpVtNQTmYzxAYjxwh6seOGg== | ||
|
@@ -1130,6 +1130,23 @@ | |
slugify "^1.3.4" | ||
sucrase "3.34.0" | ||
|
||
"@expo/config@~9.0.0", "@expo/config@~9.0.0-beta.0": | ||
version "9.0.2" | ||
resolved "https://registry.yarnpkg.com/@expo/config/-/config-9.0.2.tgz#112b93436dbca8aa3da73a46329e5b58fdd435d2" | ||
integrity sha512-BKQ4/qBf3OLT8hHp5kjObk2vxwoRQ1yYQBbG/OM9Jdz32yYtrU8opTbKRAxfZEWH5i3ZHdLrPdC1rO0I6WxtTw== | ||
dependencies: | ||
"@babel/code-frame" "~7.10.4" | ||
"@expo/config-plugins" "~8.0.0" | ||
"@expo/config-types" "^51.0.0-unreleased" | ||
"@expo/json-file" "^8.3.0" | ||
getenv "^1.0.0" | ||
glob "7.1.6" | ||
require-from-string "^2.0.2" | ||
resolve-from "^5.0.0" | ||
semver "^7.6.0" | ||
slugify "^1.3.4" | ||
sucrase "3.34.0" | ||
|
||
"@expo/devcert@^1.0.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@expo/devcert/-/devcert-1.1.0.tgz#d148eb9180db6753c438192e73a123fb13b662ac" | ||
|
@@ -6406,12 +6423,12 @@ jest-environment-node@^29.6.3, jest-environment-node@^29.7.0: | |
jest-mock "^29.7.0" | ||
jest-util "^29.7.0" | ||
|
||
jest-expo@~51.0.1: | ||
version "51.0.1" | ||
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-51.0.1.tgz#d47a9ec67fb3245c9849f686253e36bc16d981c9" | ||
integrity sha512-dnLditgU4RXeQnz5XmyMm1EoOn8k1i7F1DSxA3edjIqK5lydzjfeUHwef7Bs0ToOMIIqm5Bs37i7tsHYpMNLCw== | ||
jest-expo@~51.0.2: | ||
version "51.0.2" | ||
resolved "https://registry.yarnpkg.com/jest-expo/-/jest-expo-51.0.2.tgz#9c06ed5e890acf835a84200deb0969738e9f8721" | ||
integrity sha512-ijIcjEASh2uORA3DBubOiIJTrPZXp8J3FedaEdnZPT09FkyTH8tZXp/ZRv37LKUomGA5XEHDYR2FY3UMfdIa7g== | ||
dependencies: | ||
"@expo/config" "~9.0.0-beta.0" | ||
"@expo/config" "~9.0.0" | ||
"@expo/json-file" "^8.3.0" | ||
"@jest/create-cache-key-function" "^29.2.1" | ||
babel-jest "^29.2.1" | ||
|