@mantine/charts 9.0.0-alpha.7 → 9.0.0
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ Charts components built with recharts and Mantine
|
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
# With yarn
|
|
13
|
-
yarn add @mantine/charts
|
|
13
|
+
yarn add @mantine/charts @mantine/core @mantine/hooks recharts
|
|
14
14
|
|
|
15
15
|
# With npm
|
|
16
|
-
npm install @mantine/charts
|
|
16
|
+
npm install @mantine/charts @mantine/core @mantine/hooks recharts
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/charts",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Charts components built with recharts and Mantine",
|
|
5
5
|
"homepage": "https://mantine.dev/",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"directory": "packages/@mantine/charts"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@mantine/core": "9.0.0
|
|
39
|
-
"@mantine/hooks": "9.0.0
|
|
38
|
+
"@mantine/core": "9.0.0",
|
|
39
|
+
"@mantine/hooks": "9.0.0",
|
|
40
40
|
"react": "^19.2.0",
|
|
41
41
|
"react-dom": "^19.2.0",
|
|
42
42
|
"recharts": ">=3.2.1"
|