@astrojs/solid-js
Advanced tools
Comparing version 2.0.2 to 2.1.0
# @astrojs/solid-js | ||
## 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.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Use Solid components within Astro", | ||
@@ -34,4 +34,4 @@ "type": "module", | ||
"devDependencies": { | ||
"astro": "2.0.6", | ||
"astro-scripts": "0.0.10", | ||
"astro": "2.1.0", | ||
"astro-scripts": "0.0.14", | ||
"solid-js": "^1.5.1" | ||
@@ -38,0 +38,0 @@ }, |
@@ -6,6 +6,6 @@ { | ||
"allowJs": true, | ||
"module": "ES2020", | ||
"module": "ES2022", | ||
"outDir": "./dist", | ||
"target": "ES2020" | ||
"target": "ES2021" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
30674