Skip to content

Commit

Permalink
fix: Reverted query-string dependency to version 5.1.1
Browse files Browse the repository at this point in the history
query-string 6.x now targets Node.js 6 or later and the latest version of Chrome, Firefox, and
Safari. It does not support create-react-app. See
https://github.com/sindresorhus/query-string/releases/tag/v6.0.0
  • Loading branch information
nareshbhatia committed Jun 10, 2018
1 parent 5d53f67 commit f8433ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
35 changes: 9 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"path-to-regexp": "^2.2.1",
"query-string": "^6.1.0",
"query-string": "^5.1.1",
"value-equal": "^0.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit f8433ef

Please sign in to comment.