From a0783df1c2b8f5c94203a8d2a7f50604782fec57 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:51:24 +0530 Subject: [PATCH] Update to v2 --- package.json | 11 ++++++----- svelte.config.js | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e21b019..9d45043 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,10 @@ "@fontsource/fira-mono": "^4.5.10", "@iconify/svelte": "^3.1.4", "@neoconfetti/svelte": "^1.0.0", - "@sveltejs/adapter-auto": "^2.0.0", - "@sveltejs/adapter-static": "^2.0.3", - "@sveltejs/kit": "^1.20.4", + "@sveltejs/adapter-auto": "^3.0.0", + "@sveltejs/adapter-static": "^3.0.0", + "@sveltejs/kit": "^2.0.0", + "@sveltejs/vite-plugin-svelte": "^3.0.0", "@tailwindcss/typography": "^0.5.13", "@types/cookie": "^0.5.1", "@typescript-eslint/eslint-plugin": "^5.45.0", @@ -36,10 +37,10 @@ "tailwindcss": "^3.3.3", "tslib": "^2.4.1", "typescript": "^5.0.0", - "vite": "^4.4.2" + "vite": "^5.0.0" }, "type": "module", "dependencies": { "firebase": "^10.3.0" } -} +} \ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js index f8f54ca..cd83006 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import { vitePreprocess } from '@sveltejs/kit/vite'; +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import adapter from '@sveltejs/adapter-static'; const dev = process.argv.includes('dev');