Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Adding react libs into peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Mar 6, 2020
1 parent 542f208 commit 660e83d
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 30 deletions.
44 changes: 34 additions & 10 deletions packages/hadron-react-bson/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions packages/hadron-react-bson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@
"test": "cross-env NODE_ENV=test mocha-webpack \"./test/**/*.test.jsx\"",
"check": "mongodb-js-precommit"
},
"dependencies": {
"hadron-react-utils": "^4.0.3",
"hex-to-uuid": "^1.0.1",
"moment-timezone": "^0.5.14",
"dependency-check": {
"ignore": [
"prop-types",
"react",
"react-dom"
]
},
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"hadron-react-utils": "^4.0.3",
"hex-to-uuid": "^1.0.1",
"moment-timezone": "^0.5.14"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
Expand All @@ -54,6 +63,9 @@
"mongodb-js-precommit": "^2.2.1",
"peer-deps-externals-webpack-plugin": "^1.0.4",
"pre-commit": "^1.2.2",
"prop-types": "^15.5.8",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rimraf": "^3.0.2",
"sinon": "^2.4.1",
"sinon-chai": "^3.5.0",
Expand Down
Loading

0 comments on commit 660e83d

Please sign in to comment.