Skip to content

Commit

Permalink
Merge pull request #12 from aaron5670/feature/health-check-stats
Browse files Browse the repository at this point in the history
feature: Implemented health check stats
  • Loading branch information
aaron5670 authored Feb 15, 2024
2 parents 54ac7ea + e417d7a commit 79b3024
Show file tree
Hide file tree
Showing 6 changed files with 1,595 additions and 1,119 deletions.
34 changes: 17 additions & 17 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.5.2",
"version": "1.6.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 @@ -16,34 +16,34 @@
"@nextui-org/react": "^2.2.9",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.7",
"framer-motion": "^10.18.0",
"framer-motion": "^11.0.5",
"immer": "^10.0.3",
"plasmo": "0.83.0",
"plasmo": "0.84.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"react-modal-sheet": "^2.2.0",
"react-tooltip": "^5.26.0",
"react-tooltip": "^5.26.2",
"swr": "^2.2.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.243",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.260",
"@types/node": "20.11.18",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-perfectionist": "^1.5.1",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-react": "^7.33.2",
"knip": "^2.43.0",
"postcss": "^8.4.34",
"prettier": "3.0.2",
"knip": "^5.0.1",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.0.4"
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit 79b3024

Please sign in to comment.