Commit 50fb69ec authored by 熊成伟's avatar 熊成伟

debug

parent 2faaf277
Pipeline #15855 passed with stages
in 1 minute and 7 seconds
...@@ -9580,13 +9580,13 @@ ...@@ -9580,13 +9580,13 @@
"integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc=" "integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc="
}, },
"query-string": { "query-string": {
"version": "6.13.1", "version": "5.1.1",
"resolved": "https://registry.npm.taobao.org/query-string/download/query-string-6.13.1.tgz?cache=0&sync_timestamp=1591853336029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fquery-string%2Fdownload%2Fquery-string-6.13.1.tgz", "resolved": "https://registry.npm.taobao.org/query-string/download/query-string-5.1.1.tgz?cache=0&sync_timestamp=1591853336029&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fquery-string%2Fdownload%2Fquery-string-5.1.1.tgz",
"integrity": "sha1-2RPM/OO0s6cTmJ/m05Rm2S5xzK0=", "integrity": "sha1-p4wBK3HBfgXy4/ojGd0zBoLvs8s=",
"requires": { "requires": {
"decode-uri-component": "^0.2.0", "decode-uri-component": "^0.2.0",
"split-on-first": "^1.0.0", "object-assign": "^4.1.0",
"strict-uri-encode": "^2.0.0" "strict-uri-encode": "^1.0.0"
} }
}, },
"querystring": { "querystring": {
...@@ -11473,11 +11473,6 @@ ...@@ -11473,11 +11473,6 @@
"wbuf": "^1.7.2" "wbuf": "^1.7.2"
} }
}, },
"split-on-first": {
"version": "1.1.0",
"resolved": "https://registry.npm.taobao.org/split-on-first/download/split-on-first-1.1.0.tgz?cache=0&sync_timestamp=1573659333652&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsplit-on-first%2Fdownload%2Fsplit-on-first-1.1.0.tgz",
"integrity": "sha1-9hCv7uOxK84dDDBCXnY5i3gkml8="
},
"split-string": { "split-string": {
"version": "3.1.0", "version": "3.1.0",
"resolved": "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz", "resolved": "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz",
...@@ -11553,9 +11548,9 @@ ...@@ -11553,9 +11548,9 @@
} }
}, },
"strict-uri-encode": { "strict-uri-encode": {
"version": "2.0.0", "version": "1.1.0",
"resolved": "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-2.0.0.tgz", "resolved": "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz",
"integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
}, },
"string-length": { "string-length": {
"version": "1.0.1", "version": "1.0.1",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"moment": "^2.26.0", "moment": "^2.26.0",
"postcss-px2rem": "^0.3.0", "postcss-px2rem": "^0.3.0",
"qs": "^6.9.4", "qs": "^6.9.4",
"query-string": "^6.13.1", "query-string": "^5.1.1",
"rc-form": "^2.4.11", "rc-form": "^2.4.11",
"rc-upload": "^3.2.0", "rc-upload": "^3.2.0",
"react": "^16.8.4", "react": "^16.8.4",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment