|
45 | 45 | "homepage": "https://github.com/molvqingtai/WebChat",
|
46 | 46 | "dependencies": {
|
47 | 47 | "@hookform/resolvers": "^3.9.1",
|
48 |
| - "@lottiefiles/dotlottie-react": "^0.9.3", |
49 | 48 | "@perfsee/jsonr": "^1.13.0",
|
50 | 49 | "@radix-ui/react-avatar": "^1.1.1",
|
51 | 50 | "@radix-ui/react-checkbox": "^1.1.2",
|
|
57 | 56 | "@radix-ui/react-portal": "^1.1.2",
|
58 | 57 | "@radix-ui/react-presence": "^1.1.1",
|
59 | 58 | "@radix-ui/react-radio-group": "^1.2.1",
|
60 |
| - "@radix-ui/react-scroll-area": "^1.2.0", |
| 59 | + "@radix-ui/react-scroll-area": "^1.2.1", |
61 | 60 | "@radix-ui/react-slot": "^1.1.0",
|
62 | 61 | "@radix-ui/react-switch": "^1.1.1",
|
63 | 62 | "@resreq/event-hub": "^1.6.0",
|
|
70 | 69 | "clsx": "^2.1.1",
|
71 | 70 | "danmu": "^0.14.0",
|
72 | 71 | "date-fns": "^4.1.0",
|
73 |
| - "framer-motion": "^11.11.11", |
| 72 | + "framer-motion": "^11.11.13", |
74 | 73 | "idb-keyval": "^6.2.1",
|
75 |
| - "lucide-react": "^0.454.0", |
| 74 | + "lucide-react": "^0.456.0", |
76 | 75 | "nanoid": "^5.0.8",
|
77 | 76 | "react": "^18.3.1",
|
78 | 77 | "react-dom": "^18.3.1",
|
79 |
| - "react-hook-form": "^7.53.1", |
| 78 | + "react-hook-form": "^7.53.2", |
80 | 79 | "react-markdown": "^9.0.1",
|
81 | 80 | "react-use": "^17.5.1",
|
82 | 81 | "react-virtuoso": "^4.12.0",
|
|
88 | 87 | "rxjs": "^7.8.1",
|
89 | 88 | "sonner": "^1.7.0",
|
90 | 89 | "tailwind-merge": "^2.5.4",
|
91 |
| - "trystero": "^0.20.0", |
92 | 90 | "type-fest": "^4.26.1",
|
93 | 91 | "unstorage": "^1.13.1",
|
94 | 92 | "valibot": "1.0.0-beta.0"
|
95 | 93 | },
|
96 | 94 | "devDependencies": {
|
97 | 95 | "@commitlint/cli": "^19.5.0",
|
98 | 96 | "@commitlint/config-conventional": "^19.5.0",
|
99 |
| - "@eslint-react/eslint-plugin": "^1.15.2", |
| 97 | + "@eslint-react/eslint-plugin": "^1.16.1", |
100 | 98 | "@eslint/js": "^9.14.0",
|
101 | 99 | "@semantic-release/changelog": "^6.0.3",
|
102 | 100 | "@semantic-release/exec": "^6.0.3",
|
103 | 101 | "@semantic-release/git": "^10.0.1",
|
104 | 102 | "@types/eslint": "^9.6.1",
|
105 |
| - "@types/eslint-plugin-tailwindcss": "^3.17.0", |
106 | 103 | "@types/eslint__js": "^8.42.3",
|
107 |
| - "@types/node": "^22.8.7", |
| 104 | + "@types/eslint-plugin-tailwindcss": "^3.17.0", |
| 105 | + "@types/node": "^22.9.0", |
108 | 106 | "@types/react": "^18.3.12",
|
109 | 107 | "@types/react-dom": "^18.3.1",
|
110 |
| - "@typescript-eslint/parser": "^8.12.2", |
| 108 | + "@typescript-eslint/parser": "^8.14.0", |
111 | 109 | "@vitejs/plugin-react": "^4.3.3",
|
112 | 110 | "autoprefixer": "^10.4.20",
|
113 | 111 | "cross-env": "^7.0.3",
|
114 | 112 | "eslint": "^9.14.0",
|
115 | 113 | "eslint-config-prettier": "^9.1.0",
|
116 | 114 | "eslint-plugin-prettier": "^5.2.1",
|
117 | 115 | "eslint-plugin-tailwindcss": "^3.17.5",
|
118 |
| - "globals": "^15.11.0", |
| 116 | + "globals": "^15.12.0", |
119 | 117 | "husky": "^9.1.6",
|
120 | 118 | "jiti": "^2.4.0",
|
121 | 119 | "lint-staged": "^15.2.10",
|
122 | 120 | "npm-run-all": "^4.1.5",
|
123 |
| - "postcss": "^8.4.47", |
| 121 | + "postcss": "^8.4.49", |
124 | 122 | "postcss-rem-to-responsive-pixel": "^6.0.2",
|
125 | 123 | "prettier": "^3.3.3",
|
126 | 124 | "rimraf": "^6.0.1",
|
127 | 125 | "semantic-release": "^24.2.0",
|
128 | 126 | "tailwindcss": "^3.4.14",
|
129 | 127 | "tailwindcss-animate": "^1.0.7",
|
130 | 128 | "typescript": "^5.6.3",
|
131 |
| - "typescript-eslint": "^8.12.2", |
| 129 | + "typescript-eslint": "^8.14.0", |
132 | 130 | "vite-plugin-svgr": "^4.3.0",
|
133 | 131 | "webext-bridge": "^6.0.1",
|
134 | 132 | "wxt": "^0.19.13"
|
|
0 commit comments