graphviz-react
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.1] | ||
## Changed | ||
- Updated dependencies | ||
## [1.1.0] | ||
@@ -50,2 +54,3 @@ ### Added | ||
[1.1.1]: https://github.com/DomParfitt/graphviz-react/compare/v1.1.0...v1.1.1 | ||
[1.1.0]: https://github.com/DomParfitt/graphviz-react/compare/v1.0.5...v1.1.0 | ||
@@ -52,0 +57,0 @@ [1.0.6]: https://github.com/DomParfitt/graphviz-react/compare/v1.0.5...v1.0.6 |
{ | ||
"name": "graphviz-react", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "React component for displaying Graphviz graphs", | ||
@@ -34,20 +34,20 @@ "main": "./lib/Graphviz.js", | ||
"devDependencies": { | ||
"@testing-library/react": "^10.2.1", | ||
"@testing-library/react": "^10.4.7", | ||
"@types/d3-graphviz": "^2.6.3", | ||
"@types/jest": "^25.2.3", | ||
"@types/jsdom": "^16.2.3", | ||
"@types/react": "^16.9.35", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"eslint": "^7.2.0", | ||
"@types/react": "^16.9.43", | ||
"@typescript-eslint/eslint-plugin": "^3.6.1", | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"eslint": "^7.5.0", | ||
"eslint-config-airbnb-typescript": "^8.0.2", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-only-warn": "^1.0.2", | ||
"eslint-plugin-react": "^7.20.0", | ||
"jest": "^26.0.1", | ||
"jsdom": "^16.2.2", | ||
"eslint-plugin-react": "^7.20.3", | ||
"jest": "^26.1.0", | ||
"jsdom": "^16.3.0", | ||
"react-dom": "^16.13.1", | ||
"ts-jest": "^26.1.0", | ||
"typescript": "^3.9.5" | ||
"ts-jest": "^26.1.3", | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -54,0 +54,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11987