react-external-link
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -35,3 +35,3 @@ { | ||
"test:ci": "npm run test -- --coverage", | ||
"lint": "eslint --ext ts,tsx ./src ./test vite.config.ts", | ||
"lint": "eslint ./src ./test vite.config.ts", | ||
"lint:fix": "npm run lint -- --fix", | ||
@@ -41,21 +41,25 @@ "types": "tsc" | ||
"devDependencies": { | ||
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.3.0", | ||
"@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" | ||
"@shlinkio/eslint-config-js-coding-standard": "~3.2.1", | ||
"@stylistic/eslint-plugin": "^2.11.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.0.1", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"@vitest/coverage-v8": "^2.1.6", | ||
"eslint": "^9.16.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"jsdom": "^25.0.1", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.16.0", | ||
"vite": "^6.0.1", | ||
"vite-plugin-dts": "^4.3.0", | ||
"vitest": "^2.0.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0 || ^18.0", | ||
"react-dom": "^17.0 || ^18.0" | ||
"react": "^19.0 || ^18.0", | ||
"react-dom": "^19.0 || ^18.0" | ||
}, | ||
@@ -65,3 +69,3 @@ "files": [ | ||
], | ||
"version": "2.3.1" | ||
"version": "2.4.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
6432
19