react-skeleton-image
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,3 +0,3 @@ | ||
import { SVGProps } from 'react'; | ||
declare const FallbackIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element; | ||
import React, { SVGProps } from 'react'; | ||
declare const FallbackIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element; | ||
export default FallbackIcon; |
@@ -10,3 +10,3 @@ import React from 'react'; | ||
} | ||
declare const Image: (props: ImageProps) => JSX.Element; | ||
declare const Image: (props: ImageProps) => React.JSX.Element; | ||
export default Image; |
{ | ||
"name": "react-skeleton-image", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A skeleton image component which handles an image's loading and error states.", | ||
@@ -29,22 +29,22 @@ "main": "dist/index.cjs.js", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.1", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.0", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"@changesets/cli": "^2.26.2", | ||
"@rollup/plugin-commonjs": "^25.0.3", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.8.4", | ||
"prettier": "^3.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.19.1", | ||
"rollup": "^3.26.3", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
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
15539