Skip to content

Commit

Permalink
Merge pull request #10 from EvgenyiFedotov/next
Browse files Browse the repository at this point in the history
setup: move react react-dom to option dep
  • Loading branch information
EvgenyiFedotov authored Jan 6, 2020
2 parents 2ac4dcb + d706d9e commit 78d4b47
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@
"eslint": "^6.7.1",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"react": "^16.12.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-dom": "^16.12.0",
"styled-components": "^4.4.1",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
Expand All @@ -72,13 +70,14 @@
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"peerDependencies": {},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
},
"optionalDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}

0 comments on commit 78d4b47

Please sign in to comment.