From 86eba6a2e2c61610138be1b89e6708f2fa363f9f Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:16:22 +0000 Subject: [PATCH] chore(deps): update @sveltejs/adapter-static to 3.0.0 | datasource | package | from | to | | ---------- | ------------------------ | ------------- | ----- | | npm | @sveltejs/adapter-static | 1.0.0-next.44 | 3.0.0 | --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 06fa1d6e..855db812 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@iconify/svelte": "3.1.0", - "@sveltejs/adapter-static": "1.0.0-next.44", + "@sveltejs/adapter-static": "3.0.0", "@sveltejs/kit": "1.0.0-next.507", "@types/codemirror": "5.60.5", "@types/js-yaml": "4.0.5",