@20minutes/hela
Advanced tools
Comparing version 0.1.125 to 0.1.126
@@ -10,7 +10,5 @@ import React from 'react'; | ||
alt?: string; | ||
lazyload?: { | ||
delayed: boolean; | ||
distanceVisible?: number; | ||
}; | ||
lazyload?: boolean; | ||
fetchPriority?: 'auto' | 'high' | 'low'; | ||
} | ||
export declare const Img: React.FC<ImgProps>; |
@@ -21,6 +21,4 @@ import type { CardFooterProps, CardTitleProps, IconProps } from '../components'; | ||
}; | ||
lazyload?: { | ||
delayed: boolean; | ||
distanceVisible?: number; | ||
}; | ||
lazyload?: boolean; | ||
fetchPriority?: 'auto' | 'high' | 'low'; | ||
} | ||
@@ -27,0 +25,0 @@ export interface CardFooterType { |
{ | ||
"name": "@20minutes/hela", | ||
"version": "0.1.125", | ||
"version": "0.1.126", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -65,3 +65,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.4", | ||
"@aws-sdk/client-s3": "3.373.0", | ||
"@aws-sdk/client-s3": "3.374.0", | ||
"@babel/core": "^7.22.9", | ||
@@ -81,3 +81,3 @@ "@babel/eslint-parser": "^7.22.9", | ||
"@types/merge-stream": "^1.1.2", | ||
"@types/node": "^20.4.2", | ||
"@types/node": "^20.4.4", | ||
"@types/react": "^18.2.15", | ||
@@ -101,7 +101,7 @@ "@types/react-dom": "^18.2.7", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react": "^7.33.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-storybook": "^0.6.12", | ||
"eslint-plugin-storybook": "^0.6.13", | ||
"husky": "^8.0.3", | ||
"postcss": "^8.4.26", | ||
"postcss": "^8.4.27", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -116,3 +116,3 @@ "postcss-scss": "^4.0.6", | ||
"rollup-plugin-visualizer": "^5.9.2", | ||
"sass": "^1.64.0", | ||
"sass": "^1.64.1", | ||
"storybook": "^7.1.0", | ||
@@ -126,3 +126,3 @@ "style-dictionary": "^3.8.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.4.4", | ||
"vite": "^4.4.6", | ||
"vite-plugin-dts": "^3.3.1", | ||
@@ -129,0 +129,0 @@ "vite-tsconfig-paths": "^4.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1539043
14633