Skip to content

Commit

Permalink
Merge pull request #15 from aaron5670/update-dependencies
Browse files Browse the repository at this point in the history
Update some dependencies
  • Loading branch information
aaron5670 authored Apr 19, 2024
2 parents e5a54c5 + b66670f commit aeb4e51
Show file tree
Hide file tree
Showing 2 changed files with 1,822 additions and 1,703 deletions.
48 changes: 24 additions & 24 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.6.0",
"version": "1.6.1",
"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,37 +13,37 @@
"knip": "knip"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@nextui-org/react": "^2.2.10",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.7",
"framer-motion": "^11.0.5",
"immer": "^10.0.3",
"plasmo": "0.84.2",
"axios": "^1.6.8",
"framer-motion": "^11.0.25",
"immer": "^10.0.4",
"plasmo": "0.85.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-modal-sheet": "^2.2.0",
"react-tooltip": "^5.26.2",
"swr": "^2.2.4",
"zustand": "^4.5.0"
"react-tooltip": "^5.26.3",
"swr": "^2.2.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@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": "^2.5.0",
"eslint-plugin-react": "^7.33.2",
"knip": "^5.0.1",
"postcss": "^8.4.35",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@types/chrome": "0.0.266",
"@types/node": "20.12.5",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-react": "^7.34.1",
"knip": "^5.9.1",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
"tailwindcss": "^3.4.3",
"typescript": "5.4.4"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit aeb4e51

Please sign in to comment.