|
1 | 1 | { |
2 | 2 | "name": "echarts-jsx", |
3 | | - "version": "0.5.4", |
| 3 | + "version": "0.6.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "A real JSX wrapper for ECharts based on TypeScript", |
|
25 | 25 | "module": "dist/index.js", |
26 | 26 | "main": "dist/index.umd.js", |
27 | 27 | "dependencies": { |
28 | | - "echarts": "^5.4.3", |
| 28 | + "echarts": ">=5", |
29 | 29 | "lodash": "^4.17.21", |
30 | | - "web-utility": "^4.1.3" |
| 30 | + "web-utility": "^4.6.4" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | 33 | "react": ">=16" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@types/lodash": "^4.14.200", |
37 | | - "@types/react": "^18.2.34", |
38 | | - "husky": "^8.0.3", |
39 | | - "lint-staged": "^15.0.2", |
| 36 | + "@types/lodash": "^4.17.21", |
| 37 | + "@types/react": "^19.2.6", |
| 38 | + "husky": "^9.1.7", |
| 39 | + "lint-staged": "^16.2.7", |
40 | 40 | "microbundle": "^0.15.1", |
41 | | - "open-cli": "^7.2.0", |
42 | | - "prettier": "^3.0.3", |
43 | | - "react": "^18.2.0", |
44 | | - "typedoc": "^0.25.3", |
45 | | - "typedoc-plugin-mdn-links": "^3.1.0", |
46 | | - "typescript": "~5.2.2" |
| 41 | + "open-cli": "^8.0.0", |
| 42 | + "prettier": "^3.6.2", |
| 43 | + "react": "^19.2.0", |
| 44 | + "typedoc": "^0.28.14", |
| 45 | + "typedoc-plugin-mdn-links": "^5.0.10", |
| 46 | + "typescript": "~5.9.3" |
47 | 47 | }, |
48 | 48 | "prettier": { |
49 | 49 | "singleQuote": true, |
|
56 | 56 | }, |
57 | 57 | "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
58 | 58 | "scripts": { |
59 | | - "prepare": "husky install", |
| 59 | + "prepare": "husky", |
60 | 60 | "test": "lint-staged", |
61 | 61 | "pack-dist": "rm -rf dist/ && microbundle --name EChartsJSX --jsx jsx --jsxImportSource react --globals react/jsx-runtime=jsx,echarts/core=echarts,web-utility=WebUtility", |
62 | 62 | "pack-docs": "rm -rf docs/ && typedoc source/", |
|
0 commit comments