Skip to content

Commit

Permalink
Lock trie-search to version 1.1.0 for IE compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Locke <slocke@pivotal.io>
  • Loading branch information
Ming Xiao authored and Steven Locke committed Jul 2, 2018
1 parent c74ab61 commit 1e2f9d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"scroll-into-view": "^1.3.0",
"tether": "^1.3.7",
"through": "^2.3.8",
"trie-search": "^1.0.1"
"trie-search": "1.1.0"
},
"scripts": {
"test": "gulp ci --fatal"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5446,8 +5446,8 @@ hash.js@^1.0.0, hash.js@^1.0.3:
minimalistic-assert "^1.0.0"

hasharray@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/hasharray/-/hasharray-1.1.0.tgz#fe87cf9977baa9d9159b8465a8e2edf58fd0d681"
version "1.1.1"
resolved "https://registry.yarnpkg.com/hasharray/-/hasharray-1.1.1.tgz#0bfadd91c0ee76919c05eeef5a3dc1034b4ea4f1"
dependencies:
jclass "^1.0.1"

Expand Down Expand Up @@ -12090,9 +12090,9 @@ traverse@^0.6.6:
version "0.6.6"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"

trie-search@^1.0.1:
version "1.0.9"
resolved "https://registry.yarnpkg.com/trie-search/-/trie-search-1.0.9.tgz#1587757478c3900b0120c5aaf53e048cfaaff24a"
trie-search@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/trie-search/-/trie-search-1.1.0.tgz#c13ecda2a423ab8e5022ac0c1794ca4ac239ca50"
dependencies:
hasharray "^1.0.0"

Expand Down

0 comments on commit 1e2f9d4

Please sign in to comment.