Skip to content

Commit

Permalink
Merge pull request #2478 from storybooks/original-fuse
Browse files Browse the repository at this point in the history
Move back to original fuse.js package
  • Loading branch information
Hypnosphi authored Dec 13, 2017
2 parents 147a51d + 8ad8938 commit 45939a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"storybook": "start-storybook -p 9010"
},
"dependencies": {
"@hypnosphi/fuse.js": "^3.0.9",
"@storybook/components": "^3.3.0-alpha.4",
"@storybook/mantra-core": "^1.7.0",
"@storybook/react-komposer": "^2.0.0",
"babel-runtime": "^6.26.0",
"deep-equal": "^1.0.1",
"events": "^1.1.1",
"fuse.js": "^3.2.0",
"global": "^4.3.2",
"json-stringify-safe": "^5.0.1",
"keycode": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/src/modules/ui/libs/filters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Fuse from '@hypnosphi/fuse.js';
import Fuse from 'fuse.js';
import sortBy from 'lodash.sortby';

const searchOptions = {
Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@hypnosphi/fuse.js@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@hypnosphi/fuse.js/-/fuse.js-3.0.9.tgz#ea99f6121b4a8f065b4c71f85595db2714498807"

"@ngtools/[email protected]":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
Expand Down Expand Up @@ -5461,7 +5457,7 @@ functional-red-black-tree@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"

fuse.js@^3.0.1:
fuse.js@^3.0.1, fuse.js@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.2.0.tgz#f0448e8069855bf2a3e683cdc1d320e7e2a07ef4"

Expand Down

0 comments on commit 45939a0

Please sign in to comment.