Skip to content

Commit e9aed66

Browse files
authoredSep 30, 2022
chore: update jest-native deps (#1154)
1 parent d06ce45 commit e9aed66

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎examples/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.18.6",
21-
"@testing-library/jest-native": "^4.0.10",
21+
"@testing-library/jest-native": "^5.0.0",
2222
"@testing-library/react-native": "^11.0.0",
2323
"@types/react": "~18.0.0",
2424
"@types/react-native": "~0.69.1",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/preset-react": "^7.18.6",
3636
"@babel/preset-typescript": "^7.18.6",
3737
"@callstack/eslint-config": "^13.0.1",
38-
"@testing-library/jest-native": "~4.0.2",
38+
"@testing-library/jest-native": "^5.0.0",
3939
"@types/jest": "^29.0.2",
4040
"@types/react": "~18.0.18",
4141
"@types/react-native": "~0.70.0",

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1734,15 +1734,15 @@
17341734
dependencies:
17351735
"@sinonjs/commons" "^1.7.0"
17361736

1737-
"@testing-library/jest-native@~4.0.2":
1738-
version "4.0.13"
1739-
resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-4.0.13.tgz#3d2a27ffac9f8126a4185e46a167b0cde4443336"
1740-
integrity sha512-BovApxYJRb0Z9TUZbFQhW2ZWC4KfymH1SQZ5FxcTHh7Zrzb6+vfWT1CyvGnb8JE6WEZGcuumzSXOMdSIVUjj5Q==
1737+
"@testing-library/jest-native@^5.0.0":
1738+
version "5.0.0"
1739+
resolved "https://registry.yarnpkg.com/@testing-library/jest-native/-/jest-native-5.0.0.tgz#0c63245578f3301b4e6a471a28ef569f397cb30f"
1740+
integrity sha512-OrO8Huf0/QBPgiyQCNfXEYgLOalss/TA74CR0X7PR7mrjtrWQiBPGnaSMPYsNT8JRYGCE4D9My0rChJ0rzXS2g==
17411741
dependencies:
17421742
chalk "^4.1.2"
17431743
jest-diff "^29.0.1"
17441744
jest-matcher-utils "^29.0.1"
1745-
pretty-format "^29.0.1"
1745+
pretty-format "^29.0.3"
17461746
redent "^3.0.0"
17471747

17481748
"@types/babel__core@^7.1.14":
@@ -6588,7 +6588,7 @@ pretty-format@^26.5.2, pretty-format@^26.6.2:
65886588
ansi-styles "^4.0.0"
65896589
react-is "^17.0.1"
65906590

6591-
pretty-format@^29.0.0, pretty-format@^29.0.1, pretty-format@^29.0.3, pretty-format@^29.1.0:
6591+
pretty-format@^29.0.0, pretty-format@^29.0.3, pretty-format@^29.1.0:
65926592
version "29.1.0"
65936593
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.1.0.tgz#ea3de2feed5b8d19c537a12fe478ddc8b45da6b8"
65946594
integrity sha512-dZ21z0UjKVSiEkrPAt2nJnGfrtYMFBlNW4wTkJsIp9oB5A8SUQ8DuJ9EUgAvYyNfMeoGmKiDnpJvM489jkzdSQ==

0 commit comments

Comments
 (0)
Please sign in to comment.