File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 "release:beta" : " standard-version --prerelease beta" ,
2929 "test" : " jest"
3030 },
31+ "dependencies" : {
32+ "react" : " ^16.8.4"
33+ },
3134 "devDependencies" : {
3235 "@babel/core" : " ^7.3.4" ,
3336 "@babel/preset-env" : " ^7.3.4" ,
3639 "eslint-config-airbnb-base" : " ^13.1.0" ,
3740 "eslint-plugin-import" : " ^2.16.0" ,
3841 "jest" : " ^24.3.1" ,
39- "react" : " ^16.8.4" ,
4042 "react-dom" : " ^16.8.4" ,
4143 "react-hooks-testing-library" : " ^0.3.6" ,
4244 "standard-version" : " ^5.0.1" ,
4345 "webpack" : " ^4.29.6" ,
4446 "webpack-cli" : " ^3.2.3"
4547 },
46- "peer-dependencies" : {
47- "react" : " ^16.8.0" ,
48- "react-dom" : " ^16.8.0"
49- },
5048 "files" : [
5149 " AUTHORS" ,
5250 " dist/*"
Original file line number Diff line number Diff line change @@ -17,7 +17,4 @@ module.exports = {
1717 } ,
1818 ] ,
1919 } ,
20- externals : [
21- 'react' ,
22- ] ,
2320} ;
You can’t perform that action at this time.
0 commit comments