From 9c855fb0a8f8299a16ceaf2560ad7682c763a496 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Mon, 8 Jul 2024 00:14:14 +0100 Subject: [PATCH] updates --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4080fc6..2b48fc7 100644 --- a/package.json +++ b/package.json @@ -17,19 +17,18 @@ "@types/markdown-it": "^14.1.1", "@vercel/analytics": "^1.2.2", "gray-matter": "^4.0.3", + "markdown-it": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.22.3", - "vite-plugin-md": "^0.21.5" + "react-router-dom": "^6.22.3" }, "devDependencies": { "@biomejs/biome": "1.4.1", - "@types/gh-pages": "^6", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "typescript": "^5.0.2", - "vite": "^4.4.5", + "vite": "^5.3.3", "vite-plugin-static-copy": "^1.0.6", "vite-plugin-top-level-await": "^1.3.1", "vite-plugin-wasm": "^3.2.2"