|
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 | + "@number-flow/react": "^0.3.4", |
49 | 49 | "@perfsee/jsonr": "^1.13.0",
|
50 | 50 | "@radix-ui/react-avatar": "^1.1.1",
|
51 | 51 | "@radix-ui/react-checkbox": "^1.1.2",
|
|
73 | 73 | "date-fns": "^4.1.0",
|
74 | 74 | "framer-motion": "^11.11.17",
|
75 | 75 | "idb-keyval": "^6.2.1",
|
76 |
| - "lucide-react": "^0.456.0", |
| 76 | + "lucide-react": "^0.460.0", |
77 | 77 | "nanoid": "^5.0.8",
|
78 | 78 | "react": "^18.3.1",
|
79 | 79 | "react-dom": "^18.3.1",
|
|
89 | 89 | "rxjs": "^7.8.1",
|
90 | 90 | "sonner": "^1.7.0",
|
91 | 91 | "tailwind-merge": "^2.5.4",
|
92 |
| - "type-fest": "^4.26.1", |
| 92 | + "type-fest": "^4.27.0", |
93 | 93 | "unstorage": "^1.13.1",
|
94 | 94 | "valibot": "1.0.0-beta.0"
|
95 | 95 | },
|
96 | 96 | "devDependencies": {
|
97 | 97 | "@commitlint/cli": "^19.5.0",
|
98 | 98 | "@commitlint/config-conventional": "^19.5.0",
|
99 | 99 | "@eslint-react/eslint-plugin": "^1.16.1",
|
100 |
| - "@eslint/js": "^9.14.0", |
| 100 | + "@eslint/js": "^9.15.0", |
101 | 101 | "@semantic-release/changelog": "^6.0.3",
|
102 | 102 | "@semantic-release/exec": "^6.0.3",
|
103 | 103 | "@semantic-release/git": "^10.0.1",
|
|
111 | 111 | "@vitejs/plugin-react": "^4.3.3",
|
112 | 112 | "autoprefixer": "^10.4.20",
|
113 | 113 | "cross-env": "^7.0.3",
|
114 |
| - "eslint": "^9.14.0", |
| 114 | + "eslint": "^9.15.0", |
115 | 115 | "eslint-config-prettier": "^9.1.0",
|
116 | 116 | "eslint-plugin-prettier": "^5.2.1",
|
117 | 117 | "eslint-plugin-tailwindcss": "^3.17.5",
|
|
131 | 131 | "typescript-eslint": "^8.14.0",
|
132 | 132 | "vite-plugin-svgr": "^4.3.0",
|
133 | 133 | "webext-bridge": "^6.0.1",
|
134 |
| - "wxt": "^0.19.15" |
| 134 | + "wxt": "^0.19.16" |
135 | 135 | },
|
136 | 136 | "lint-staged": {
|
137 | 137 | "*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"
|
|
0 commit comments