@neo4j-ndl/react-charts 1.3.9 → 1.3.10
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react-charts",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of charts from Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": ">=19.0.0",
|
|
59
59
|
"react-dom": ">=19.0.0",
|
|
60
|
-
"@neo4j-ndl/
|
|
61
|
-
"@neo4j-ndl/
|
|
60
|
+
"@neo4j-ndl/react": "^4.23.5",
|
|
61
|
+
"@neo4j-ndl/base": "^4.22.4"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"classnames": "2.5.1",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: ndl-react-charts
|
|
3
3
|
metadata:
|
|
4
4
|
package: '@neo4j-ndl/react-charts'
|
|
5
|
-
version: '1.3.
|
|
5
|
+
version: '1.3.10'
|
|
6
6
|
description: >-
|
|
7
7
|
Build data visualizations with the Neo4j Needle React Charts library
|
|
8
8
|
(@neo4j-ndl/react-charts), an Apache ECharts-based charting layer. Use when
|
|
@@ -15,7 +15,7 @@ description: >-
|
|
|
15
15
|
|
|
16
16
|
# Neo4j Needle React Charts (@neo4j-ndl/react-charts)
|
|
17
17
|
|
|
18
|
-
> 📌 Shipped with `@neo4j-ndl/react-charts` v1.3.
|
|
18
|
+
> 📌 Shipped with `@neo4j-ndl/react-charts` v1.3.10. Once installed into your repo (e.g. via
|
|
19
19
|
> `npx skills add`) this folder is detached from the package — the installed
|
|
20
20
|
> package (TypeScript types in `node_modules/@neo4j-ndl/react-charts`) is the source of
|
|
21
21
|
> truth.
|