perf: 适配nodejs 20

This commit is contained in:
kuaifan 2024-03-08 17:04:56 +08:00
parent 03c94e791a
commit 50893929d6
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ cd dootask
### Development compilation ### Development compilation
- `NodeJs 18+` must be installed - `NodeJs 20+` must be installed
```bash ```bash
# Development # Development

View File

@ -68,7 +68,7 @@ cd dootask
### 开发编译 ### 开发编译
- 请确保你已经安装了 `NodeJs 18+` - 请确保你已经安装了 `NodeJs 20+`
```bash ```bash
# 开发模式 # 开发模式

View File

@ -41,7 +41,7 @@
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
"moment": "^2.29.1", "moment": "^2.29.1",
"node-sass": "^6.0.1", "node-sass": "^9.0.0",
"notification-koro1": "^1.1.1", "notification-koro1": "^1.1.1",
"openpgp_hi": "^5.7.0-1", "openpgp_hi": "^5.7.0-1",
"photoswipe": "^5.2.8", "photoswipe": "^5.2.8",
@ -50,7 +50,7 @@
"quill-mention-hi": "^3.1.0-4", "quill-mention-hi": "^3.1.0-4",
"resolve-url-loader": "^4.0.0", "resolve-url-loader": "^4.0.0",
"sass": "^1.71.1", "sass": "^1.71.1",
"sass-loader": "^12.6.0", "sass-loader": "^14.1.1",
"stylus": "^0.59.0", "stylus": "^0.59.0",
"stylus-loader": "^7.1.0", "stylus-loader": "^7.1.0",
"tinymce": "^5.10.3", "tinymce": "^5.10.3",