update dependencies and more

This commit is contained in:
kawamataryo 2024-02-02 15:24:56 +09:00
parent 5d7fdca29e
commit fb004690b6
3 changed files with 1551 additions and 2755 deletions

4259
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,37 +17,37 @@
"remove-permissions": "node scripts/remove_web_accessible_resources.js"
},
"dependencies": {
"@atproto/api": "^0.7.4",
"@atproto/api": "^0.9.5",
"@changesets/cli": "^2.27.1",
"@plasmohq/messaging": "^0.6.1",
"@plasmohq/storage": "^1.9.0",
"plasmo": "^0.84.0",
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.9.1",
"plasmo": "^0.84.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-pattern": "^5.0.6",
"vanjs-core": "^1.2.7"
"vanjs-core": "^1.2.8"
},
"devDependencies": {
"@biomejs/biome": "1.5.1",
"@biomejs/biome": "1.5.3",
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/addon-interactions": "^7.6.8",
"@storybook/addon-links": "^7.6.8",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.8",
"@storybook/react": "^7.6.8",
"@storybook/react-vite": "^7.6.8",
"@storybook/test": "^7.6.8",
"@types/chrome": "0.0.254",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/test": "^7.6.12",
"@types/chrome": "0.0.260",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"postcss": "^8.4.32",
"prettier": "3.1.1",
"storybook": "^7.6.8",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.1",
"postcss": "^8.4.33",
"prettier": "3.2.4",
"storybook": "^7.6.12",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"manifest": {

View File

@ -257,6 +257,7 @@ export const useRetrieveBskyUsers = () => {
[],
);
// biome-ignore lint/correctness/useExhaustiveDependencies: <explanation>
const filteredUsers = React.useMemo(() => {
return users.filter((user) => {
return matchTypeFilter[user.matchType];