Skip to content

Commit

Permalink
Move react-cookie and react-device-detect to dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: isamrish <[email protected]>
  • Loading branch information
isamrish committed Jan 26, 2020
1 parent dd3c1df commit a4d8dd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {},
"dependencies": {
"react-cookie": "^4.0.3",
"react-device-detect": "^1.11.14"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
Expand Down Expand Up @@ -60,8 +64,6 @@
"prettier-eslint-cli": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^16.4.1",
"react-cookie": "^4.0.3",
"react-device-detect": "^1.11.14",
"react-dom": "^16.4.1",
"react-icons": "^3.8.0",
"react-scripts-ts": "^2.16.0",
Expand Down

0 comments on commit a4d8dd7

Please sign in to comment.