|
1 | 1 | { |
2 | 2 | "name": "echarts-for-react", |
3 | | - "version": "3.0.0", |
| 3 | + "version": "3.0.1", |
4 | 4 | "description": " Apache Echarts components for React.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "module": "esm/index.js", |
|
46 | 46 | }, |
47 | 47 | "homepage": "https://github.com/hustcc/echarts-for-react", |
48 | 48 | "devDependencies": { |
49 | | - "@commitlint/cli": "^11.0.0", |
50 | | - "@commitlint/config-angular": "^11.0.0", |
| 49 | + "@commitlint/cli": "^12.0.0", |
| 50 | + "@commitlint/config-angular": "^12.0.0", |
51 | 51 | "@types/jest": "^26.0.20", |
52 | | - "@types/node": "^14.14.30", |
| 52 | + "@types/node": "^14.14.31", |
53 | 53 | "@types/react": "^17.0.2", |
54 | | - "@typescript-eslint/eslint-plugin": "^4.15.1", |
55 | | - "@typescript-eslint/parser": "^4.15.1", |
| 54 | + "@typescript-eslint/eslint-plugin": "^4.15.2", |
| 55 | + "@typescript-eslint/parser": "^4.15.2", |
56 | 56 | "cross-env": "^7.0.3", |
57 | | - "dumi": "^1.1.4", |
58 | | - "dumi-theme-default": "^1.0.4", |
| 57 | + "dumi": "^1.1.6", |
| 58 | + "dumi-theme-default": "^1.0.6", |
59 | 59 | "echarts": "^5.0.2", |
60 | 60 | "echarts-gl": "^2.0.2", |
61 | 61 | "eslint": "^7.20.0", |
62 | | - "eslint-config-prettier": "^7.2.0", |
| 62 | + "eslint-config-prettier": "^8.1.0", |
63 | 63 | "eslint-plugin-import": "^2.22.1", |
64 | 64 | "eslint-plugin-prettier": "^3.3.1", |
65 | 65 | "gh-pages": "^3.1.0", |
66 | | - "husky": "^5.0.9", |
| 66 | + "husky": "^5.1.1", |
67 | 67 | "jest": "^26.6.3", |
68 | 68 | "jest-canvas-mock": "^2.3.1", |
69 | 69 | "jest-electron": "^0.1.11", |
|
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "prettier": "^2.2.1", |
76 | 76 | "rimraf": "^3.0.2", |
77 | | - "ts-jest": "^26.5.1", |
| 77 | + "ts-jest": "^26.5.2", |
78 | 78 | "ts-loader": "^8.0.17", |
79 | | - "typescript": "^4.1.5" |
| 79 | + "typescript": "^4.2.2" |
80 | 80 | }, |
81 | 81 | "dependencies": { |
82 | 82 | "size-sensor": "^1.0.1", |
|
0 commit comments