Skip to content

Commit e85aa18

Browse files
authored
chore: upgrade pretty-format to v28 to match Jest deps (#1019)
* v11.0.0-rc.0 * chore: upgrade pretty-format to v28 to match Jest deps
1 parent 6a65ed3 commit e85aa18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"typescript": "^4.0.2"
5959
},
6060
"dependencies": {
61-
"pretty-format": "^27.0.0"
61+
"pretty-format": "^28.1.3"
6262
},
6363
"peerDependencies": {
6464
"react": ">=16.0.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -8203,7 +8203,7 @@ pretty-format@^26.5.2, pretty-format@^26.6.2:
82038203
ansi-styles "^4.0.0"
82048204
react-is "^17.0.1"
82058205

8206-
pretty-format@^27.0.0, pretty-format@^27.3.1:
8206+
pretty-format@^27.3.1:
82078207
version "27.5.1"
82088208
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
82098209
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==

0 commit comments

Comments
 (0)