@astrojs/prism
Advanced tools
Comparing version 2.0.0 to 2.1.0
# @astrojs/prism | ||
## 2.1.0 | ||
### Minor Changes | ||
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 | ||
## 2.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/prism", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Supports Prism highlighting in Astro projects", | ||
@@ -29,3 +29,3 @@ "author": "withastro", | ||
"devDependencies": { | ||
"astro-scripts": "0.0.10", | ||
"astro-scripts": "0.0.14", | ||
"@types/prismjs": "1.26.0" | ||
@@ -32,0 +32,0 @@ }, |
@@ -6,6 +6,6 @@ { | ||
"allowJs": true, | ||
"target": "ES2020", | ||
"module": "ES2020", | ||
"target": "ES2021", | ||
"module": "ES2022", | ||
"outDir": "./dist" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
23432