Skip to content

Commit

Permalink
Merge pull request #24 from aaron5670/improvement/search-improvement
Browse files Browse the repository at this point in the history
Feature: Search improvement (fuzzy-search)
  • Loading branch information
aaron5670 committed Aug 21, 2024
2 parents 1ffa006 + 9776721 commit 9e7dac3
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 185 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statsig-browser-extension",
"displayName": "Statsig Features and Experimentation",
"version": "1.10.0",
"version": "1.10.1",
"description": "A browser extension for the feature management and experimentation platform Statsig.",
"author": "(Aaron van den Berg <a.vdberg98@gmail.com>)",
"homepage": "https://aaronvandenberg.nl/",
Expand All @@ -16,8 +16,8 @@
"@nextui-org/react": "^2.4.6",
"@uidotdev/usehooks": "^2.4.1",
"@vahagn13/react-json-view": "^1.0.15",
"axios": "^1.7.3",
"framer-motion": "^11.3.21",
"axios": "^1.7.4",
"framer-motion": "^11.3.28",
"fuse.js": "^7.0.0",
"immer": "^10.1.1",
"plasmo": "0.88.0",
Expand All @@ -27,7 +27,7 @@
"react-modal-sheet": "^3.1.0",
"react-tooltip": "^5.28.0",
"swr": "^2.2.5",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
Expand Down
Loading

0 comments on commit 9e7dac3

Please sign in to comment.