Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 8, 2025
1 parent 0b01a26 commit 5033530
Show file tree
Hide file tree
Showing 5 changed files with 1,232 additions and 1,074 deletions.
62 changes: 25 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.21",
"description": "__MSG_extensionDescription__",
"author": "DIYgod",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.12.3",
"scripts": {
"dev": "plasmo dev --no-cs-reload",
"build": "plasmo build",
Expand All @@ -18,51 +18,51 @@
"prepare": "husky install"
},
"dependencies": {
"@iconify-json/mingcute": "^1.2.1",
"@iconify-json/mingcute": "^1.2.3",
"@plasmohq/messaging": "^0.6.2",
"@plasmohq/storage": "^1.12.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@plasmohq/storage": "^1.13.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"async-lock": "^1.4.1",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"foxact": "^0.2.39",
"foxact": "^0.2.44",
"he": "1.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.452.0",
"lucide-react": "^0.475.0",
"md5.js": "^1.3.5",
"plasmo": "0.89.3",
"plasmo": "0.89.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.27.0",
"react-hot-toast": "^2.5.1",
"react-router": "^7.1.5",
"route-recognizer": "^0.3.4",
"rss-parser": "3.13.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"tldts": "^6.1.51",
"usehooks-ts": "^3.1.0",
"tldts": "^6.1.76",
"usehooks-ts": "^3.1.1",
"xss": "1.0.15"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/chrome": "^0.0.277",
"@types/node": "22.7.5",
"@egoist/tailwindcss-icons": "^1.9.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@types/chrome": "^0.0.303",
"@types/node": "22.13.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-package-json": "2.8.0",
"shadcn-ui": "^0.9.2",
"shadcn-ui": "^0.9.4",
"tailwindcss": "^3.4.13",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand All @@ -86,17 +86,5 @@
"id": "[email protected]"
}
}
},
"pnpm": {
"overrides": {
"function-bind": "npm:@nolyfill/[email protected]",
"has-proto": "npm:@nolyfill/[email protected]",
"has-symbols": "npm:@nolyfill/[email protected]",
"hasown": "npm:@nolyfill/[email protected]",
"is-core-module": "npm:@nolyfill/[email protected]",
"safe-buffer": "npm:@nolyfill/[email protected]",
"safer-buffer": "npm:@nolyfill/[email protected]",
"set-function-length": "npm:@nolyfill/[email protected]"
}
}
}
Loading

0 comments on commit 5033530

Please sign in to comment.