Skip to content

Commit 75b52d4

Browse files
committed
Merge branch 'develop'
2 parents 331d5dd + 44f3956 commit 75b52d4

File tree

15 files changed

+649
-363
lines changed

15 files changed

+649
-363
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"homepage": "https://github.com/molvqingtai/WebChat",
4646
"dependencies": {
4747
"@hookform/resolvers": "^3.9.1",
48-
"@lottiefiles/dotlottie-react": "^0.9.2",
48+
"@lottiefiles/dotlottie-react": "^0.9.3",
4949
"@perfsee/jsonr": "^1.13.0",
5050
"@radix-ui/react-avatar": "^1.1.1",
5151
"@radix-ui/react-checkbox": "^1.1.2",
5252
"@radix-ui/react-dropdown-menu": "^2.1.2",
5353
"@radix-ui/react-hover-card": "^1.1.2",
54-
"@radix-ui/react-icons": "^1.3.0",
54+
"@radix-ui/react-icons": "^1.3.1",
5555
"@radix-ui/react-label": "^2.1.0",
5656
"@radix-ui/react-popover": "^1.1.2",
5757
"@radix-ui/react-portal": "^1.1.2",
@@ -70,7 +70,7 @@
7070
"clsx": "^2.1.1",
7171
"danmu": "^0.14.0",
7272
"date-fns": "^4.1.0",
73-
"framer-motion": "^11.11.10",
73+
"framer-motion": "^11.11.11",
7474
"idb-keyval": "^6.2.1",
7575
"lucide-react": "^0.454.0",
7676
"nanoid": "^5.0.8",
@@ -86,7 +86,7 @@
8686
"remesh-logger": "^4.1.0",
8787
"remesh-react": "^4.1.2",
8888
"rxjs": "^7.8.1",
89-
"sonner": "^1.5.0",
89+
"sonner": "^1.6.1",
9090
"tailwind-merge": "^2.5.4",
9191
"trystero": "^0.20.0",
9292
"type-fest": "^4.26.1",
@@ -97,27 +97,27 @@
9797
"@commitlint/cli": "^19.5.0",
9898
"@commitlint/config-conventional": "^19.5.0",
9999
"@eslint-react/eslint-plugin": "^1.15.2",
100-
"@eslint/js": "^9.13.0",
100+
"@eslint/js": "^9.14.0",
101101
"@semantic-release/changelog": "^6.0.3",
102102
"@semantic-release/exec": "^6.0.3",
103103
"@semantic-release/git": "^10.0.1",
104104
"@types/eslint": "^9.6.1",
105105
"@types/eslint__js": "^8.42.3",
106106
"@types/eslint-plugin-tailwindcss": "^3.17.0",
107-
"@types/node": "^22.8.2",
107+
"@types/node": "^22.8.6",
108108
"@types/react": "^18.3.12",
109109
"@types/react-dom": "^18.3.1",
110-
"@typescript-eslint/parser": "^8.12.1",
110+
"@typescript-eslint/parser": "^8.12.2",
111111
"@vitejs/plugin-react": "^4.3.3",
112112
"autoprefixer": "^10.4.20",
113113
"cross-env": "^7.0.3",
114-
"eslint": "^9.13.0",
114+
"eslint": "^9.14.0",
115115
"eslint-config-prettier": "^9.1.0",
116116
"eslint-plugin-prettier": "^5.2.1",
117117
"eslint-plugin-tailwindcss": "^3.17.5",
118118
"globals": "^15.11.0",
119119
"husky": "^9.1.6",
120-
"jiti": "^2.3.3",
120+
"jiti": "^2.4.0",
121121
"lint-staged": "^15.2.10",
122122
"npm-run-all": "^4.1.5",
123123
"postcss": "^8.4.47",
@@ -128,8 +128,8 @@
128128
"tailwindcss": "^3.4.14",
129129
"tailwindcss-animate": "^1.0.7",
130130
"typescript": "^5.6.3",
131-
"typescript-eslint": "^8.12.1",
132-
"vite-plugin-svgr": "^4.2.0",
131+
"typescript-eslint": "^8.12.2",
132+
"vite-plugin-svgr": "^4.3.0",
133133
"webext-bridge": "^6.0.1",
134134
"wxt": "^0.19.13"
135135
},

0 commit comments

Comments
 (0)