Skip to content

Commit

Permalink
Merge pull request #25 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 authored Nov 27, 2024
2 parents 9e7dac3 + 2b6c50d commit c815e3d
Show file tree
Hide file tree
Showing 6 changed files with 1,287 additions and 976 deletions.
48 changes: 25 additions & 23 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.1",
"version": "1.10.2",
"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,39 +13,41 @@
"knip": "knip"
},
"dependencies": {
"@nextui-org/react": "^2.4.6",
"@nextui-org/react": "^2.4.8",
"@uidotdev/usehooks": "^2.4.1",
"@vahagn13/react-json-view": "^1.0.15",
"axios": "^1.7.4",
"framer-motion": "^11.3.28",
"@xenova/transformers": "^2.17.2",
"axios": "^1.7.8",
"framer-motion": "^11.11.17",
"fuse.js": "^7.0.0",
"immer": "^10.1.1",
"plasmo": "0.88.0",
"plasmo": "0.89.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-modal-sheet": "^3.1.0",
"react-icons": "^5.3.0",
"react-modal-sheet": "^3.3.0",
"react-tooltip": "^5.28.0",
"swr": "^2.2.5",
"zustand": "^4.5.5"
"vector-storage": "^1.0.55",
"zustand": "^5.0.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chrome": "0.0.269",
"@types/node": "20.12.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@types/chrome": "0.0.287",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-react": "^7.34.1",
"knip": "^5.27.0",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4"
"eslint": "9.15.0",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-react": "^7.37.2",
"knip": "^5.38.1",
"postcss": "^8.4.49",
"prettier": "3.4.1",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit c815e3d

Please sign in to comment.