|
1 | 1 | { |
2 | 2 | "name": "tdesign-mobile-react", |
3 | | - "version": "0.13.0-beta", |
| 3 | + "version": "0.13.2", |
4 | 4 | "description": "TDesign Component for Mobile React", |
5 | 5 | "title": "tdesign-mobile-react", |
6 | 6 | "main": "cjs/index.js", |
|
32 | 32 | "site:build": "cd site && vite build", |
33 | 33 | "site:serve": "cd site && vite preview", |
34 | 34 | "site:intranet": "cd site && vite build --mode intranet", |
35 | | - "site:preview": "cd site && vite build --mode preview", |
| 35 | + "site:preview": "cd site && cross-env NODE_ENV=development vite build --mode preview", |
36 | 36 | "postsite:preview": "cp _site/index.html _site/404.html", |
37 | 37 | "lint": "eslint --ext .ts,.tsx ./ --max-warnings 0", |
38 | 38 | "lint:fix": "eslint --ext .ts,.tsx ./ --max-warnings 0 --fix", |
|
92 | 92 | "@testing-library/react": "^16.3.0", |
93 | 93 | "@testing-library/user-event": "^14.6.1", |
94 | 94 | "@types/lodash-es": "^4.17.12", |
95 | | - "@types/node": "^20.14.11", |
| 95 | + "@types/node": "^22.14.1", |
96 | 96 | "@types/react": "^19.1.0", |
97 | 97 | "@types/react-dom": "^19.1.1", |
98 | 98 | "@types/react-transition-group": "^4.4.4", |
| 99 | + "@types/rimraf": "^4.0.5", |
99 | 100 | "@types/tinycolor2": "^1.4.6", |
100 | 101 | "@typescript-eslint/eslint-plugin": "^5.6.0", |
101 | 102 | "@typescript-eslint/parser": "^5.6.0", |
102 | | - "@vitejs/plugin-react": "^1.1.1", |
| 103 | + "@vitejs/plugin-react": "^4.4.1", |
103 | 104 | "@vitest/coverage-istanbul": "^2.0.3", |
104 | 105 | "@vitest/coverage-v8": "^2.0.3", |
105 | 106 | "@vitest/ui": "^2.0.3", |
|
139 | 140 | "react": "^19.1.0", |
140 | 141 | "react-dom": "^19.1.0", |
141 | 142 | "react-router-dom": "^6.2.2", |
142 | | - "rimraf": "^3.0.2", |
| 143 | + "rimraf": "^6.0.1", |
143 | 144 | "rollup": "^2.55.0", |
144 | 145 | "rollup-plugin-analyzer": "^4.0.0", |
145 | 146 | "rollup-plugin-esbuild": "^4.5.0", |
|
150 | 151 | "rollup-plugin-styles": "^3.14.1", |
151 | 152 | "rollup-plugin-terser": "^7.0.2", |
152 | 153 | "rollup-plugin-typescript2": "^0.31.2", |
153 | | - "tdesign-icons-view": "^0.3.5", |
| 154 | + "tdesign-icons-view": "^0.3.6", |
154 | 155 | "tdesign-site-components": "^0.15.6", |
155 | 156 | "tdesign-theme-generator": "^1.1.0", |
156 | | - "typescript": "5.2.2", |
157 | | - "vite": "^2.7.0", |
158 | | - "vite-plugin-pwa": "^0.11.11", |
159 | | - "vite-plugin-tdoc": "^2.0.0", |
| 157 | + "typescript": "^5.8.3", |
| 158 | + "vite": "^6.2.3", |
| 159 | + "vite-plugin-pwa": "^1.0.0", |
| 160 | + "vite-plugin-tdoc": "^2.0.4", |
160 | 161 | "vitest": "^2.1.9", |
161 | 162 | "workbox-precaching": "^6.3.0" |
162 | 163 | }, |
|
170 | 171 | "lodash-es": "^4.17.21", |
171 | 172 | "react-transition-group": "^4.4.2", |
172 | 173 | "smoothscroll-polyfill": "^0.4.4", |
173 | | - "tdesign-icons-react": "^0.5.0-alpha.1", |
| 174 | + "tdesign-icons-react": "^0.5.0", |
174 | 175 | "tinycolor2": "^1.6.0" |
175 | 176 | }, |
176 | 177 | "config": { |
|
0 commit comments