chore: bump engines field (#8489)

pull/8515/head
Ben McCann 2 years ago committed by Simon Holthausen
parent 932cb66a36
commit 42362692b5

@ -1,6 +1,10 @@
# Svelte changelog
## Unreleased
## Unreleased (4.0)
* Minimum supported Node version is now Node 14
## Unreleased (3.0)
* Handle `width`/`height` attributes when spreading ([#6752](https://github.com/sveltejs/svelte/issues/6752))
* Add support for resize observer bindings (`<div bind:contentRect|contentBoxSize|borderBoxSize|devicePixelContentBoxSize>`) ([#8022](https://github.com/sveltejs/svelte/pull/8022))

@ -86,7 +86,7 @@
}
},
"engines": {
"node": ">= 8"
"node": ">= 14"
},
"types": "types/runtime/index.d.ts",
"scripts": {

Loading…
Cancel
Save