Skip to content

Commit

Permalink
fix: move testing library from deps to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed May 7, 2021
1 parent 5309b3f commit 0d25f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.23",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.isfunction": "^3.0.6",
Expand Down Expand Up @@ -79,7 +80,6 @@
},
"dependencies": {
"@tdreyno/pretty-please": "^1.14.0",
"@testing-library/react": "^11.2.6",
"lodash.flatten": "^4.4.0",
"lodash.isfunction": "^3.0.9",
"lodash.isplainobject": "^4.0.6",
Expand Down

0 comments on commit 0d25f78

Please sign in to comment.