Skip to content

Commit e05ce96

Browse files
committed
Merge branch 'develop'
2 parents 1259b2f + d0fea9e commit e05ce96

33 files changed

+1152
-3040
lines changed

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"homepage": "https://github.com/molvqingtai/WebChat",
4646
"dependencies": {
4747
"@hookform/resolvers": "^3.9.1",
48-
"@lottiefiles/dotlottie-react": "^0.9.3",
4948
"@perfsee/jsonr": "^1.13.0",
5049
"@radix-ui/react-avatar": "^1.1.1",
5150
"@radix-ui/react-checkbox": "^1.1.2",
@@ -57,7 +56,7 @@
5756
"@radix-ui/react-portal": "^1.1.2",
5857
"@radix-ui/react-presence": "^1.1.1",
5958
"@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",
6160
"@radix-ui/react-slot": "^1.1.0",
6261
"@radix-ui/react-switch": "^1.1.1",
6362
"@resreq/event-hub": "^1.6.0",
@@ -70,13 +69,13 @@
7069
"clsx": "^2.1.1",
7170
"danmu": "^0.14.0",
7271
"date-fns": "^4.1.0",
73-
"framer-motion": "^11.11.11",
72+
"framer-motion": "^11.11.13",
7473
"idb-keyval": "^6.2.1",
75-
"lucide-react": "^0.454.0",
74+
"lucide-react": "^0.456.0",
7675
"nanoid": "^5.0.8",
7776
"react": "^18.3.1",
7877
"react-dom": "^18.3.1",
79-
"react-hook-form": "^7.53.1",
78+
"react-hook-form": "^7.53.2",
8079
"react-markdown": "^9.0.1",
8180
"react-use": "^17.5.1",
8281
"react-virtuoso": "^4.12.0",
@@ -88,47 +87,46 @@
8887
"rxjs": "^7.8.1",
8988
"sonner": "^1.7.0",
9089
"tailwind-merge": "^2.5.4",
91-
"trystero": "^0.20.0",
9290
"type-fest": "^4.26.1",
9391
"unstorage": "^1.13.1",
9492
"valibot": "1.0.0-beta.0"
9593
},
9694
"devDependencies": {
9795
"@commitlint/cli": "^19.5.0",
9896
"@commitlint/config-conventional": "^19.5.0",
99-
"@eslint-react/eslint-plugin": "^1.15.2",
97+
"@eslint-react/eslint-plugin": "^1.16.1",
10098
"@eslint/js": "^9.14.0",
10199
"@semantic-release/changelog": "^6.0.3",
102100
"@semantic-release/exec": "^6.0.3",
103101
"@semantic-release/git": "^10.0.1",
104102
"@types/eslint": "^9.6.1",
105-
"@types/eslint-plugin-tailwindcss": "^3.17.0",
106103
"@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",
108106
"@types/react": "^18.3.12",
109107
"@types/react-dom": "^18.3.1",
110-
"@typescript-eslint/parser": "^8.12.2",
108+
"@typescript-eslint/parser": "^8.14.0",
111109
"@vitejs/plugin-react": "^4.3.3",
112110
"autoprefixer": "^10.4.20",
113111
"cross-env": "^7.0.3",
114112
"eslint": "^9.14.0",
115113
"eslint-config-prettier": "^9.1.0",
116114
"eslint-plugin-prettier": "^5.2.1",
117115
"eslint-plugin-tailwindcss": "^3.17.5",
118-
"globals": "^15.11.0",
116+
"globals": "^15.12.0",
119117
"husky": "^9.1.6",
120118
"jiti": "^2.4.0",
121119
"lint-staged": "^15.2.10",
122120
"npm-run-all": "^4.1.5",
123-
"postcss": "^8.4.47",
121+
"postcss": "^8.4.49",
124122
"postcss-rem-to-responsive-pixel": "^6.0.2",
125123
"prettier": "^3.3.3",
126124
"rimraf": "^6.0.1",
127125
"semantic-release": "^24.2.0",
128126
"tailwindcss": "^3.4.14",
129127
"tailwindcss-animate": "^1.0.7",
130128
"typescript": "^5.6.3",
131-
"typescript-eslint": "^8.12.2",
129+
"typescript-eslint": "^8.14.0",
132130
"vite-plugin-svgr": "^4.3.0",
133131
"webext-bridge": "^6.0.1",
134132
"wxt": "^0.19.13"

0 commit comments

Comments
 (0)