diff options
author | Vitaly Takmazov | 2018-11-11 02:26:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 8728f92f757e2a37a60d13546426579ab95430dd (patch) | |
tree | b751f243659761ef811e55ca5222750874452119 /vnext/package.json | |
parent | e22f69d145a6c805b843bae76236b65b30ac5ef9 (diff) |
query-string -> qs
Firefox 48 support
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index dcf475e4..fb787710 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -70,7 +70,8 @@ [ "@babel/preset-env", { - "useBuiltIns": "usage" + "useBuiltIns": "usage", + "debug": true } ], "@babel/preset-react" @@ -81,7 +82,7 @@ "axios": "^0.18.0", "immutability-helper": "^2.8.1", "moment": "^2.22.2", - "query-string": "^6.2.0", + "qs": "^6.5.2", "react": "16.6.1", "react-content-loader": "^3.2.0", "react-cookies": "^0.1.0", |