|
15 | 15 | "pack:firefox": "wxt zip -b firefox",
|
16 | 16 | "lint": "eslint --fix --flag unstable_ts_config",
|
17 | 17 | "clear": "rimraf .output",
|
18 |
| - "tsc": "tsc --noEmit", |
| 18 | + "check": "tsc --noEmit", |
19 | 19 | "prepare": "husky",
|
20 | 20 | "postinstall": "wxt prepare"
|
21 | 21 | },
|
|
45 | 45 | "homepage": "https://github.com/molvqingtai/WebChat",
|
46 | 46 | "dependencies": {
|
47 | 47 | "@hookform/resolvers": "^3.9.0",
|
48 |
| - "@lottiefiles/dotlottie-react": "^0.9.1", |
| 48 | + "@lottiefiles/dotlottie-react": "^0.9.2", |
49 | 49 | "@perfsee/jsonr": "^1.13.0",
|
50 | 50 | "@radix-ui/react-avatar": "^1.1.1",
|
51 | 51 | "@radix-ui/react-checkbox": "^1.1.2",
|
|
54 | 54 | "@radix-ui/react-icons": "^1.3.0",
|
55 | 55 | "@radix-ui/react-label": "^2.1.0",
|
56 | 56 | "@radix-ui/react-popover": "^1.1.2",
|
| 57 | + "@radix-ui/react-portal": "^1.1.2", |
| 58 | + "@radix-ui/react-presence": "^1.1.1", |
57 | 59 | "@radix-ui/react-radio-group": "^1.2.1",
|
58 | 60 | "@radix-ui/react-scroll-area": "^1.2.0",
|
59 | 61 | "@radix-ui/react-slot": "^1.1.0",
|
|
62 | 64 | "@resreq/timer": "^1.1.6",
|
63 | 65 | "@rtco/client": "^0.2.17",
|
64 | 66 | "@tailwindcss/typography": "^0.5.15",
|
65 |
| - "@webext-core/messaging": "^1.4.0", |
| 67 | + "@webext-core/messaging": "^2.0.2", |
66 | 68 | "@webext-core/proxy-service": "^1.2.0",
|
67 | 69 | "class-variance-authority": "^0.7.0",
|
68 | 70 | "clsx": "^2.1.1",
|
69 |
| - "danmu": "^0.12.0", |
| 71 | + "danmu": "^0.14.0", |
70 | 72 | "date-fns": "^4.1.0",
|
71 |
| - "framer-motion": "^11.11.8", |
| 73 | + "framer-motion": "^11.11.10", |
72 | 74 | "idb-keyval": "^6.2.1",
|
73 |
| - "lucide-react": "^0.452.0", |
| 75 | + "lucide-react": "^0.453.0", |
74 | 76 | "nanoid": "^5.0.7",
|
75 |
| - "next-themes": "^0.3.0", |
76 | 77 | "react": "^18.3.1",
|
77 | 78 | "react-dom": "^18.3.1",
|
78 |
| - "react-hook-form": "^7.53.0", |
| 79 | + "react-hook-form": "^7.53.1", |
79 | 80 | "react-markdown": "^9.0.1",
|
80 | 81 | "react-use": "^17.5.1",
|
81 |
| - "react-virtuoso": "^4.10.4", |
| 82 | + "react-virtuoso": "^4.12.0", |
82 | 83 | "remark-breaks": "^4.0.0",
|
83 | 84 | "remark-gfm": "^4.0.0",
|
84 | 85 | "remesh": "^4.2.2",
|
85 | 86 | "remesh-logger": "^4.1.0",
|
86 | 87 | "remesh-react": "^4.1.2",
|
87 | 88 | "rxjs": "^7.8.1",
|
88 | 89 | "sonner": "^1.5.0",
|
89 |
| - "tailwind-merge": "^2.5.3", |
| 90 | + "tailwind-merge": "^2.5.4", |
90 | 91 | "trystero": "^0.20.0",
|
91 | 92 | "type-fest": "^4.26.1",
|
92 | 93 | "unstorage": "1.12.0",
|
|
95 | 96 | "devDependencies": {
|
96 | 97 | "@commitlint/cli": "^19.5.0",
|
97 | 98 | "@commitlint/config-conventional": "^19.5.0",
|
98 |
| - "@eslint-react/eslint-plugin": "^1.15.0", |
99 |
| - "@eslint/js": "^9.12.0", |
| 99 | + "@eslint-react/eslint-plugin": "^1.15.1", |
| 100 | + "@eslint/js": "^9.13.0", |
100 | 101 | "@semantic-release/changelog": "^6.0.3",
|
101 | 102 | "@semantic-release/exec": "^6.0.3",
|
102 | 103 | "@semantic-release/git": "^10.0.1",
|
103 | 104 | "@types/eslint": "^9.6.1",
|
104 |
| - "@types/eslint-plugin-tailwindcss": "^3.17.0", |
105 | 105 | "@types/eslint__js": "^8.42.3",
|
106 |
| - "@types/node": "^22.7.5", |
107 |
| - "@types/react": "^18.3.11", |
| 106 | + "@types/eslint-plugin-tailwindcss": "^3.17.0", |
| 107 | + "@types/node": "^22.8.1", |
| 108 | + "@types/react": "^18.3.12", |
108 | 109 | "@types/react-dom": "^18.3.1",
|
109 |
| - "@typescript-eslint/parser": "^8.8.1", |
110 |
| - "@vitejs/plugin-react": "^4.3.2", |
| 110 | + "@typescript-eslint/parser": "^8.11.0", |
| 111 | + "@vitejs/plugin-react": "^4.3.3", |
111 | 112 | "autoprefixer": "^10.4.20",
|
112 | 113 | "cross-env": "^7.0.3",
|
113 |
| - "eslint": "^9.12.0", |
| 114 | + "eslint": "^9.13.0", |
114 | 115 | "eslint-config-prettier": "^9.1.0",
|
115 | 116 | "eslint-plugin-prettier": "^5.2.1",
|
116 | 117 | "eslint-plugin-tailwindcss": "^3.17.5",
|
|
123 | 124 | "postcss-rem-to-responsive-pixel": "^6.0.2",
|
124 | 125 | "prettier": "^3.3.3",
|
125 | 126 | "rimraf": "^6.0.1",
|
126 |
| - "semantic-release": "^24.1.2", |
127 |
| - "tailwindcss": "^3.4.13", |
| 127 | + "semantic-release": "^24.2.0", |
| 128 | + "tailwindcss": "^3.4.14", |
128 | 129 | "tailwindcss-animate": "^1.0.7",
|
129 | 130 | "typescript": "^5.6.3",
|
130 |
| - "typescript-eslint": "^8.8.1", |
| 131 | + "typescript-eslint": "^8.11.0", |
131 | 132 | "vite-plugin-svgr": "^4.2.0",
|
132 | 133 | "webext-bridge": "^6.0.1",
|
133 |
| - "wxt": "^0.19.11" |
| 134 | + "wxt": "^0.19.13" |
134 | 135 | },
|
135 | 136 | "lint-staged": {
|
136 | 137 | "*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"
|
|
0 commit comments