react-anchorme
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "react-anchorme", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "React component to detect links in text and make them clickable", | ||
@@ -33,3 +33,3 @@ "repository": "https://github.com/potty/react-anchorme", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0 || ^17" | ||
}, | ||
@@ -40,8 +40,8 @@ "devDependencies": { | ||
"@types/jest": "^26.0.13", | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
@@ -56,8 +56,8 @@ "eslint-plugin-prettier": "^3.1.3", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"rollup": "^2.7.5", | ||
"rollup-plugin-sizes": "^1.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.27.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-jest": "^26.3.0", | ||
@@ -64,0 +64,0 @@ "typescript": "^4.0.2" |
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
8823