aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-11 02:26:40 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit8728f92f757e2a37a60d13546426579ab95430dd (patch)
treeb751f243659761ef811e55ca5222750874452119 /vnext/package.json
parente22f69d145a6c805b843bae76236b65b30ac5ef9 (diff)
query-string -> qs
Firefox 48 support
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json5
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",