|
1 | 1 | { |
2 | 2 | "name": "@lobehub/tts", |
3 | | - "version": "1.28.4", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "A high-quality & reliable TTS React Hooks library", |
5 | 5 | "homepage": "https://github.com/lobehub/lobe-tts", |
6 | 6 | "bugs": { |
|
72 | 72 | ] |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "@lobehub/ui": "^1.162.0", |
| 75 | + "@lobehub/ui": "v2.0.0", |
76 | 76 | "antd-style": "^3.7.1", |
77 | 77 | "lodash-es": "^4.17.21", |
78 | 78 | "lucide-react": "^0.469.0", |
79 | 79 | "markdown-to-txt": "^2.0.1", |
80 | | - "openai": "^4.77.3", |
| 80 | + "openai": "^4.93.0", |
81 | 81 | "query-string": "^9.1.1", |
82 | 82 | "react-layout-kit": "^1.9.1", |
83 | | - "remark-gfm": "^4.0.0", |
| 83 | + "remark-gfm": "^4.0.1", |
84 | 84 | "remark-parse": "^11.0.0", |
85 | | - "swr": "^2.3.0", |
| 85 | + "swr": "^2.3.3", |
86 | 86 | "unified": "^11.0.5", |
87 | 87 | "unist-util-visit": "^5.0.0", |
88 | 88 | "url-join": "^5.0.0", |
89 | | - "uuid": "^11.0.4" |
| 89 | + "uuid": "^11.1.0" |
90 | 90 | }, |
91 | 91 | "devDependencies": { |
92 | | - "@commitlint/cli": "^19.6.1", |
| 92 | + "@commitlint/cli": "^19.8.0", |
93 | 93 | "@lobehub/i18n-cli": "^1.20.3", |
94 | | - "@lobehub/lint": "^1.25.3", |
| 94 | + "@lobehub/lint": "^1.26.1", |
95 | 95 | "@types/lodash-es": "^4.17.12", |
96 | | - "@types/node": "^22.10.5", |
97 | | - "@types/react": "^19.0.3", |
98 | | - "@types/react-dom": "^19.0.2", |
| 96 | + "@types/node": "^22.14.0", |
| 97 | + "@types/react": "^19.1.0", |
| 98 | + "@types/react-dom": "^19.1.2", |
99 | 99 | "@types/uuid": "^10.0.0", |
100 | | - "@vercel/node": "^5.0.2", |
| 100 | + "@vercel/node": "^5.1.14", |
101 | 101 | "@vitest/coverage-v8": "~1.2.2", |
102 | 102 | "babel-plugin-antd-style": "^1.0.4", |
103 | 103 | "clean-package": "^2.2.0", |
104 | | - "commitlint": "^19.6.1", |
| 104 | + "commitlint": "^19.8.0", |
105 | 105 | "concurrently": "^9.1.2", |
106 | 106 | "dpdm": "^3.14.0", |
107 | | - "dumi": "^2.4.17", |
108 | | - "dumi-theme-lobehub": "^1.12.0", |
| 107 | + "dumi": "^2.4.20", |
| 108 | + "dumi-theme-lobehub": "v2.0.0", |
109 | 109 | "eslint": "^8.57.1", |
110 | | - "father": "^4.5.1", |
| 110 | + "father": "^4.5.2", |
111 | 111 | "husky": "^9.1.7", |
112 | 112 | "jsdom": "^25.0.1", |
113 | | - "lint-staged": "^15.3.0", |
114 | | - "prettier": "^3.4.2", |
115 | | - "react": "^19.0.0", |
116 | | - "react-dom": "^19.0.0", |
| 113 | + "lint-staged": "^15.5.0", |
| 114 | + "prettier": "^3.5.3", |
| 115 | + "react": "^19.1.0", |
| 116 | + "react-dom": "^19.1.0", |
117 | 117 | "remark": "^15.0.1", |
118 | 118 | "remark-cli": "^12.0.1", |
119 | 119 | "semantic-release": "^21.1.2", |
120 | 120 | "stylelint": "^15.11.0", |
121 | | - "tsx": "^4.19.2", |
122 | | - "typescript": "^5.7.2", |
123 | | - "vercel": "^39.2.6", |
| 121 | + "tsx": "^4.19.3", |
| 122 | + "typescript": "^5.8.3", |
| 123 | + "vercel": "^41.5.0", |
124 | 124 | "vitest": "~1.2.2" |
125 | 125 | }, |
126 | 126 | "peerDependencies": { |
127 | 127 | "antd": "^5.23.0", |
128 | | - "react": "^18.0.0 || ^19.0.0", |
129 | | - "react-dom": "^18.0.0 || ^19.0.0" |
| 128 | + "react": "^19.0.0", |
| 129 | + "react-dom": "^19.0.0" |
130 | 130 | }, |
131 | 131 | "publishConfig": { |
132 | 132 | "access": "public", |
|
0 commit comments