diff options
author | Vitaly Takmazov | 2020-10-12 01:23:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | ccceb785b70eece5a8a9c7a34b44ce59eb159f21 (patch) | |
tree | 0b32c4ebe0a91bc967e8b91eba919962de5e3823 /vnext/package.json | |
parent | 884c5ca43f80dae6bcd5bd294d3e566dec87eb24 (diff) |
react-cookies -> react-cookie + universal-cookie
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index 944de45d..67f0751e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "jest", "dist": "webpack --mode=production --progress", - "start": "webpack-dev-server" + "start": "webpack serve" }, "keywords": [], "author": "", @@ -36,6 +36,7 @@ "optimize-css-assets-webpack-plugin": "^5.0.4", "postcss-loader": "^4.0.4", "postcss-preset-env": "^6.7.0", + "react-cookie": "^4.0.3", "react-test-renderer": "^16.13.1", "style-loader": "^2.0.0", "stylelint": "^13.7.2", @@ -83,7 +84,6 @@ "qs": "^6.9.4", "react": "16.13.1", "react-content-loader": "^5.1.2", - "react-cookies": "^0.1.1", "react-dom": "16.13.1", "react-router-dom": "^5.2.0", "react-use": "^15.3.4", |