From 3866ebe20deab7308e027b2d7571b09c2dba97f1 Mon Sep 17 00:00:00 2001 From: Jeremie Pichon Date: Sat, 7 Dec 2024 11:22:52 +0100 Subject: [PATCH] fix: add vue dependency to slithe playground --- package-lock.json | 2 +- packages/@slithe/playground/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 14706fd..fbb9a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "slithe", "workspaces": [ "docs", "packages/*", @@ -20685,6 +20684,7 @@ "dependencies": { "@polka/compression": "^1.0.0-next.25", "@slithe/cli": "*", + "@slithe/vue": "*", "jiti": "^2.3.3", "picocolors": "^1.1.1", "polka": "^0.5.2", diff --git a/packages/@slithe/playground/package.json b/packages/@slithe/playground/package.json index 06fc98a..beafdb3 100644 --- a/packages/@slithe/playground/package.json +++ b/packages/@slithe/playground/package.json @@ -53,6 +53,7 @@ "dependencies": { "@polka/compression": "^1.0.0-next.25", "@slithe/cli": "*", + "@slithe/vue": "*", "jiti": "^2.3.3", "picocolors": "^1.1.1", "polka": "^0.5.2",