Skip to content

Commit

Permalink
Merge pull request marmelab#3851 from marmelab/ra-core-add-testinglib…
Browse files Browse the repository at this point in the history
…-in-peerDep

Add @testing-library/react in peerDep on ra-core packages
  • Loading branch information
fzaninotto authored Oct 21, 2019
2 parents f5bf41d + d589a48 commit 8cee866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"rimraf": "^2.6.3"
},
"peerDependencies": {
"@testing-library/react": "^8.0.7",
"connected-react-router": "^6.5.2",
"final-form": "^4.18.5",
"react": "^16.9.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.3",
"@testing-library/react": "^8.0.7",
"connected-react-router": "^6.5.2",
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.1",
Expand Down

0 comments on commit 8cee866

Please sign in to comment.