From f5fdb7499514ba17b1575f29c4ecc2c4d8193cce Mon Sep 17 00:00:00 2001 From: Midou Date: Wed, 10 Dec 2025 01:13:09 +0100 Subject: [PATCH] Update the rest of packages and remove deprecated packages that make no sense --- package.json | 5 ++--- svelte.config.js | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7e3503d..08710a4 100755 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@iconify/json": "^2.2.416", "@sveltejs/adapter-auto": "^3.3.1", - "@sveltejs/adapter-node": "^4.0.1", + "@sveltejs/adapter-node": "^5.4.0", "@sveltejs/adapter-static": "^3.0.10", "@sveltejs/kit": "^2.49.2", "@typescript-eslint/eslint-plugin": "^8.49.0", @@ -27,7 +27,7 @@ "prettier": "^3.7.4", "prettier-plugin-svelte": "^3.4.0", "svelte": "^4.2.20", - "svelte-check": "^3.8.6", + "svelte-check": "^4.3.4", "svelte-time": "^0.8.3", "tslib": "^2.8.1", "typescript": "^5.9.3", @@ -46,7 +46,6 @@ "mdsvex": "^0.11.2", "ofetch": "^1.5.1", "rehype-katex": "^7.0.1", - "rehype-mathjax": "^6.0.0", "remark-math": "^6.0.0", "remark-rehype": "^11.1.2", "shiki": "^0.14.7" diff --git a/svelte.config.js b/svelte.config.js index c54f00a..adfe35b 100755 --- a/svelte.config.js +++ b/svelte.config.js @@ -6,7 +6,6 @@ import { mdsvex, escapeSvelte } from 'mdsvex'; import shiki from 'shiki'; import math from 'remark-math'; import rehype from 'remark-rehype'; -//import rehypeMathjax from 'rehype-mathjax'; import rehypeKatex from 'rehype-katex'; /** @type {import('@sveltejs/kit').Config} */