@astrojs/prism
Advanced tools
Comparing version 1.0.2 to 2.0.0-beta.0
# @astrojs/prism | ||
## 2.0.0-beta.0 | ||
### Major Changes | ||
- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 | ||
## 1.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/prism", | ||
"version": "1.0.2", | ||
"version": "2.0.0-beta.0", | ||
"description": "Supports Prism highlighting in Astro projects", | ||
@@ -29,7 +29,7 @@ "author": "withastro", | ||
"devDependencies": { | ||
"astro-scripts": "0.0.9", | ||
"astro-scripts": "0.0.10-beta.0", | ||
"@types/prismjs": "1.26.0" | ||
}, | ||
"engines": { | ||
"node": "^14.18.0 || >=16.12.0" | ||
"node": ">=16.12.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22759
1