expressive-code
Advanced tools
Comparing version 0.12.2 to 0.13.0
{ | ||
"name": "expressive-code", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"description": "A text marking & annotation engine for presenting source code on the web.", | ||
@@ -21,6 +21,6 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.10.0", | ||
"@expressive-code/plugin-frames": "^0.10.1", | ||
"@expressive-code/plugin-shiki": "^0.3.8", | ||
"@expressive-code/plugin-text-markers": "^0.2.10" | ||
"@expressive-code/core": "^0.11.0", | ||
"@expressive-code/plugin-frames": "^0.10.2", | ||
"@expressive-code/plugin-shiki": "^0.3.9", | ||
"@expressive-code/plugin-text-markers": "^0.2.11" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -29,3 +29,3 @@ # expressive-code | ||
If you just want to render code blocks on your website, you should use one of the higher-level packages instead, e.g. `remark-expressive-code` for code blocks in markdown / MDX documents. | ||
If you just want to render code blocks on your website, you should use one of the higher-level packages instead, e.g. [`astro-expressive-code`](https://www.npmjs.com/package/astro-expressive-code) or [`remark-expressive-code`](https://www.npmjs.com/package/remark-expressive-code) for code blocks in markdown / MDX documents. | ||
@@ -32,0 +32,0 @@ ## Installation |
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
22821
- Removed@expressive-code/core@0.10.0(transitive)