Skip to content

Commit 64f7f37

Browse files
committed
Merge branch 'develop'
2 parents efa44f8 + c5185e4 commit 64f7f37

File tree

8 files changed

+229
-145
lines changed

8 files changed

+229
-145
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@
4545
"homepage": "https://github.com/molvqingtai/WebChat",
4646
"dependencies": {
4747
"@hookform/resolvers": "^3.9.1",
48+
"@number-flow/react": "^0.3.2",
4849
"@perfsee/jsonr": "^1.13.0",
4950
"@radix-ui/react-avatar": "^1.1.1",
5051
"@radix-ui/react-checkbox": "^1.1.2",
5152
"@radix-ui/react-dropdown-menu": "^2.1.2",
5253
"@radix-ui/react-hover-card": "^1.1.2",
53-
"@radix-ui/react-icons": "^1.3.1",
54+
"@radix-ui/react-icons": "^1.3.2",
5455
"@radix-ui/react-label": "^2.1.0",
5556
"@radix-ui/react-popover": "^1.1.2",
5657
"@radix-ui/react-portal": "^1.1.2",
@@ -63,13 +64,14 @@
6364
"@resreq/timer": "^1.1.6",
6465
"@rtco/client": "^0.2.17",
6566
"@tailwindcss/typography": "^0.5.15",
66-
"@webext-core/messaging": "^2.0.2",
67+
"@webcomponents/custom-elements": "^1.6.0",
68+
"@webext-core/messaging": "^2.1.0",
6769
"@webext-core/proxy-service": "^1.2.0",
6870
"class-variance-authority": "^0.7.0",
6971
"clsx": "^2.1.1",
7072
"danmu": "^0.14.0",
7173
"date-fns": "^4.1.0",
72-
"framer-motion": "^11.11.13",
74+
"framer-motion": "^11.11.17",
7375
"idb-keyval": "^6.2.1",
7476
"lucide-react": "^0.456.0",
7577
"nanoid": "^5.0.8",
@@ -123,13 +125,13 @@
123125
"prettier": "^3.3.3",
124126
"rimraf": "^6.0.1",
125127
"semantic-release": "^24.2.0",
126-
"tailwindcss": "^3.4.14",
128+
"tailwindcss": "^3.4.15",
127129
"tailwindcss-animate": "^1.0.7",
128130
"typescript": "^5.6.3",
129131
"typescript-eslint": "^8.14.0",
130132
"vite-plugin-svgr": "^4.3.0",
131133
"webext-bridge": "^6.0.1",
132-
"wxt": "^0.19.13"
134+
"wxt": "^0.19.15"
133135
},
134136
"lint-staged": {
135137
"*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"

0 commit comments

Comments
 (0)