Skip to content

Commit 696d8ab

Browse files
committed
Move pretty-format to dependencies
Unfortunately as a side-effect of housing typings in this repo, we need to explicitly add `pretty-format` as a dependency since our types rely on it. Note this project source code itself does not explicitly need `pretty-format` but instead just its typings.
1 parent 6f01e2a commit 696d8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"license": "MIT",
4545
"dependencies": {
4646
"@babel/runtime": "^7.10.2",
47-
"@testing-library/dom": "^7.9.0"
47+
"@testing-library/dom": "^7.9.0",
48+
"pretty-format": "^25.5.0"
4849
},
4950
"devDependencies": {
5051
"@reach/router": "^1.3.3",
@@ -54,7 +55,6 @@
5455
"dtslint": "3.6.9",
5556
"kcd-scripts": "^6.2.0",
5657
"npm-run-all": "^4.1.5",
57-
"pretty-format": "^25.5.0",
5858
"react": "^16.13.1",
5959
"react-dom": "^16.13.1",
6060
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)