aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-11-03 13:23:21 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitdc1f2768061eb8eb15022502540e06457b890cc3 (patch)
treef50d488df29ec0f2e7eab7e1977a42cec7bb7090 /vnext/package.json
parentd5a5034d38cfd38e81009fcc707a27084d1cd6ea (diff)
react-cookie is runtime dependency
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index b0990e34..f24efe18 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -35,7 +35,6 @@
"mini-css-extract-plugin": "^1.2.1",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
- "react-cookie": "^4.0.3",
"react-test-renderer": "^16.14.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
@@ -81,6 +80,7 @@
"qs": "^6.9.4",
"react": "16.14.0",
"react-content-loader": "^5.1.4",
+ "react-cookie": "^4.0.3",
"react-dom": "16.14.0",
"react-router-dom": "^5.2.0",
"react-use": "^15.3.4",