Skip to content

Commit

Permalink
upgrade and pass react react-dom as peerDependencies and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Oct 2, 2017
1 parent 52dd819 commit 3fdd599
Show file tree
Hide file tree
Showing 2 changed files with 1,060 additions and 340 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"storybook": "start-storybook -p 9009 -c ./example/.storybook",
"prepare": "npm run build"
},
"engines": {
"npm": "5.0.1",
"node": "8.0.0"
"peerDependencies": {
"react": ">=15.5.4",
"react-dom": ">=15.5.4"
},
"devDependencies": {
"@storybook/addon-options": "^3.0.0",
Expand All @@ -32,13 +32,13 @@
"npm-run-all": "^4.0.2",
"prettier": "^1.2.2",
"prop-types": "^15.5.8",
"react-dom": "^15.5.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^15.5.4",
"rimraf": "^2.6.1"
},
"dependencies": {
"react": "^15.5.4",
"react-copy-to-clipboard": "4.3.1",
"react-element-to-jsx-string": "10.1.0"
}
}
}
Loading

0 comments on commit 3fdd599

Please sign in to comment.