|
45 | 45 | "homepage": "https://github.com/molvqingtai/WebChat",
|
46 | 46 | "dependencies": {
|
47 | 47 | "@hookform/resolvers": "^3.9.1",
|
| 48 | + "@number-flow/react": "^0.3.2", |
48 | 49 | "@perfsee/jsonr": "^1.13.0",
|
49 | 50 | "@radix-ui/react-avatar": "^1.1.1",
|
50 | 51 | "@radix-ui/react-checkbox": "^1.1.2",
|
51 | 52 | "@radix-ui/react-dropdown-menu": "^2.1.2",
|
52 | 53 | "@radix-ui/react-hover-card": "^1.1.2",
|
53 |
| - "@radix-ui/react-icons": "^1.3.1", |
| 54 | + "@radix-ui/react-icons": "^1.3.2", |
54 | 55 | "@radix-ui/react-label": "^2.1.0",
|
55 | 56 | "@radix-ui/react-popover": "^1.1.2",
|
56 | 57 | "@radix-ui/react-portal": "^1.1.2",
|
|
63 | 64 | "@resreq/timer": "^1.1.6",
|
64 | 65 | "@rtco/client": "^0.2.17",
|
65 | 66 | "@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", |
67 | 69 | "@webext-core/proxy-service": "^1.2.0",
|
68 | 70 | "class-variance-authority": "^0.7.0",
|
69 | 71 | "clsx": "^2.1.1",
|
70 | 72 | "danmu": "^0.14.0",
|
71 | 73 | "date-fns": "^4.1.0",
|
72 |
| - "framer-motion": "^11.11.13", |
| 74 | + "framer-motion": "^11.11.17", |
73 | 75 | "idb-keyval": "^6.2.1",
|
74 | 76 | "lucide-react": "^0.456.0",
|
75 | 77 | "nanoid": "^5.0.8",
|
|
123 | 125 | "prettier": "^3.3.3",
|
124 | 126 | "rimraf": "^6.0.1",
|
125 | 127 | "semantic-release": "^24.2.0",
|
126 |
| - "tailwindcss": "^3.4.14", |
| 128 | + "tailwindcss": "^3.4.15", |
127 | 129 | "tailwindcss-animate": "^1.0.7",
|
128 | 130 | "typescript": "^5.6.3",
|
129 | 131 | "typescript-eslint": "^8.14.0",
|
130 | 132 | "vite-plugin-svgr": "^4.3.0",
|
131 | 133 | "webext-bridge": "^6.0.1",
|
132 |
| - "wxt": "^0.19.13" |
| 134 | + "wxt": "^0.19.15" |
133 | 135 | },
|
134 | 136 | "lint-staged": {
|
135 | 137 | "*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"
|
|
0 commit comments