From 0b743909d432cbf9afef863e997a3d034a769411 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 17 Jul 2024 22:01:59 +0800 Subject: [PATCH] chore: Update npm dependencies This commit updates the npm dependencies in the package.json file. It removes the "@types/turndown" dependency and updates the versions of various other dependencies. These updates improve the stability and compatibility of the codebase. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index cdc06195e1a33..982a9a2c390c6 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "@types/pinyin": "^2.10.2", "@types/showdown": "^2.0.6", "@types/three": "^0.166.0", - "@types/turndown": "^5.0.4", "@types/url-join": "^4.0.3", "async-validator": "^4.2.5", "atom-material-icons": "^3.0.0", @@ -114,7 +113,6 @@ "showdown": "^2.1.0", "three": "^0.166.1", "tiny-invariant": "^1.3.3", - "turndown": "^7.2.0", "url-join": "^4.0.1", "url-regex": "^5.0.0", "vue": "^3.4", @@ -136,7 +134,6 @@ "@types/node": "^20.14.9", "@types/node-os-utils": "^1.3.4", "@types/three": "^0.166.0", - "@types/turndown": "^5.0.4", "@vitejs/plugin-vue": "5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", "@vue/compiler-sfc": "^3.4.31", @@ -162,7 +159,6 @@ "sass": "^1.77.6", "serve": "^14.2.3", "tailwindcss": "^3.4.4", - "turndown": "^7.2.0", "typescript": "^5.5.3", "vite": "^5.3.2", "vite-plugin-dynamic-import": "^1.5.0",