Skip to content

Commit

Permalink
Merge pull request #23 from aaron5670/feature/fuse-search
Browse files Browse the repository at this point in the history
Feature: Improve search (fuzzy-search)
  • Loading branch information
aaron5670 authored Aug 6, 2024
2 parents 35b5351 + ffcf11a commit 1ffa006
Show file tree
Hide file tree
Showing 4 changed files with 1,660 additions and 1,806 deletions.
37 changes: 19 additions & 18 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.9.1",
"version": "1.10.0",
"description": "A browser extension for the feature management and experimentation platform Statsig.",
"author": "(Aaron van den Berg <[email protected]>)",
"homepage": "https://aaronvandenberg.nl/",
Expand All @@ -13,38 +13,39 @@
"knip": "knip"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@nextui-org/react": "^2.4.6",
"@uidotdev/usehooks": "^2.4.1",
"@vahagn13/react-json-view": "^1.0.15",
"axios": "^1.7.2",
"framer-motion": "^11.2.11",
"axios": "^1.7.3",
"framer-motion": "^11.3.21",
"fuse.js": "^7.0.0",
"immer": "^10.1.1",
"plasmo": "0.88.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-modal-sheet": "^3.1.0",
"react-tooltip": "^5.27.0",
"react-tooltip": "^5.28.0",
"swr": "^2.2.5",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@types/chrome": "0.0.266",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chrome": "0.0.269",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-react": "^7.34.1",
"knip": "^5.10.0",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
"knip": "^5.27.0",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit 1ffa006

Please sign in to comment.