From 50893929d693b6a31e46c7a93ad9633c56efa6f5 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 8 Mar 2024 17:04:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=80=82=E9=85=8Dnodejs=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_CN.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec94ff607..d7e4db604 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ cd dootask ### Development compilation -- `NodeJs 18+` must be installed +- `NodeJs 20+` must be installed ```bash # Development diff --git a/README_CN.md b/README_CN.md index fe5fda5e6..d8a7152e5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -68,7 +68,7 @@ cd dootask ### 开发编译 -- 请确保你已经安装了 `NodeJs 18+` +- 请确保你已经安装了 `NodeJs 20+` ```bash # 开发模式 diff --git a/package.json b/package.json index 31a95e414..e3889d5e0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.1", "moment": "^2.29.1", - "node-sass": "^6.0.1", + "node-sass": "^9.0.0", "notification-koro1": "^1.1.1", "openpgp_hi": "^5.7.0-1", "photoswipe": "^5.2.8", @@ -50,7 +50,7 @@ "quill-mention-hi": "^3.1.0-4", "resolve-url-loader": "^4.0.0", "sass": "^1.71.1", - "sass-loader": "^12.6.0", + "sass-loader": "^14.1.1", "stylus": "^0.59.0", "stylus-loader": "^7.1.0", "tinymce": "^5.10.3",