Skip to content

Commit

Permalink
feat(package.json): use peerDependencies and devDependencies instead …
Browse files Browse the repository at this point in the history
…of dependencies
  • Loading branch information
orlando committed May 7, 2019
1 parent 247c004 commit 2ed017d
Show file tree
Hide file tree
Showing 2 changed files with 977 additions and 1,687 deletions.
29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,27 @@
"url": "https://github.com/debtcollective/header.git"
},
"resolutions": {
"ansi-styles": "^3.2.0"
"ansi-styles": "^3.2.0",
"babel-jest": "24.7.1"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"dependencies": {
"@material-ui/core": "3.9.2",
"@material-ui/icons": "3.0.2",
"core-js": "3",
"lodash": "4.17.11",
"moment": "2.24.0",
"react-popper": "1.3.3",
"styled-components": "4.2.0"
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-popper": "^1.3.3",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@emotion/core": "10.0.6",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"core-js": "3",
"docz": "0.13.7",
"docz-theme-default": "0.13.7",
"dom-testing-library": "4.0.1",
Expand All @@ -63,13 +64,17 @@
"husky": "2.2.0",
"jest-dom": "3.1.3",
"lint-staged": "8.1.6",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"prettier": "1.17.0",
"pretty-quick": "1.10.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-popper": "^1.3.3",
"react-scripts": "3.0.0",
"react-testing-library": "6.1.2",
"semantic-release": "15.13.3",
"styled-components": "^4.2.0",
"user-event": "2.0.1"
},
"husky": {
Expand Down
Loading

0 comments on commit 2ed017d

Please sign in to comment.