Skip to content

Commit

Permalink
Adds missing dependencies to data-stores
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Sep 24, 2020
1 parent 032bf5b commit 574118a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/data-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
"wpcom-proxy-request": "^6.0.0"
},
"peerDependencies": {
"@wordpress/data": "^4"
"@wordpress/data": "^4",
"react": "^16.12.0"
},
"devDependencies": {
"@testing-library/react": "^10.0.5",
"jest-fetch-mock": "^2.1.2",
"nock": "^12.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}

0 comments on commit 574118a

Please sign in to comment.