mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add query-string package
This commit is contained in:
parent
48095242ba
commit
f75cb14a8a
2 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"lodash": "^4.17.4",
|
||||
"path-to-regexp": "^1.5.3",
|
||||
"qs": "^6.4.0",
|
||||
"query-string": "^4.3.2",
|
||||
"react": "^15.4.2",
|
||||
"react-dom": "^15.4.2",
|
||||
"react-helmet": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -5299,7 +5299,7 @@ qs@~6.3.0:
|
|||
version "6.3.1"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d"
|
||||
|
||||
query-string@^4.1.0:
|
||||
query-string@^4.1.0, query-string@^4.3.2:
|
||||
version "4.3.2"
|
||||
resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.2.tgz#ec0fd765f58a50031a3968c2431386f8947a5cdd"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue