@neo4j-ndl/react-charts 1.1.8 → 1.1.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/lib/LICENSES.txt +35987 -2
- package/lib/NOTICE.txt +1963 -3
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react-charts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of charts from Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=19.0.0",
|
|
57
57
|
"react-dom": ">=19.0.0",
|
|
58
|
-
"@neo4j-ndl/base": "^4.16.
|
|
59
|
-
"@neo4j-ndl/react": "^4.16.
|
|
58
|
+
"@neo4j-ndl/base": "^4.16.3",
|
|
59
|
+
"@neo4j-ndl/react": "^4.16.5"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"classnames": "2.5.1",
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"build:types": "pnpm exec tsc -p tsconfig.types.json",
|
|
75
75
|
"format": "pnpm exec prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
|
|
76
76
|
"lint": "pnpm exec eslint src",
|
|
77
|
+
"license:quick-show:local": "../../scripts/cc.sh '{yellow 📄} Licenses for react-charts! {yellow 📄}' && pnpm exec license-checker --production --relativeLicensePath",
|
|
77
78
|
"nuke:local": "../../scripts/cc.sh '{yellow ☢️} Nuking react-charts! {yellow ☢️}' && pnpm dlx rimraf@5.0.5 .tsbuildinfo node_modules lib playwright-report test-results playwright/.cache"
|
|
78
79
|
}
|
|
79
80
|
}
|