react-share
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "react-share", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Social media share buttons and share counts for React.", | ||
@@ -10,7 +10,4 @@ "type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -27,2 +24,3 @@ "sideEffects": false, | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./demo", | ||
"lint-package": "npx publint && npx @arethetypeswrong/cli --pack .", | ||
"prepublishOnly": "npm run build", | ||
@@ -60,24 +58,24 @@ "start": "npm run demo", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"@types/assert": "1.5.9", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/assert": "1.5.10", | ||
"@types/jsonp": "0.2.3", | ||
"@types/react": "^18.2.37", | ||
"@types/react-dom": "^18.2.15", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"@vitejs/plugin-react": "^4.2.0", | ||
"eslint": "8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/react": "^18.2.55", | ||
"@types/react-dom": "^18.2.19", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "7.33.2", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"prettier": "3.1.0", | ||
"prettier": "3.2.5", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.0.0", | ||
"vite-plugin-dts": "^3.6.3" | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.1", | ||
"vite-plugin-dts": "^3.7.2" | ||
}, | ||
@@ -84,0 +82,0 @@ "dependencies": { |
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
339275
9