@stianlarsen/react-code-preview
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@stianlarsen/react-code-preview", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A React component that provides tabbed navigation for viewing a live component preview and its source code separately.", | ||
@@ -34,16 +34,15 @@ "main": "dist/index.js", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"shiki": "^1.2.4" | ||
"react-dom": "^18.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.2.24", | ||
"shiki": "^1.2.4", | ||
"@types/react-dom": "^18.3.1", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"@stianlarsen/copy-to-clipboard": "^1.0.4", | ||
"@stianlarsen/react-ui-kit": "^1.1.4" | ||
"@stianlarsen/react-ui-kit": "^1.1.15", | ||
"shiki": "^1.8.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
4
609596
+ Addedshiki@^1.8.0