Skip to content

Commit a4d8dd7

Browse files
committed
Move react-cookie and react-device-detect to dependencies
Signed-off-by: isamrish <askmaurya48@gmail.com>
1 parent dd3c1df commit a4d8dd7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@
2929
"predeploy": "cd example && yarn install && yarn run build",
3030
"deploy": "gh-pages -d example/build"
3131
},
32-
"dependencies": {},
32+
"dependencies": {
33+
"react-cookie": "^4.0.3",
34+
"react-device-detect": "^1.11.14"
35+
},
3336
"peerDependencies": {
37+
"prop-types": "^15.5.4",
3438
"react": "^15.0.0 || ^16.0.0",
3539
"react-dom": "^15.0.0 || ^16.0.0"
3640
},
@@ -60,8 +64,6 @@
6064
"prettier-eslint-cli": "^5.0.0",
6165
"prop-types": "^15.7.2",
6266
"react": "^16.4.1",
63-
"react-cookie": "^4.0.3",
64-
"react-device-detect": "^1.11.14",
6567
"react-dom": "^16.4.1",
6668
"react-icons": "^3.8.0",
6769
"react-scripts-ts": "^2.16.0",

0 commit comments

Comments
 (0)