@20minutes/hela
Advanced tools
Comparing version 1.18.10 to 1.18.11
@@ -6,4 +6,4 @@ import { default as React } from 'react'; | ||
htmlIframeProps: React.IframeHTMLAttributes<HTMLIFrameElement>; | ||
ratio?: 'auto' | 'square' | 'video' | 'landscape'; | ||
ratio?: 'auto' | 'square' | 'video' | 'landscape' | 'portrait'; | ||
} | ||
export declare function Iframe({ title, ratio, htmlIframeProps, ...boxProps }: IframeProps): React.JSX.Element; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.18.10", | ||
"version": "1.18.11", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
"lint:scss": "stylelint 'src/**/*.scss'", | ||
"lint:ts": "eslint src bin .storybook tests --report-unused-disable-directives", | ||
"lint:ts": "eslint src bin .storybook tests", | ||
"test": "vitest", | ||
@@ -77,3 +77,7 @@ "upload:artifacts": "ts-node bin/uploadArtifacts", | ||
"@aws-sdk/client-s3": "3.670.0", | ||
"@babel/eslint-parser": "^7.25.8", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
"@eslint/compat": "^1.2.0", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.12.0", | ||
"@octokit/core": "5.1.0", | ||
@@ -93,4 +97,4 @@ "@storybook/addon-actions": "^8.3.5", | ||
"@types/react-dom": "^18.3.1", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
"@typescript-eslint/parser": "^8.8.1", | ||
"@typescript-eslint/eslint-plugin": "^8.9.0", | ||
"@typescript-eslint/parser": "^8.9.0", | ||
"@vitejs/plugin-react": "^4.3.2", | ||
@@ -110,2 +114,3 @@ "autoprefixer": "^10.4.20", | ||
"eslint-plugin-storybook": "^0.9.0", | ||
"globals": "^15.11.0", | ||
"husky": "^9.1.6", | ||
@@ -133,6 +138,6 @@ "jsdom": "^25.0.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^5.4.8", | ||
"vite": "^5.4.9", | ||
"vite-plugin-dts": "^4.2.4", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.2" | ||
"vitest": "^2.1.3" | ||
}, | ||
@@ -139,0 +144,0 @@ "resolutions": { |
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
4822472
64