Skip to content

Commit

Permalink
Merge pull request #991 from Choices-js/fuse6
Browse files Browse the repository at this point in the history
Upgrade to Fuse v6
  • Loading branch information
mtriff authored Jan 2, 2022
2 parents 7758226 + 303d125 commit ce3d111
Show file tree
Hide file tree
Showing 16 changed files with 2,428 additions and 626 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ Or include Choices directly:
noChoices: 'has-no-choices'
},
// Choices uses the great Fuse library for searching. You
// can find more options here: https://github.com/krisk/Fuse#options
// can find more options here: https://fusejs.io/api/options.html
fuseOptions: {
include: 'score'
includeScore: true
},
callbackOnInit: null,
callbackOnCreateTemplates: null
Expand Down
1,080 changes: 548 additions & 532 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@
"js"
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/register": "^7.16.7",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.6",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"autoprefixer": "^10.4.0",
"@types/sinon-chai": "^3.2.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",
"bundlesize": "^0.18.1",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"csso-cli": "^3.0.0",
"cypress": "9.1.1",
"cypress": "9.2.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
Expand All @@ -85,18 +85,18 @@
"express": "^4.17.2",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.1.3",
"lint-staged": "^12.1.4",
"mocha": "^9.1.3",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"sass": "^1.45.0",
"sass": "^1.45.2",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"stylelint": "^14.1.0",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"ts-loader": "^9.2.6",
Expand All @@ -109,7 +109,7 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"fuse.js": "^3.4.6",
"fuse.js": "^6.5.3",
"redux": "^4.1.2"
},
"npmName": "choices.js",
Expand Down
Loading

0 comments on commit ce3d111

Please sign in to comment.