From 849e3213dd1e44780aabe8c316d15f6fc26a2fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:04:45 +0000 Subject: [PATCH] build(deps-dev): bump svelte-preprocess from 4.10.7 to 5.0.0 Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 4.10.7 to 5.0.0. - [Release notes](https://github.com/sveltejs/svelte-preprocess/releases) - [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-preprocess/commits/v5.0.0) --- updated-dependencies: - dependency-name: svelte-preprocess dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d661266..3ffff61 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "svelte": "^3.46.4", "svelte-check": "^2.4.5", "svelte-highlight": "^5.2.2", - "svelte-preprocess": "^4.10.4", + "svelte-preprocess": "^5.0.0", "svelte-range-slider-pips": "^2.0.3", "svelte2tsx": "^0.5.6", "tailwindcss": "^3.0.23",