graphviz-react
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "graphviz-react", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "React component for displaying Graphviz graphs", | ||
"author": "Dom Parfitt", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "./lib/Graphviz.js", | ||
"types": "./lib/Graphviz.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rm -rf lib", | ||
"clean-build": "npm run clean && npm run build", | ||
"lint": "eslint . --max-warnings=0", | ||
"prepublishOnly": "npm run clean-build", | ||
"test": "jest" | ||
}, | ||
"keywords": [ | ||
@@ -20,3 +14,2 @@ "React", | ||
], | ||
"author": "Dom Parfitt", | ||
"repository": { | ||
@@ -26,3 +19,2 @@ "type": "git", | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
@@ -32,2 +24,13 @@ "src/*.tsx", | ||
], | ||
"engines": { | ||
"npm": ">= 8.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rm -rf lib", | ||
"clean-build": "npm run clean && npm run build", | ||
"lint": "eslint . --max-warnings=0", | ||
"prepublishOnly": "npm run clean-build", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
@@ -53,26 +56,14 @@ "d3-graphviz": "^2.6.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"jest": "^26.1.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"jsdom": "^16.3.0", | ||
"prettier": "^2.7.1", | ||
"react-dom": "^16.13.1", | ||
"ts-jest": "^26.1.3", | ||
"typescript": "^3.9.7" | ||
"ts-jest": "^28.0.8", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"jest": { | ||
"roots": [ | ||
"<rootDir>/src" | ||
], | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
"overrides": { | ||
"d3-color": "^3.1.0" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
11
115
12006
23
1