@lobehub/charts 1.9.0 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -52,6 +52,18 @@ React modern charts components built on recharts
52
52
 
53
53
  ## ✨ Features
54
54
 
55
+ - [x] Line Chart
56
+ - [x] Area Chart
57
+ - [x] Bar Chart
58
+ - [x] Donut Chart
59
+ - [x] Funnel Chart
60
+ - [x] Scatter Chart
61
+ - [x] Spark Chart
62
+ - [x] Heatmaps
63
+ - [x] Data List
64
+ - [x] Tracker
65
+ - [x] Legend
66
+
55
67
  <div align="right">
56
68
 
57
69
  [![][back-to-top]](#readme-top)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/charts",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "React modern charts components built on recharts",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -35,7 +35,7 @@
35
35
  "lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
36
36
  "lint:md": "remark . --quiet --frail --output",
37
37
  "lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
38
- "prepare": "husky install && npm run setup",
38
+ "prepare": "husky && npm run setup",
39
39
  "prepublishOnly": "npm run build",
40
40
  "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
41
41
  "pull": "git pull",
@@ -67,35 +67,35 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@babel/runtime": "^7.24.8",
70
+ "@babel/runtime": "^7.26.0",
71
71
  "date-fns": "^3.6.0",
72
72
  "polished": "^4.3.1",
73
- "recharts": "^2.12.7"
73
+ "recharts": "^2.13.3"
74
74
  },
75
75
  "devDependencies": {
76
- "@commitlint/cli": "^19.3.0",
77
- "@icons-pack/react-simple-icons": "^9.6.0",
78
- "@lobehub/lint": "^1.24.3",
79
- "@lobehub/ui": "^1.146.8",
76
+ "@commitlint/cli": "^19.6.0",
77
+ "@icons-pack/react-simple-icons": "^9.7.0",
78
+ "@lobehub/lint": "^1.24.4",
79
+ "@lobehub/ui": "^1.153.1",
80
80
  "@testing-library/react": "^14.3.1",
81
81
  "@types/chroma-js": "^2.4.4",
82
82
  "@types/pangu": "^4.0.2",
83
83
  "@types/query-string": "^6.3.0",
84
84
  "@types/react": "18.2.40",
85
- "@types/react-dom": "^18.3.0",
85
+ "@types/react-dom": "^18.3.1",
86
86
  "@vitest/coverage-v8": "~1.2.2",
87
87
  "babel-plugin-antd-style": "^1.0.4",
88
- "commitlint": "^19.3.0",
88
+ "commitlint": "^19.6.0",
89
89
  "concurrently": "^8.2.2",
90
90
  "cross-env": "^7.0.3",
91
91
  "dayjs": "^1.11.13",
92
- "dumi": "2.2.17",
93
- "dumi-theme-lobehub": "^1.8.1",
94
- "eslint": "^8.57.0",
95
- "father": "4.3.1",
96
- "husky": "9.0.11",
92
+ "dumi": "^2.4.14",
93
+ "dumi-theme-lobehub": "^1.9.2",
94
+ "eslint": "^8.57.1",
95
+ "father": "^4.5.1",
96
+ "husky": "^9.1.7",
97
97
  "jsdom": "^23.2.0",
98
- "lint-staged": "^15.2.7",
98
+ "lint-staged": "^15.2.10",
99
99
  "prettier": "^3.3.3",
100
100
  "react": "^18.3.1",
101
101
  "react-dom": "^18.3.1",
@@ -103,7 +103,7 @@
103
103
  "remark-cli": "^11.0.0",
104
104
  "semantic-release": "^21.1.2",
105
105
  "stylelint": "^15.11.0",
106
- "typescript": "^5.5.3",
106
+ "typescript": "^5.7.2",
107
107
  "vitest": "~1.2.2"
108
108
  },
109
109
  "peerDependencies": {