|
18 | 18 | "prepare": "husky install"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@iconify-json/mingcute": "^1.1.16", |
| 21 | + "@iconify-json/mingcute": "^1.2.1", |
22 | 22 | "@plasmohq/messaging": "^0.6.2",
|
23 |
| - "@plasmohq/storage": "^1.9.3", |
24 |
| - "@radix-ui/react-accordion": "^1.1.2", |
25 |
| - "@radix-ui/react-dialog": "1.0.5", |
26 |
| - "@radix-ui/react-label": "^2.0.2", |
27 |
| - "@radix-ui/react-slot": "^1.0.2", |
28 |
| - "@radix-ui/react-switch": "^1.0.3", |
| 23 | + "@plasmohq/storage": "^1.12.0", |
| 24 | + "@radix-ui/react-accordion": "^1.2.1", |
| 25 | + "@radix-ui/react-dialog": "1.1.2", |
| 26 | + "@radix-ui/react-label": "^2.1.0", |
| 27 | + "@radix-ui/react-slot": "^1.1.0", |
| 28 | + "@radix-ui/react-switch": "^1.1.1", |
29 | 29 | "async-lock": "^1.4.1",
|
30 | 30 | "class-variance-authority": "^0.7.0",
|
31 |
| - "clsx": "^2.1.0", |
32 |
| - "foxact": "^0.2.31", |
| 31 | + "clsx": "^2.1.1", |
| 32 | + "foxact": "^0.2.39", |
33 | 33 | "he": "1.2.0",
|
34 | 34 | "lodash": "^4.17.21",
|
35 |
| - "lucide-react": "^0.334.0", |
| 35 | + "lucide-react": "^0.452.0", |
36 | 36 | "md5.js": "^1.3.5",
|
37 |
| - "plasmo": "0.84.1", |
38 |
| - "react": "18.2.0", |
39 |
| - "react-dom": "18.2.0", |
| 37 | + "plasmo": "0.89.3", |
| 38 | + "react": "18.3.1", |
| 39 | + "react-dom": "18.3.1", |
40 | 40 | "react-hot-toast": "^2.4.1",
|
41 |
| - "react-router-dom": "^6.22.1", |
| 41 | + "react-router-dom": "^6.27.0", |
42 | 42 | "route-recognizer": "^0.3.4",
|
43 | 43 | "rss-parser": "3.13.0",
|
44 |
| - "tailwind-merge": "^2.2.1", |
| 44 | + "tailwind-merge": "^2.5.3", |
45 | 45 | "tailwindcss-animate": "^1.0.7",
|
46 |
| - "tldts": "^6.1.11", |
47 |
| - "usehooks-ts": "^2.14.0", |
48 |
| - "xss": "1.0.14" |
| 46 | + "tldts": "^6.1.51", |
| 47 | + "usehooks-ts": "^3.1.0", |
| 48 | + "xss": "1.0.15" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@egoist/tailwindcss-icons": "^1.7.4", |
52 |
| - "@ianvs/prettier-plugin-sort-imports": "4.1.1", |
53 |
| - "@types/chrome": "^0.0.260", |
54 |
| - "@types/node": "20.11.19", |
55 |
| - "@types/react": "18.2.56", |
56 |
| - "@types/react-dom": "18.2.19", |
57 |
| - "autoprefixer": "^10.4.17", |
58 |
| - "husky": "9.0.11", |
59 |
| - "lint-staged": "15.2.2", |
60 |
| - "postcss": "^8.4.35", |
61 |
| - "prettier": "3.2.5", |
| 51 | + "@egoist/tailwindcss-icons": "^1.8.1", |
| 52 | + "@ianvs/prettier-plugin-sort-imports": "4.3.1", |
| 53 | + "@types/chrome": "^0.0.277", |
| 54 | + "@types/node": "22.7.5", |
| 55 | + "@types/react": "18.3.11", |
| 56 | + "@types/react-dom": "18.3.1", |
| 57 | + "autoprefixer": "^10.4.20", |
| 58 | + "husky": "9.1.6", |
| 59 | + "lint-staged": "15.2.10", |
| 60 | + "postcss": "^8.4.47", |
| 61 | + "prettier": "3.3.3", |
62 | 62 | "prettier-package-json": "2.8.0",
|
63 |
| - "shadcn-ui": "^0.8.0", |
64 |
| - "tailwindcss": "^3.4.1", |
65 |
| - "typescript": "5.3.3" |
| 63 | + "shadcn-ui": "^0.9.2", |
| 64 | + "tailwindcss": "^3.4.13", |
| 65 | + "typescript": "5.6.3" |
66 | 66 | },
|
67 | 67 | "lint-staged": {
|
68 | 68 | "**/*": "prettier --write --ignore-unknown"
|
|
0 commit comments