react-external-link
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -1,1 +0,10 @@ | ||
export * from './ExternalLink'; | ||
import { AnchorHTMLAttributes } from 'react'; | ||
import { FC } from 'react'; | ||
export declare const ExternalLink: FC<ExternalLinkProps>; | ||
export declare interface ExternalLinkProps extends Omit<AnchorHTMLAttributes<Element>, 'href'> { | ||
href: string; | ||
} | ||
export { } |
{ | ||
"name": "react-external-link", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -37,20 +36,21 @@ "type": "module", | ||
"lint": "eslint --ext ts,tsx ./src ./test vite.config.ts", | ||
"lint:fix": "npm run lint -- --fix" | ||
"lint:fix": "npm run lint -- --fix", | ||
"types": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@shlinkio/eslint-config-js-coding-standard": "~2.1.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.10", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
"@vitest/coverage-istanbul": "^0.30.1", | ||
"eslint": "^8.34.0", | ||
"jsdom": "^21.1.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.0", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vitest": "^0.30.1" | ||
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.2", | ||
"@types/react": "^18.2.74", | ||
"@types/react-dom": "^18.2.24", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"eslint": "^8.57.0", | ||
"jsdom": "^24.0.0", | ||
"typescript": "^5.4.4", | ||
"vite": "^5.2.8", | ||
"vite-plugin-dts": "^3.8.1", | ||
"vitest": "^1.3.0" | ||
}, | ||
@@ -63,3 +63,4 @@ "peerDependencies": { | ||
"dist" | ||
] | ||
], | ||
"version": "2.3.0" | ||
} |
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
6287
14
6