@yamada-ui/charts 1.5.0-dev-20240823154432 → 1.5.0-dev-20240825044554

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 +7 -13
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,19 +3,13 @@
3
3
  ## Installation
4
4
 
5
5
  ```sh
6
- $ pnpm add @yamada-ui/charts
7
- ```
8
-
9
- or
10
-
11
- ```sh
12
- $ yarn add @yamada-ui/charts
13
- ```
14
-
15
- or
16
-
17
- ```sh
18
- $ npm install @yamada-ui/charts
6
+ pnpm add @yamada-ui/charts
7
+ # or
8
+ yarn add @yamada-ui/charts
9
+ # or
10
+ npm install @yamada-ui/charts
11
+ # or
12
+ bun add @yamada-ui/charts
19
13
  ```
20
14
 
21
15
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/charts",
3
- "version": "1.5.0-dev-20240823154432",
3
+ "version": "1.5.0-dev-20240825044554",
4
4
  "description": "Yamada UI charts component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -29,7 +29,7 @@
29
29
  "homepage": "https://yamada-ui.com",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/hirotomoyamada/yamada-ui",
32
+ "url": "https://github.com/hirotomoyamada/yamada-ui",
33
33
  "directory": "packages/components/charts"
34
34
  },
35
35
  "bugs": {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "recharts": "^2.12.7",
40
- "@yamada-ui/core": "1.13.0-dev-20240823154432",
41
- "@yamada-ui/utils": "1.4.0-dev-20240823154432"
40
+ "@yamada-ui/core": "1.13.0-dev-20240825044554",
41
+ "@yamada-ui/utils": "1.4.0-dev-20240825044554"
42
42
  },
43
43
  "devDependencies": {
44
44
  "clean-package": "2.2.0",