@stianlarsen/react-code-preview
Advanced tools
Comparing version 1.1.8 to 1.1.9
import "./css/codePreview.css"; | ||
import { CodePreviewProps } from "./types/types"; | ||
declare const CodePreview: React.FC<CodePreviewProps>; | ||
declare const CodePreview: (props: CodePreviewProps) => import("react/jsx-runtime").JSX.Element; | ||
export * from "./types/types"; | ||
export { CodePreview }; |
{ | ||
"name": "@stianlarsen/react-code-preview", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A React component that provides tabbed navigation for viewing a live component preview and its source code separately.", | ||
@@ -38,4 +38,4 @@ "main": "dist/index.esm.js", | ||
"peerDependencies": { | ||
"react": "^18", | ||
"react-dom": "^18" | ||
"react": "^18 || ^19", | ||
"react-dom": "^18 || ^19" | ||
}, | ||
@@ -48,4 +48,4 @@ "devDependencies": { | ||
"@rollup/plugin-typescript": "^10.0.0", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@types/react": "^18 || ^19", | ||
"@types/react-dom": "^18 || ^19", | ||
"rollup": "^3.0.0", | ||
@@ -52,0 +52,0 @@ "rollup-plugin-copy": "^3.5.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52800
0