@astrojs/solid-js
Advanced tools
Comparing version 1.2.3 to 2.0.0-beta.0
# @astrojs/solid-js | ||
## 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.2.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "1.2.3", | ||
"version": "2.0.0-beta.0", | ||
"description": "Use Solid components within Astro", | ||
@@ -31,7 +31,7 @@ "type": "module", | ||
"babel-preset-solid": "^1.4.2", | ||
"vitefu": "^0.2.0" | ||
"vitefu": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"astro": "1.6.8", | ||
"astro-scripts": "0.0.9", | ||
"astro": "2.0.0-beta.2", | ||
"astro-scripts": "0.0.10-beta.0", | ||
"solid-js": "^1.5.1" | ||
@@ -43,3 +43,3 @@ }, | ||
"engines": { | ||
"node": "^14.18.0 || >=16.12.0" | ||
"node": ">=16.12.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
@@ -29,3 +29,3 @@ import type { AstroConfig, AstroIntegration, AstroRenderer } from 'astro'; | ||
// https://github.com/solidjs/vite-plugin-solid | ||
// We inject the dev mode only if the user explicitely wants it or if we are in dev (serve) mode | ||
// We inject the dev mode only if the user explicitly wants it or if we are in dev (serve) mode | ||
const nestedDeps = ['solid-js', 'solid-js/web', 'solid-js/store', 'solid-js/html', 'solid-js/h']; | ||
@@ -32,0 +32,0 @@ const solidPkgsConfig = await getSolidPkgsConfig(!isDev, astroConfig); |
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
29379
1
+ Addedcaniuse-lite@1.0.30001699(transitive)
+ Addedelectron-to-chromium@1.5.97(transitive)
- Removedcaniuse-lite@1.0.30001698(transitive)
- Removedelectron-to-chromium@1.5.96(transitive)
Updatedvitefu@^0.2.1